235 Commits (84da4147fb0362bfde037c48cb70a70a5227d8c6)

Author SHA1 Message Date
echel0n 84da4147fb Testing fix for cache issues causing blank pages, caching has been turned off. 11 years ago
echel0n cbda4d424d Small fix for new trakt feature 11 years ago
echel0n df7aa364aa Added feature that gets all recommended shows from your trakt.tv account and lets you add the show like you would if adding a new show and searching. 11 years ago
echel0n 12ee35a5e6 Fix for manual updates when auto-upate option is enabled. 11 years ago
echel0n 696a1a9f4a Fixed issue with backup/resotre config file variable 11 years ago
echel0n 10bea520a7 Fixed backup/restore issues, uses correct data directory variable now. 11 years ago
echel0n 386355e130 Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same. 11 years ago
echel0n 3c370fc5c9 Fix for tornado redirect function, was not properly returning. 11 years ago
echel0n f6c40d4b25 Fixed DB issues related to displaying plot details for show episodes. 11 years ago
echel0n 3e78004d36 Fix for KeyError: None in displayShows 11 years ago
echel0n bbbc7469fb fix for tornado error handler 11 years ago
echel0n 7e0bb651b2 Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems. 11 years ago
echel0n 2f73ab1e41 Removed tornado async features, testing to see if this resolves blank page and other related possible issues. 11 years ago
echel0n 4443a5a649 Fix for mass edit 11 years ago
echel0n 07685f4295 Fixed issues with webroot settings and reverse proxies. 11 years ago
JackDandy bf99164978 Refactor scheduler and upstream ports. 11 years ago
echel0n 2b7df8e67d Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped. 11 years ago
echel0n acadce4d96 Fix for setting status via episode status manager 11 years ago
echel0n cefbe3859a Test fix #3 for freenas 11 years ago
oldskool 37c3354325 cherry-pick a Sickbeard pull request add an option to NOT rename .nfo to .nfo-orig 11 years ago
echel0n 0ae8b5429b WebAPI showPosters fixed! 11 years ago
echel0n e202cbc0ac Fixed basic auth realm issue, needed to be quoted. 11 years ago
echel0n 878ef9acf6 Added return to self.redirect to conform to proper way of handling redirects when using tornado 11 years ago
echel0n 0e962f83cb Fix for feedcache logging. 11 years ago
echel0n fd88c77d26 Fix for 401/404 errors now just redirect back to home page. 11 years ago
echel0n d01a1eed26 Turned caching off, testing for blank page issues. 11 years ago
echel0n 29c5c4de4d Fixed issue of forbidden error 11 years ago
echel0n c9f800128e Fix for force update. 11 years ago
echel0n 032ddf2425 Fixed issues with web root settings not working. 11 years ago
echel0n b47b2e1f58 Fix for NoneType issues related to redirects 11 years ago
Mark Rawson 764be940ac Add UI option to input users own Pushover API key 11 years ago
echel0n 4513525cc4 Fix for basicauth and no user/pass set 11 years ago
echel0n 3989f722a7 Fixed issues with basic auth and NoneType errors 11 years ago
echel0n cc86dda802 Fix for NoneType is not iterable issue 11 years ago
echel0n 98ff924b1c Fix for nullhandler issues for py2.6 users, 11 years ago
echel0n c09ceb5e6c Added error logging for webserver gets and posts 11 years ago
echel0n 327df6682e Updated tornado to latest stable code, fixes issues with auto-reload 11 years ago
echel0n 2ac1c5fdd5 Fixed forced updates to wait for auto-reload instead of performing a restart. 11 years ago
echel0n dccf371ebd SSL issues fixed. 11 years ago
echel0n 489a181cdb Auto-reloads app on code changes automatically detected from git. 11 years ago
echel0n 088e32b117 Fixed Web API to work with new tornado code! 11 years ago
echel0n d8358882de Fixed issues with restarts and updates. 11 years ago
echel0n 23e2a483b5 Fixed API code to work with tornado. 11 years ago
echel0n 20e2ae2f86 Improved tornado async routines and shutdown routines. 11 years ago
echel0n abff43f568 Improved startup/shutdown of tornado. 11 years ago
echel0n 04681b3297 Fixed basic auth issues. 11 years ago
echel0n d73cc1cbbd Replaced cherrypy with tornado which helped resolve our memory leak issue. 11 years ago
echel0n a742c27f09 Fixed for adding new shows 11 years ago
echel0n 2546a5199f Test fix for home page none type error 11 years ago
echel0n 89ad4bccc3 Moved show season/episode cache to outside of the show class and turned it into a global to avoid circular ref that may memory leak. 11 years ago