Commit Graph

455 Commits

Author SHA1 Message Date
echel0n c62d8f2c79 Merge pull request #1234 from abeloin/patch-ical_auth
Fix access to webcal without password.
2015-01-29 15:04:10 -08:00
echel0n c7c6fd42b1 Merge pull request #1241 from LinuxBozo/trakt-api-2
Update to Trakt.tv API 2.0
2015-01-29 14:52:40 -08:00
echel0n 01f5c13335 Merge pull request #1248 from TagForce/Show_Filesize
Added option to display file sizes in Show page
2015-01-29 14:49:30 -08:00
echel0n 1f00a5a295 Merge pull request #1256 from abeloin/patch-transmission_rpc
Added custom rpc url for transmission
2015-01-29 14:44:12 -08:00
echel0n c78da90465 Merge pull request #1258 from TagForce/issue499
Fix for 'List type has no attribute' on setting failed
2015-01-29 14:43:41 -08:00
TagForce 9a3fec811f Fix for 'List type has no attribute' on setting failed
- Fixes the erroneous use of segment as a list, when it is already a
list of episodes. This causes various errors in debug log complaining
about missing attributes.

This usage was introduced in
a4c8c53c91
2015-01-29 11:11:34 +01:00
M. Adam Kendall 94d17c286e Update to provide option to disable SSL certificate verification 2015-01-27 14:26:53 -05:00
Alexandre Beloin 37ab43adbc Added ability to modify Transmission's RPC url. 2015-01-26 12:19:16 -05:00
TagForce 9c635f81ff Added option to display file sizes in Show page
- Added option checkbox under General -> GUI (display filesizes)
- Added filesize column on Show Page to display filesize when episode is
Downloaded
- Changed style min-width for Episode Name when display_filesize = True
to keep episode names from wrapping around earlier on mobile devices.
(min-width: 190px)
2015-01-26 16:13:42 +01:00
M. Adam Kendall dba4d17603 Update to Trakt.tv API 2.0 2015-01-25 15:14:57 -05:00
Alexandre Beloin e96ad42c5d Fix access to webcal without password. 2015-01-23 21:45:22 -05:00
Lars Johnsen 2fc5358283 Mass update: Add option for default episode status 2015-01-19 07:07:21 +01:00
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