Alexandre Beloin
28f75bf91d
Fix default episode status in display and edit show.
...
See SiCKRAGETV/sickrage-issues/issues/111 for more info
2015-01-18 14:15:45 -05:00
echel0n
9fb34b128c
Merge pull request #1186 from Ulrar/master
...
Adding a download field for the episodes
2015-01-17 19:23:32 -08:00
Kevin Lemonnier
39edad882e
Added config option download_url
...
Added field to configure download_url in general --> interface
Added link to download episodes in the displayShow template, using download_url
2015-01-14 16:06:28 +01:00
echel0n
4ac31a7159
Merge pull request #1174 from CoRpO/develop
...
fix for SiCKRAGETV/sickrage-issues#347
2015-01-13 19:49:38 -08:00
echel0n
bdc59daec6
Merge pull request #1173 from TagForce/develop
...
Made logging configurable
2015-01-13 19:49:23 -08:00
echel0n
9207206f4f
Merge pull request #1171 from fernandog/patch-15
...
Auto send user and password when open managetorrents page
2015-01-13 19:49:09 -08:00
echel0n
a2828eb3e3
Merge pull request #1165 from Heisenberg74/FreeMobileNotifier
...
Add Free Mobile SMS Notifier
2015-01-13 19:47:24 -08:00
CoRpO
9aa28d18d2
fix for sickragetv/sickrage-issues#347
...
Adds missing code for saving per show email notifications
2015-01-08 15:01:12 +01:00
TagForce
e88e12f5d5
Made logging configurable
...
Made logging configurable through settings - general page. Changing the
logging requires a restart (since the logger is initialized on startup.
2015-01-08 11:01:48 +01:00
Fernando
d4fdb6cc00
Auto send user and password when open managetorrents page
...
https://github.com/SiCKRAGETV/sickrage-issues/issues/315
2015-01-06 13:34:07 -02:00
Heisenberg74
7fd8b999b6
Add Free Mobile SMS Notifier
...
Allow SickRage to send SMS notifications through Free Mobile SMS API.
Works only for Free Mobile subscribers.
2014-12-31 13:40:48 +01:00
Fernando
12edc24ec4
Backup/restore: include cache directory
...
As mentioned in here:
https://github.com/SiCKRAGETV/sickrage-issues/issues/243
2014-12-30 11:27:15 -02:00
echel0n
450a09f1a0
Fix for sickragetv/sickrage-issues#274
2014-12-24 08:04:27 -08:00
echel0n
f2e3380cb2
Resized flags to 16x11 to correctly fit in language selector for subtitles.
...
Fixed sickragetv/sickrage-issues#245
WebAPI is now hard-coded in as enabled.
2014-12-21 04:02:30 -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
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
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
9927e8ad92
Fixed home page issues.
...
Fixed episode status issues.
2014-12-19 05:49:57 -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
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
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
949c56439c
Fixed few misc things related to new logging code and webapi
2014-12-16 02:52:34 -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
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
b255f5d0f8
SiCKRAGETV/sickrage-issues#86 - Fixed WebUI encoding issues with template filter.
2014-12-14 20:55:09 -08:00
echel0n
956e16f481
Fixed encoding/decoding issues with WebUI and IndexerAPI's
2014-12-14 19:35:47 -08:00
echel0n
2cba62a0e8
Testing fix for issue #1113
2014-12-13 11:19:13 -08:00
echel0n
f302ef3d77
Fixed more issues with mass editing of shows and episode status editing.
2014-12-13 09:09:05 -08:00
echel0n
98a32c5665
Fixed issues with mass editing of shows and episode status editing.
2014-12-13 06:20:50 -08:00
echel0n
a2a49b3f3f
Updated setup package for autoProcessTV to auto-install depends.
...
Added code to set default headers and add a no-cache header to fix WebUI issues.
2014-12-13 06:09:23 -08:00
echel0n
831248b412
Fixed issue with theTVDB IndexerAPI _parseActors method improperly parsing the data returned from the api causing an exception to occur during metadata refreshes.
...
Fixed issues with Backup/Restore.
Fixed issues with banners, posters, images via showPoster method.
Fixed issues with WebAPI apikeys.
Fixed issues with WebUI and url pattern matching.
2014-12-13 05:21:46 -08:00
echel0n
06915f3a15
Added radio canada network logo.
...
Added no-cache header for non-static content.
2014-12-12 22:46:26 -08:00
echel0n
ac70dd38c2
Fixed issue with login url
2014-12-12 22:19:49 -08:00
echel0n
269bf2333b
Fix for issue #1111
2014-12-12 21:48:18 -08:00
echel0n
92a554da99
Fixed issue #1024 - EncodingKludge issue identified and fixed
2014-12-12 20:25:44 -08:00
echel0n
467c42747f
Fixed issue #1105
2014-12-12 19:36:45 -08:00
echel0n
de24e52be6
Fixed issue #1055 , adding existing shows with prompt for settings
2014-12-12 18:49:52 -08:00
echel0n
0209852af5
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues, added no cache header.
Fixed WebAPI builder issues with show.delete cmd.
Fixed article sorting for both WebAPI and WebUI.
2014-12-12 17:52:32 -08:00
echel0n
0b403a419c
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues, added no cache header.
2014-12-12 12:18:33 -08:00
echel0n
979bf70f5c
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url and moved code to Home class.
Fixed WebUI issues caused by calling redirect method.
Fixed update checking issues.
2014-12-12 11:45:32 -08:00
echel0n
3f29439ff3
Fixed issues with network timezone downloads crashing on a empty return.
...
Changed version checker url.
2014-12-12 08:46:03 -08:00
echel0n
2cd72ad4e8
Fixed small cosmetic bug with trakt trending shows page.
...
KAT torrent provider now gets and stores size and publishing date info.
Fixed feedcache issue with KAT torrent provider
Added timeout for trakt trending shows page
2014-12-11 13:47:59 -08:00
echel0n
8066983384
Updated KAT provider urls.
...
KAT Provider now uses feedcache to get its results via rss feeds.
Fixed issues with Trakt.TV notifications and adding of trending shows
Improved Trakt trending shows page, now shows progress animation well it waits to load shows list.
2014-12-11 12:46:01 -08:00
echel0n
02a9148025
Updated KAT provider urls.
...
KAT Provider now uses feedcache to get its results via rss feeds.
Fixed issues with Trakt.TV notifications and adding of trending shows
2014-12-11 11:30:57 -08:00
echel0n
78bfc40757
Fixed manual post-processing issues with WebUI.
...
Decreased WebUI overall loadtime by shifting a few key methods around into there correct classes to allow them to become threaded.
2014-12-10 17:05:21 -08:00