110 Commits (b29d7303139d47b065421e93e752b1663bd437cf)

Author SHA1 Message Date
JackDandy 0607b912d8 Add an anonymous redirect builder for external links. 11 years ago
Adam 560ffca7dd Make hardlink debug error more verbose 11 years ago
Adam d8e52f2098 Fixes displayshow error for series with special characters 11 years ago
Adam 0822d15d36 Add sizing field on show page 11 years ago
echel0n ee458bd211 Fixed AttributeError: 'NoneType' object has no attribute 'is_scene' in scene_numbering code. 11 years ago
Adam 72b0b04045 Halt post processing if lftp temporary files are detected 11 years ago
echel0n 3eed021200 Fixed issues where data needing to be posted was being sent via a GET instead of POST 11 years ago
echel0n c658fe0f26 Fixed NoneType error when mapping indexers to show 11 years ago
adam c4d5e480b5 Halt postprocessing if temporary btsync files are detected 11 years ago
echel0n 7c650d730c Switched a logger error to a logger debug 11 years ago
echel0n b8b5947ae6 Fix for trakt.tv issues when adding/removing/syncing shows. 11 years ago
echel0n 534104b8b0 Changed how SickRage determins its branch version which will resolve issues with app switching back to master branch by mistke on startup. 11 years ago
echel0n 19a89d453c We now check if a torrent url links to a valid file before adding as a verified result to get snatched, this helps prevent issues when attempting to add torrent to client later on to find the url returned nothing resulting in a error. 11 years ago
echel0n 52010d9951 Fix for invalid torrent files causing NoneType errors. 11 years ago
echel0n 480199085e Fix for images in cache folder being deleted by cleaner routine. 11 years ago
echel0n 7dc89c084f Added ability to switch branches from general settings/advanced, will perform a forced checkout of whatever branch you choose and restart automatically. 11 years ago
echel0n f2a1331110 Skip cleaning images cache folder. 11 years ago
echel0n b13e72e0a3 Moved code for cleaning up cache folder to seperate function located in helper.py. 11 years ago
echel0n 14c354b551 Added proxy support to Indexer APIs. 11 years ago
echel0n f47734446d Fixed further json issues with speedcd provider. 11 years ago
echel0n e5ac585b6a Fix for webui becoming unresponsive when using SSL and possibly in other situations as well. 11 years ago
echel0n de5db9be64 Added ability to set a default indexer for trakt notifier used for adding shows from watch list so that SickRage knows what indexer to set the show as. 11 years ago
echel0n a317ff61c2 Created a context manager wrapper for BeautifulSoup4 so that we can cleanup/clear tags/context on exit via WITH statements. 11 years ago
echel0n 5ac99b8c5c Fix for extensions being stripped off by mistake made when adding in -RP fix from few commits ago. 11 years ago
dhellwich aba5cc10d2 Fix for symlinking during Post-Processing 11 years ago
echel0n 02c8b867c6 Fixed -RP release issues. 11 years ago
echel0n 14fd0daa6c Fix for nameparser error during PP 11 years ago
echel0n 9fe6b66475 Forgot to commit these 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 9a6be98f1f Fix for symlinking during Post-Processing 11 years ago
echel0n 8045976c15 Possible fix for error 500 in web gui when trying to get a show poster and showList is not yet been init'd 11 years ago
echel0n 56e2c28bad SickRage now uses a internal name cache comprised of (showlist, scene exceptions, scene names) used to search and create show objects from which is needed for parsing search results. 11 years ago
echel0n cadb2dba72 Testing fix for post-processing and search issues. 11 years ago
echel0n adb4715b3e Removed all scene exception memory caches, fetches data from DB now directly. 11 years ago
echel0n 0c57676aed Updated tornado source code. 11 years ago
echel0n 6c3f34fd8d Possible fix for EpisodeNotFoundByAbsoluteNumberException errors 11 years ago
echel0n 7fff3e0d63 Added zip extraction exception logging. 11 years ago
echel0n 92828eca54 Added error logging for backup zip creation. 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 5f7b8465d0 Fixed issue with extractZip function. 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 d00d55fdfc Modified DB code to close its connection if right after its finished with it, helps performance-wise and should resolve locked db issues as well. 11 years ago
echel0n dfe9619ddd Fix for SSL support, reverted back to CherryPy 3.23 as 3.30 is borked for SSL. 11 years ago
echel0n 34009bb9b8 MainDB is backed up before being restored now to .r* versioned backup backups 11 years ago
echel0n fc7b28a8bc Automatic DB restores now done if upgrade fails due to corrupt DB or incorrect db numbering 11 years ago
echel0n 99d129bd41 Fixes for anime regex matching 11 years ago
echel0n 34da3f53d8 Added Black and White list for release groups for anime shows. 11 years ago
echel0n 4da248ef9b Fixed internal indexer scene name cache which resolved issues with searching and snatching. 11 years ago
echel0n f7b11e1e98 Fixed issues with post-processing. 11 years ago
echel0n 9a3e7ab0a9 Added anime support with anidb support. 11 years ago