1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-17 23:05:11 -05:00
Commit Graph

477 Commits

Author SHA1 Message Date
Alexandre Beloin
794b30eca0 Fix color in displayShow when manually searching.
Changed function getManualSearchStatus to include overview.
Changed all attr to prop
2015-02-19 00:02:12 -05:00
Alexandre Beloin
25bbe78646 Merge pull request #1345 from abeloin/patch-backup_restore
Reworked the backup/restore to properly handle the cache directory
2015-02-18 19:27:31 -05:00
Alexandre Beloin
270dc36599 Merge pull request #1311 from gborri/branch-tntvillage_provider
Added TNTVillage provider
2015-02-18 18:29:14 -05:00
Alexandre Beloin
e1ea013544 Merge pull request #1340 from abeloin/patch-plex_token
Added support for Plex Media Center updates with Auth Token.
2015-02-18 11:30:54 -05:00
Alexandre Beloin
d39bd6d39f Added failed.db and cache.db 2015-02-18 08:00:24 -05:00
Giovanni
eb300d5467 Merge branch 'develop' of https://github.com/SiCKRAGETV/SickRage into branch-tntvillage_provider 2015-02-18 12:22:47 +01:00
Giovanni
72826f6dd2 Removed 'page' parameter 2015-02-18 12:10:33 +01:00
fernandog
66a2e5c468 Hide submit errors button if no git user/pass and auto submit 2015-02-17 23:47:53 -05:00
Alexandre Beloin
97ade6ad6c Reworked the backup/restore to properly handle the cache directory
inclusion.
2015-02-17 23:35:39 -05:00
Joris Vandalon
8c9aaefdc7 Added support for Plex Media Center updates with Auth Token.
This because PMS does not allow unauthed connections when using Plex Home
2015-02-17 12:54:39 -05:00
Alexandre Beloin
91d847e630 Merge pull request #1286 from TagForce/showupdate
Added option to set ShowUpdate time
2015-02-16 08:35:39 -05:00
Alexandre Beloin
3166f29d34 Improved rTorrent support.
Now use requests library.
Added SSL support with Basic and Digest support.
2015-02-16 08:11:27 -05:00
Alexandre Beloin
225b1171da Merge pull request #1269 from LinuxBozo/trakt-fixes
Trakt 2.0 API fixes
2015-02-15 18:20:23 -05:00
Alexandre Beloin
aad7e36966 Merge pull request #1230 from abeloin/patch-ical_empty_network
Fix if network is None for ical
2015-02-15 18:15:51 -05:00
Giovanni
b47d3baa35 Added TNTVillage provider 2015-02-13 15:05:44 +01:00
Alexandre Beloin
6b1a4e204a Change the name from sickrage to sickrage_user 2015-02-09 15:40:50 -05:00
Alexandre Beloin
d0152e898c Change cookie name to prevent name collision.
E.g.: Couchpotato
2015-02-09 12:41:31 -05:00
TagForce
6b6d270056 Added option to set ShowUpdate time
- Changed hardcoded value from 3 to SHOWUPDATE_HOUR
- Added field in Config General to set SHOWUPDATE_HOUR
- Default value is still 3 (am), added check if value over 23 or under 0
set to 0 (12am).
2015-02-06 09:38:37 +01:00
Dario Marcelino
1391dfad42 Issue SiCKRAGETV/sickrage-issues#301: fix 'first_aired' date processing 2015-02-01 16:27:51 +00:00
M. Adam Kendall
f239dbe43e Should fix the issues with parsing recommended shows. 2015-01-31 13:38:24 -05:00
M. Adam Kendall
7f5d0ff375 Make the timeout configurable 2015-01-30 19:42:12 -05:00
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
Alexandre Beloin
cee1566b7b Fix if network is None 2015-01-23 13:16:06 -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