106 Commits (master)

Author SHA1 Message Date
Prinz23 bbf6622625 Change sickgear.py can now be run as start up instead of SickBeard.py. 6 years ago
JackDandy 655112418f Change improve UI to account for docker/snap installations. 7 years ago
JackDandy f3310e29f2 Change improve security. 7 years ago
JackDandy e60f9300a3 Update Requests library 2.13.0 (fc54869) → 2.15.1 (282b01a). 7 years ago
Prinz23 8bc048c784 Add support for a testing.db version (>=100000). 7 years ago
Prinz23 05758bb75e Change overhaul handling of PROPERS/REPACKS/REAL. 8 years ago
JackDandy f99f5d813c Change allow Cheetah template engine version 2 and newer. 8 years ago
Prinz23 07d72e05f1 Add Fuzzywuzzy lib to sort search results. 8 years ago
Prinz23 1bd9cf863e Fix infinite loop loading network_timezones. 8 years ago
JackDandy d97bb7174d Remove Torrentshack. 8 years ago
JackDandy 08854942aa Change add IPv4 config option when enabling IPv6. 8 years ago
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