93 Commits (c8ea3719b4a6796fc7da1b7f87f8876ac80d4509)

Author SHA1 Message Date
JackDandy 3ef7b46724 Change restart/shutdown to use updated jQuery. 8 years ago
JackDandy 487a773ed1 Change add guidance when using the "unknown" quality selection. Pep8. 9 years ago
JackDandy 781d93597c Change consolidate shutdown with restart, improve systemd support, bring order to on-init globals. 9 years ago
Prinz23 ea702379c3 Add rollback capability to undo database changes made during tests. 9 years ago
Prinz23 24afe020d8 Add strict Python version check (>= 2.7.9 and < 3.0), ** exit ** if incorrect version. 9 years ago
JackDandy 1e8edb80b7 Change improve handling of SIGINT CTRL+C, SIGINT CTRL+BREAK(Windows) and SIGTERM. 9 years ago
JackDandy 43778d8edd Change providers, add some, remove one, fix a snatch issue, rework ignore/require words, refactor code. 10 years ago
Adam a6eedd3c75 Bump release version 10 years ago
JackDandy c0c9e8b019 Change reload_module call to explicit import lib/six.moves. 10 years ago
Adam 680491684d Change py2 file and reload functions to py2/3 compatible open and reload_module functions 10 years ago
Adam b7dbd87625 Change py2 octal literals into the new py2/3 syntax 10 years ago
Adam a3c717becd Change py2 print statements to py2/3 compatible functions 10 years ago
Adam 37496189f1 Change py2 exception clauses to py2/3 compatible clauses 10 years ago
Adam e06e671d67 Fix to correctly load local libraries instead of system installed libraries 10 years ago
adam 2b031fff67 Change startup code cleanup and PEP8 10 years ago
JackDandy 57f01e6584 Fix restart issue. 11 years ago
adam a419f53ca9 Fix port checking code preventing startup directly after a SG restart 11 years ago
adam f338c2d65d Fix multiple issues relating to the startup process 11 years ago
adam b407e3e606 Remove legacy sickbeard updater and build automation code 11 years ago
JackDandy c03429a25a Remove orphaned file and cleanup class naming. 11 years ago
Supremicus 4c8c6b21d5 Change logos, text etc. branding to SickGear. 11 years ago
Prinz23 e338c569c5 SYS_ENCODING set to System Default 11 years ago
JackDandy 967ea383b7 Revert "Fix SYS_ENCODING " 11 years ago
Prinz23 80fe5327df Fix SYS_ENCODING should still be set if locale.setlocale fails (like it does on Windows) 11 years ago
Brian Hartvigsen 92d55a35bd Return to linux line feeds 11 years ago
echel0n c4105db242 Testing fix for locale and startup issues related to improperly being set 11 years ago
echel0n 429db5b7d4 Shutdown/restarts now wait for Tornado to finish shutting down before proceeding further 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 f4b24bd85d Added a checkout branch button to the advanced config settings tab to tie things in better and make them easier. 11 years ago
echel0n e5ac585b6a Fix for webui becoming unresponsive when using SSL and possibly in other situations as well. 11 years ago
echel0n d02c0bd6eb Fixed issues with editing/saving custom scene exceptions. 11 years ago
echel0n 2f0683ec1e Fixed restart/updating issues for synology/qnap devices, may also resolve other OS related simular issues. 11 years ago
echel0n e891e9d637 Fixed nextaired not found issues and fixed kat provider issues. 11 years ago
echel0n d6225dd8d3 Updated next episode airdate function to be run once at startup and then each time after that with show update schedualer 11 years ago
echel0n 74f73bcc34 New event queue system in place, currently handles shutdown and restart calls. 11 years ago
echel0n c8d899ad66 Removed maintance schedualer and moved the routines from it to happen before a search is started to ensure things are up to date and to stop waking up synology devices, regexes also made less greedy. 11 years ago
echel0n f0146f728e Lowered CPU usage even further, re-wrote daemonizer code for startups, removed misc unrequired functions from providers. 11 years ago
echel0n 12ac388dc2 Fixed startup/restart/shutdown issues on Windows, Linux, FreeBSD platforms tested. 11 years ago
echel0n 1fc909299d Fixed start/restart/shutdown issues including any issues with daemonizing. 11 years ago
echel0n 75f69396d4 Reverted some changes. 11 years ago
echel0n 4575c58348 SQL Query performance gains added and memory footprint reduced. 11 years ago
echel0n 33a28d20a3 Cleanup leftover fd sockets on restart 11 years ago
echel0n 6df96f8cdb Another test fix to reduce memory 11 years ago
echel0n 1b045d2194 Fix for startup issues 11 years ago
echel0n 9d5b2da19e Testing fix to help reduce memory footprint. 11 years ago
echel0n cafdc57b2c Testing fix for redirect issues and blank pages. 11 years ago
echel0n c3e2ff5193 Testing fix for shutdown issues on BSD 11 years ago
echel0n 39f32b3b7c Fix for restarts/updates issues when running as a daemon. 11 years ago
echel0n b6e7635a32 Removed tornado's auto-reload function and reverted back to using our original method of performing auto-updates, this should also correct 500 internal server issues for those that got them after updates where performed automatically. 11 years ago
echel0n 67ae7af226 Testing fix for 500 internal server error/TypeError: argument of type 'NoneType' is not iterable 11 years ago