- 04 Apr, 2016 1 commit
-
-
echel0n authored
Added in new code to handle web requests/sessions via threaded futures to help prevent IO blocking of Tornado web server. Corrected misc code to use new web session caching handler.
-
- 31 Mar, 2016 1 commit
-
-
echel0n authored
Numerous corrections to session handling code.
-
- 27 Mar, 2016 1 commit
-
-
echel0n authored
All provider module classes now require both name and url when creating a instance of it self. Fixed issue with search and show queues that caused app to lock up if more then 1 queue item was added before first item finished. NZB, Torrent, NewzNab, and TorrentRSS properly typed instead of doing so from genericprovider class. Misc fixes applied to core js code and main app core code.
-
- 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
-
- 06 Feb, 2016 1 commit
-
-
echel0n authored
Fixed more issues found with startup and pip installs/upgrades of required packages when running as a non-root/admin user
-
- 04 Feb, 2016 2 commits
- 19 Jan, 2016 2 commits
- 18 Jan, 2016 1 commit
-
-
echel0n authored
Fixed tests so they actually work again!
-
- 15 Jan, 2016 1 commit
-
-
echel0n authored
-
- 13 Jan, 2016 1 commit
-
-
echel0n authored
-
- 10 Jan, 2016 1 commit
-
-
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 1 commit
-
-
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.
-
- 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.
-
- 06 Dec, 2015 1 commit
-
-
echel0n authored
Implicit return of unicode for function ex on exceptions.
-
- 07 Nov, 2015 1 commit
-
-
Dustyn Gibson authored
now getURL returns the unicode instead of content Remove hacky escaping in kat, ettv, torrentz Remove post request gunzipping (since glype is gone)
-
- 06 Nov, 2015 1 commit
-
-
Dustyn Gibson authored
Fix TitansOfTV, it was totally broken, was adding entire result to the list instead of the created item Remove alt.binaries.boneless and alt.binaries.misc from binsearch. No need to parse nonsesns Split genericProvider.isActive into inheriting classes Make isEnabled just return self.enabled (no need to override), and removed it from individual clients rename helpers._remove_file_failed to helpers.remove_file_failed (access to a protected member)
-
- 05 Nov, 2015 1 commit
-
-
labrys authored
-
- 23 Oct, 2015 2 commits
-
-
Nick Sologoub authored
-
Nick Sologoub authored
[*] Added torrent size parsing for Torrentbytes
-
- 20 Oct, 2015 2 commits
-
-
Dustyn Gibson authored
If torrent provider doesnt support | search, override self.proper_strings with a list of terms Small cleanup in general.TorrentProvider.findPropers and _clean_title_from_provider Add proper_strings for more providers who don't support | search zzz11
-
Dustyn Gibson authored
Remove duplicitous self.enabled definitions Remove some unused imports Remove findPropers override from HoundDawgs More cleanup in HDTorrents (imports) Remove `public = False` from all private providers and make it the default Remove findPropers override form the rest of torrent providers that dont need it Clean up most unused imports, and redefined built-ins Light linting on these files Fix download_url in nextgen
-
- 19 Oct, 2015 1 commit
-
-
Dustyn Gibson authored
Remove findProper override from freshOnTV provider\nRemove 'provider' redefinition in all providers' cache class
-
- 16 Oct, 2015 1 commit
-
-
Fernando authored
-
- 07 Oct, 2015 2 commits
- 06 Oct, 2015 3 commits
- 01 Oct, 2015 1 commit
-
-
Fernando authored
Now using correct title of torrent
-
- 25 Sep, 2015 1 commit
-
-
fernandog authored
-
- 21 Sep, 2015 1 commit
-
-
fernandog authored
-
- 20 Sep, 2015 1 commit
-
-
Gaëtan Muller authored
-
- 09 Sep, 2015 1 commit
-
-
Dustyn Gibson authored
-
- 06 Sep, 2015 2 commits
-
-
Dustyn Gibson authored
-
Dustyn Gibson authored
-
- 03 Sep, 2015 1 commit
-
-
Dustyn Gibson authored
Use getURL to do post requests, so cache control is used, sessions persist, and global settings such as allow_redirects and SSL Verify are honored. SiCKRAGETV/sickrage-issues#2532
-
- 28 Aug, 2015 1 commit
-
-
Dustyn Gibson authored
-
- 17 Jul, 2015 1 commit
-
-
Dustyn Gibson authored
-