- 25 Feb, 2016 1 commit
-
-
echel0n authored
Added in javascript router to handler controller actions and proper routing of them. Version bump to 8.0.0
-
- 04 Feb, 2016 2 commits
- 20 Jan, 2016 1 commit
-
-
echel0n authored
Fixed placeholder startup files and there imports. Initial imports are forced now to ensure they install correctly. Moved crypto module to ssl requirements file. Added '--ssl' option to startup options, this option enables ssl/https from startup of sickrage and overrides config values. SSL package installs now optional. Bumped to version 6.0.33
-
- 19 Jan, 2016 2 commits
- 15 Jan, 2016 2 commits
- 13 Jan, 2016 1 commit
-
-
echel0n authored
-
- 11 Jan, 2016 4 commits
- 10 Jan, 2016 2 commits
-
-
echel0n authored
-
echel0n authored
NEW: Rewrote the startup/restat/shutdown of the app to utilize tornado's ioloop and autoreload features. NEW: Replaced scheduler with APScheduler. NEW: Rewrote provider modules to create dynamic instances on the fly and switched to using dicts. NEW: Removed libs folder and created requirements.txt for installing required libs NEW: Added in v2 API access for theTVDB.com to support better searches. FIX: Corrected several filenaming pep8 issues. FIX: Seperated variables from core code in main __init__ file. FIX: Fixed several bugs related to metadata parsing. Many additions, correctios, and bugfixes have gone into this beta release for me to list so please use with caution as always and enjoy!
-
- 24 Dec, 2015 2 commits
-
-
echel0n authored
NEW: Rewrote the startup/restat/shutdown of the app to utilize tornado's ioloop and autoreload features. NEW: Rewrote scheduler to use tornado's ioloop instead of threading.
-
echel0n authored
CHANGE: Organized providers into folders by type and seperated functions/classes on same. FIX: Corrected issues with improper user-agent settings and sessions for providers.
-
- 22 Dec, 2015 1 commit
-
-
echel0n authored
HOTFIX: Bugfixed show mass editing issues. HOTFIX: Corrected a few small issues with new async code. HOTFIX: Bugfixed sbdatetime module for unicode issues. HOTFIX: Log viewer bug for min log levels fixed. HOTFIX: Unicode encoding of web internal<->external variables fixed. HOTFIX: Static images files properly handled by new static image handler. HOTFIX: Logging errors and warnings bug fixed. HOTFIX: Fixed a bug in the database transaction function.
-
- 19 Dec, 2015 1 commit
-
-
echel0n authored
FIX: Corrected a bug that was causing history to not view. FIX: UnicodeEncode error when attempting to add existing shows fixed, corrects others as well that experianced the same unicodeencode issue. ADD: Added improved error handling for mako template engine. FIX: Mako templates now confined to use unicode_literals. FIX: Fixed a issue preventing episodestatus from being able to be set properly due to improper variable context handling FIX: Fixed missing buttons in episode status manager. FIX: Fixed bugs in backlog overviewer. FIX: Fixed bugs with subtitle manager. FIX: Fixed config post-processing issues. FIX: Fixed config subtitle issues. FIX: Censoring of log files and console corrected. FIX: Corrected variable check bug in schedule viewer. FIX: Corrected method not allowed bug affecting people that were using a username/password within the app. FIX: Logging filter now properly masks sensitive data. FIX: Removed *MIIGOTU* bug and resolved remaining issues ;)
-
- 17 Dec, 2015 1 commit
-
-
echel0n authored
FIX: Removed db version check from versionChecker that was preventing updates from occuring. FIX: Corrected bug that was causing 405 method not allow errors. FIX: Misc logging bugs fixed and code revamped.
-
- 14 Dec, 2015 1 commit
-
-
echel0n authored
FIX: Conversion of old-style logging calls to new-style logging calls per new logging module code reqs. FIX: Using unicode_literals to futureproof py2>py3 conversion. FIX: Converted old string index lookups to new bytestring index lookups to comply with unicode_literals. RESTRUCTURE: Gave tests overhaul to making testing of the app code easier and more efficiant.
-
- 08 Dec, 2015 3 commits
- 06 Dec, 2015 3 commits
- 04 Dec, 2015 3 commits
-
-
echel0n authored
Fixed error logging issue, log file was not being created.
-
echel0n authored
Added exception catcher for DB issues on failed executes, this ensures db file is closed before attempting again. Converted more os calls to use ek wrapper.
-
echel0n authored
Surpressed some noisey error messages to debug only class.
-
- 03 Dec, 2015 1 commit
-
-
echel0n authored
Corrected startup flow of app to correct issues with shutdowns and restarts.
-
- 02 Dec, 2015 1 commit
-
-
echel0n authored
Fixed shutil.rmtree issues by adding in a custom removetree function to allow for proper handling of raised errors. Converted several more functions to use our encoding handler to correctly handle unicode encoding/decoding. FIxed misc post-processing bugs.
-
- 30 Nov, 2015 1 commit
-
-
echel0n authored
-
- 28 Nov, 2015 1 commit
-
-
echel0n authored
Fixed post-processing issues related to unicode bugs. Misc other bug related fixes.
-
- 27 Nov, 2015 1 commit
-
-
echel0n authored
Move shutil_custom to new patch system. Fixed bugs caused by old shutil_custom implementation.
-
- 26 Nov, 2015 2 commits
- 21 Nov, 2015 1 commit
-
-
echel0n authored
-
- 09 Nov, 2015 1 commit
-
-
Dustyn Gibson authored
Rewrite pushbullet notifier to use requests and better code Fix snatching (calling init for SearchResult) Return uncode from sbdatetime Lint scene_exceptions
-
- 08 Nov, 2015 1 commit
-
-
Dustyn Gibson authored
-