1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

2375 Commits

Author SHA1 Message Date
echel0n
fb3d485ced Fixed issue with issue submitter deleting all errors before submitting them all. 2014-12-20 00:58:40 -08:00
echel0n
1b45caaf7f Fixed traktAPI to properly do GET and POST request methods based on API call 2014-12-19 23:54:46 -08:00
echel0n
cac4af0ed7 Added a exception catcher to the verify download function to catch corrupt/null torrent file exceptions. 2014-12-19 23:40:19 -08:00
echel0n
2e13186256 Fixed sickragetv/sickrage-issues#205 - Getting a proper local lan ip 2014-12-19 22:58:19 -08:00
echel0n
8e9f4f47cb Updated code for get_lan_ip to fix issues with returning local lan ip from network interface. 2014-12-19 22:30:06 -08:00
echel0n
4e0a4c3f99 Updated code to added referer header for web proxies 2014-12-19 22:17:29 -08:00
echel0n
730cd0f80f Merge remote-tracking branch 'origin/develop' into develop 2014-12-19 22:08:01 -08:00
echel0n
4b039b0313 Added new webproxy per-provider option to allow accessing blocked content from different countries that may have restrictions, this feature is beta.
Performed misc PEP8 code cleanups.

Fixed sickragetv/sickrage-issues#213

Fixed sickragetv/sickrage-issues#217
2014-12-19 22:07:39 -08:00
echel0n
9fb407df60 Merge pull request #1148 from fernandog/patch-2
Fix for issue #216
2014-12-19 21:40:21 -08:00
Fernando
8a3d806877 Fix for issue #216
https://github.com/SiCKRAGETV/sickrage-issues/issues/216
2014-12-19 23:59:04 -02:00
echel0n
82f58c703a Merge tag 'v4.0.6' into develop
4.0.6 v4.0.6
2014-12-19 14:09:30 -08:00
echel0n
1be07e5672 Merge branch 'release/4.0.6' 2014-12-19 14:09:29 -08:00
echel0n
0f4a539194 Fixed sickragetv/sickrage-issues#180 - this resolves redirect loops resulting from to many threads being open at once.
FIxed issues with threads increasing but never decreasing and staying within there assigned limits.
2014-12-19 14:08:33 -08:00
echel0n
2f4d3cfe3c Updated travel yaml file to annouce on new update channel #sickrage-updates 2014-12-19 13:42:17 -08:00
echel0n
3b42cb68f9 Fixed sickragetv/sickrage-issues#210 2014-12-19 13:28:56 -08:00
echel0n
477938e5f3 Improved pastebin logs to search via regex and timestamps for error line then grab 50 lines of data before that. 2014-12-19 13:24:41 -08:00
echel0n
120ea961f2 Possible fix for sickragetv/sickrage-issues#180 - redirect loop 2014-12-19 06:36:08 -08:00
echel0n
2785abe8a4 Merge tag 'v4.0.5' into develop
4.0.5 v4.0.5
2014-12-19 05:50:55 -08:00
echel0n
b2bd8dff95 Merge branch 'release/4.0.5' 2014-12-19 05:50:54 -08:00
echel0n
f0798d3e75 Merge remote-tracking branch 'origin/develop' into develop 2014-12-19 05:50:08 -08:00
echel0n
9927e8ad92 Fixed home page issues.
Fixed episode status issues.
2014-12-19 05:49:57 -08:00
echel0n
997efc8351 Merge pull request #1146 from jeroenpeters1986/piratebay-url-update
Updated piratebay.py with oldpiratebay.org urls
2014-12-19 05:13:08 -08:00
echel0n
6151062ea4 Merge tag 'v4.0.4' into develop
v4.0.4 v4.0.4
2014-12-19 05:08:51 -08:00
echel0n
ae95774edd Merge remote-tracking branch 'origin/master' 2014-12-19 05:06:46 -08:00
echel0n
d881f794de Fixed issues with pastebin attachments for issue submitter. 2014-12-19 05:06:37 -08:00
echel0n
476350aa7a Fixed issues with pastebin attachments for issue submitter. 2014-12-19 05:06:01 -08:00
echel0n
5fe4d74316 Fixed issues with WebAPI and showPoster function - Improved re-write 2014-12-19 04:27:43 -08:00
echel0n
26e4979f10 Fixed issues with WebAPI and showPoster function 2014-12-19 03:40:09 -08:00
echel0n
a6773a4be8 Merge branch 'release/v4.0.3' 2014-12-19 01:39:37 -08:00
echel0n
5e1298f801 Fixed sickragetv/sickrage-issues#113 2014-12-18 16:54:39 -08:00
echel0n
417ffbf22c Added code to ensure logfile is not NoneType when deciding to create a pastebin of last 50 lines of logfile 2014-12-18 16:16:55 -08:00
echel0n
88af4c905a Fixed sickragetv/sickrage-issues#175 2014-12-18 16:12:46 -08:00
echel0n
b27e8e88a5 Fixed sickragetv/sickrage-issues#175 2014-12-18 16:09:54 -08:00
echel0n
6768741cfe Fixed sickragetv/sickrage-issues#127 - added requests lib package to autoprocesstv folder then inserted it into path env 2014-12-18 14:59:56 -08:00
echel0n
3060757381 Fix for sickragetv/sickrage-issues#157 - force redirect to home if 404 http error. 2014-12-18 14:48:55 -08:00
echel0n
c65b17d09b Fixed sickragetv/sickrage-issues#170 - checks if key 'language' is present if not discards. 2014-12-18 14:25:35 -08:00
echel0n
ce7873584f Fixed sickragetv/sickrage-issues#162 - will always return list object even when branches do not exist 2014-12-18 14:04:15 -08:00
echel0n
340bcffc91 Fix for sickragetv/sickrage-issues#164 - ensures result.hash is never NoneType for when attempting to raise exceptions. 2014-12-18 13:59:47 -08:00
echel0n
042c3f4287 Failing to download results now marked as a WARNING instead of ERROR. 2014-12-18 13:51:09 -08:00
echel0n
ca0c98c913 Added code to check if title present when error report being submitted to GH is present. 2014-12-18 13:48:35 -08:00
echel0n
422f0935d8 Added newline after inserting error message into issue ticket. 2014-12-18 13:44:02 -08:00
echel0n
f40d5e1310 Fix for duplicate tickets being submitted via app, title variable was being appended to.
Added in code to send the last 50 lines of app's logs to pastebin then give back a url.
2014-12-18 13:33:35 -08:00
Jeroen
4039c928eb Updated piratebay.py with oldpiratebay.org urls
Thanks to 'nizzle' who was so kind to provide these changes on SickRage forums: https://sickrage.tv/forums/forum/main-category/main-forum/15133-piratebay-down-way-to-use-oldpiratebay-org?p=15276#post15276
2014-12-18 08:04:33 +01:00
echel0n
b2d5ef531b Merge pull request #1140 from luxmoggy/develop
Catches error from set file date and email when they have special charactors in them
2014-12-17 18:46:49 -08:00
echel0n
514e9d848f Merge branch 'release/v4.0.2' 2014-12-17 17:32:36 -08:00
echel0n
086e7abf70 Fixed sickragetv/sickrage-issues#119 - IOLoop was being loaded before daemonizer code due to improper placement in WebHandler class, moved to init. 2014-12-17 17:10:33 -08:00
echel0n
ced8785269 Fixed sickragetv/sickrage-issues#119 - IOLoop was being loaded before daemonizer code due to improper placement in WebHandler class, moved to init. 2014-12-17 17:05:05 -08:00
echel0n
7b219fce8f ErrorLogs now cleared after submission of issue ticket reports so that the same errors don't keep getting re-submitted with new ones. 2014-12-17 16:39:56 -08:00
echel0n
6713ce0981 Fixes sickragetv/sickrage-issues#101 - Added code to mainDB to correct malformed episode statues, converted column default_ep_status field type from TEXT to NUMERIC, default to ep status UNKNOWN when loading from DB incase of exception errors.
Added git branch reset option to general settings github to help fix git update related issues.

 Added github username/password options to general settings github as a requirement for submitting issue tickets from app.

 Fixed issue with default ep status not showing correct value.

 Added ability to submit issue reports via errorlogs menu.

 Added errorlogs view button to error message displayed for webui errors.
2014-12-17 16:36:27 -08:00
echel0n
170d50c279 Update readme.md 2014-12-17 03:21:38 -08:00