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

2488 Commits

Author SHA1 Message Date
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
echel0n
45b21ce5d2 Small comparison correction 2014-12-17 03:20:29 -08:00
echel0n
3147ff2ae5 Merge branch 'release/v4.0.0'
Conflicts:
	.travis.yml
	readme.md
2014-12-17 02:39:29 -08:00
echel0n
d26576122e Small SQL syntax fix 2014-12-17 02:24:57 -08:00
echel0n
27ce22839c Merge pull request #1143 from DungFu/develop
Added network icon for "The Hub" network
2014-12-17 01:56:10 -08:00
echel0n
991a0cb5ba Merge pull request #1144 from markheloking/patch-2
Fixed Screenshot layout
2014-12-17 01:55:48 -08:00
echel0n
261efe25d0 Fixed sickragetv/sickrage-issues#79 - kwargs where not being properly parsed from API class 2014-12-17 01:44:07 -08:00
echel0n
9eefc8034b Logging class now uses a custom censored formatter to filter out sensitive information from being logged. 2014-12-17 00:36:42 -08:00
echel0n
e9affae8f8 Added sensitive data filter to logger. 2014-12-16 23:54:24 -08:00
echel0n
5a3d11a0fe Fixed issues with WebAPI builder - incorrect jquery libs specified 2014-12-16 23:49:18 -08:00
echel0n
33c070ae13 Fixed error 'No handlers could be found' issue 2014-12-16 23:33:35 -08:00
echel0n
628f2fed1f Added better error handling code to logger class.
Added improved filtering of sensitive data to logger class.
Added more loggers to logger class with finer control over whats logged.
2014-12-16 23:20:37 -08:00
echel0n
466ced4c02 Fixed sickragetv/sickrage-issues#109 - resolves logging issues related to new code added in via last updates. 2014-12-16 18:01:36 -08:00
echel0n
3214f879ac Fixed few misc things related to new logging code and webapi 2014-12-16 02:55:21 -08:00
echel0n
949c56439c Fixed few misc things related to new logging code and webapi 2014-12-16 02:52:34 -08:00
echel0n
9dc03c5d6a Fix for reverseNames missing from new logging code 2014-12-16 02:35:27 -08:00
echel0n
d1341bf777 Fix for logs being sent to error log viewer when not errors. 2014-12-16 02:28:20 -08:00
echel0n
3eb366ac05 Re-coded logger facility for better performance and cleaner code plus has better code for rotation of logs. 2014-12-16 02:24:06 -08:00
markheloking
6eef374a9d Fixed Screenshot layout
there was a whiteline missing, screwing up the layout.
2014-12-16 10:19:48 +01:00
Freddie Meyer
825433999f Added network icon for "The Hub" network
The Hub was what is now called "Discovery Family"
http://en.wikipedia.org/wiki/Discovery_Family
2014-12-15 22:52:02 -08:00
echel0n
683093bc29 Merge remote-tracking branch 'origin/develop' into develop 2014-12-15 14:28:38 -08:00
echel0n
f713567d60 Fixed sickrage/sickrage-issues#105 - old code that needed updating that was causing unicode issues. 2014-12-15 14:28:22 -08:00
echel0n
c4c6312e83 Merge pull request #1141 from markheloking/patch-1
Re-add screenshots
2014-12-15 14:00:30 -08:00
markheloking
2c3c602c5f Re-add screenshots
The screenshots were lost in the migration. Was there a particular reason for that?
2014-12-15 14:29:33 +01:00
luxmoggy
0030c87d04 Catch error when speical charactor crashes email send 2014-12-15 12:49:09 +01:00
luxmoggy
27daf8b46c Catch error when speical charactor crashes email send 2014-12-15 12:38:02 +01:00
luxmoggy
ed0e7e4716 Catch error when setting file date 2014-12-15 12:26:10 +01:00
echel0n
0bf673e57c Merge pull request #1139 from renini/develop
mediaToSickbeard.p fix to work with new login system, check for http status 302
2014-12-14 21:32:36 -08:00
echel0n
b255f5d0f8 SiCKRAGETV/sickrage-issues#86 - Fixed WebUI encoding issues with template filter. 2014-12-14 20:55:09 -08:00
echel0n
3d293af71b Merge remote-tracking branch 'origin/develop' into develop 2014-12-14 19:36:39 -08:00
echel0n
956e16f481 Fixed encoding/decoding issues with WebUI and IndexerAPI's 2014-12-14 19:35:47 -08:00
renini
77f70ad0df fix to work with new login system, check for http status 302 2014-12-14 19:55:46 +01:00
echel0n
1b850b3aaa Update .travis.yml 2014-12-14 10:32:12 -08:00
echel0n
c99a8e6565 Update readme.md 2014-12-14 10:31:19 -08:00
echel0n
0dba924eb5 Update readme.md 2014-12-14 10:30:56 -08:00
echel0n
8302115b6e Update readme.md 2014-12-14 10:24:18 -08:00
echel0n
b63fdd2b51 Merge pull request #1124 from fernandog/patch-14
Add kat url to the logo at Providers
2014-12-13 18:41:42 -08:00
echel0n
2f4b4b7669 Added function to mainDB to correctly map TVRage show status to TVDB statues, resolves issues with empty statuses as well. 2014-12-13 16:29:20 -08:00