122 Commits (47da38a9140334cb71f1ca5986dc93232c579db5)

Author SHA1 Message Date
Supremicus 47da38a914 Logging message tweaks and minor PEP8 tweaks 10 years ago
Adam 9b3fd0b7a9 Add TVRage network name standardization 11 years ago
adam a419f53ca9 Fix port checking code preventing startup directly after a SG restart 11 years ago
JackDandy e7b11c5f4b Fix article removal for sorting on Display Show, and API pages. 11 years ago
adam 87c78b50b2 Revert "Merge pull request #19 from adam111316/feature/AddNetworkStandardization" 11 years ago
JackDandy 3cac799877 Fix article sorting for Coming Eps, Manage, Show List, and Trending Shows. 11 years ago
Adam 7930cbcd80 Fix reduces time API endpoint Shows takes to return results. 11 years ago
Adam a046729436 Add TVRage network name standardization 11 years ago
JackDandy 6da09b8db0 Change suppress HTTPS verification InsecureRequestWarning. 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
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