Alexandre Beloin
14e76946c7
Merge pull request #1267 from abeloin/patch-iptorrent
...
Fix IPTorrents url.
2015-02-15 18:19:00 -05:00
Alexandre Beloin
23f3185e61
Merge pull request #1262 from eli-jordan/develop
...
use subprocess instead of os.system
2015-02-15 18:17:54 -05:00
Alexandre Beloin
a8de735cdd
Merge pull request #1233 from abeloin/patch-github_submit
...
Fix GitHub submit error
2015-02-15 18:16:45 -05:00
Alexandre Beloin
d71d580030
Merge pull request #1231 from TagForce/Fix#358
...
Fix for issue 358 (filename-thumb.jpg not renaming)
2015-02-15 18:16:17 -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
Alexandre Beloin
86fdd810d5
Merge pull request #1207 from coolius/patch-1
...
Updated torrentday URL
2015-02-15 18:12:15 -05:00
Alexandre Beloin
9d6e6402f9
Merge pull request #1290 from abeloin/patch-cookie_name
...
Change cookie name to prevent name collision.
2015-02-15 18:10:44 -05: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
Alexandre Beloin
3dc71dcfbc
Generate a cookie instead of using an hardcoded one.
2015-02-09 11:22:48 -05:00
Alexandre Beloin
095272673d
Fix IPTorrents url.
...
Ref bad commit: coolius/SickRage@bef4461
2015-01-31 11:20:27 -05:00
elijordan
3bd3a1359a
Merge remote-tracking branch 'upstream/develop' into develop
2015-01-31 16:49:17 +11:00
elijordan
1b3b10903b
prevent command injection
...
to prevent command injection when using the ‘cp’ command to perform
copied use subprocess instead of os.system
2015-01-31 16:44:42 +11: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
2c19805bb3
Merge pull request #1240 from Tawmmm/patch-1
...
Ignore partially synced files from BTSync 2.0 Alpha
2015-01-29 14:54:23 -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
843f2d8d4b
Merge pull request #1242 from abeloin/patch-json
...
Remove an extra apostrophe from content-type.
2015-01-29 14:52:04 -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
8432c82544
Merge pull request #1243 from abeloin/patch-rename_across_partition
...
Fix moving files across partition
2015-01-29 14:46:50 -08:00
echel0n
b3fbad33d8
Merge pull request #1245 from flightlevel/patch-1
...
FreshonTV now supports HTTPS
2015-01-29 14:46:18 -08:00
echel0n
4be1391b1e
Merge pull request #1250 from fernandog/patch-11
...
Set UNKNOWN quality as Low Quality
2015-01-29 14:44:26 -08:00
echel0n
6bdffab6e6
Merge pull request #1255 from TagForce/mede8tor_show_meta
...
Add plot info to mede8er series.xml
2015-01-29 14:44:19 -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
d548cbb7cd
Merge pull request #1257 from TagForce/AlreadyPPed
...
Added Episode check to PP history check
2015-01-29 14:43:55 -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
echel0n
bc920f80d1
Merge pull request #1208 from coolius/patch-2
...
Updated iptorrents URL
2015-01-29 14:43:32 -08:00
echel0n
047746c5c9
Merge pull request #1217 from abeloin/patch-sorted_remove_article
...
Fix 'Sort with "The", "A", "An"' on dropdown in displayShow not working.
2015-01-29 14:43:07 -08:00
echel0n
19717e8e65
Merge pull request #1221 from abeloin/patch-notify_pattern
...
Fix absolute numbering used in notification.
2015-01-29 14:42:46 -08:00
echel0n
107a95b6f4
Merge pull request #1214 from abeloin/patch-logo_growl
...
Fix wrong icon used in Growl notification.
2015-01-29 14:42:15 -08:00
echel0n
b823ff73ce
Merge pull request #1212 from fernandog/patch-13
...
Fix versionchecker
2015-01-29 14:42:05 -08:00
echel0n
afa1604641
Merge pull request #1209 from abeloin/patch-findpropers
...
Fix no attribute while search for proper.
2015-01-29 14:35:43 -08:00
echel0n
e401d76f7d
Merge pull request #1206 from fernandog/patch-10
...
Re-download episode when manualsearch and quality is Unknown
2015-01-29 14:35:30 -08:00
echel0n
4c56d97388
Merge pull request #1202 from SickrageDK/develop
...
Added HoundDawgs provider
2015-01-29 14:34:58 -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
3e8346a683
fix oops by not referencing ssl disable property on sickbeard ob
2015-01-28 15:21:14 -05:00
TagForce
961ffe735c
Added Episode check to PP history check
...
- Fixes issue when Post-Processing a file with a generic filename in a
subfolder resulting in "Already Processed" errors
- Added a Show, Season, Episode parse to the dirname, and if that
results in usable data it adds it to the history check so this is
performed on that specific episode only
2015-01-28 09:56:36 +01:00
M. Adam Kendall
94d17c286e
Update to provide option to disable SSL certificate verification
2015-01-27 14:26:53 -05:00
TagForce
246becd9d8
Add plot info to mede8er series.xml
...
- Added plot info to mede8er series.xml metadata file.
2015-01-27 16:51:08 +01:00
Fernando
d280b56e13
Set UNKNOWN quality as Low Quality
...
https://github.com/SiCKRAGETV/sickrage-issues/issues/493#issuecomment-71538630
UNKNOWN quality will always be low quality no matter what.
It's different from unknown episode status.
2015-01-26 19:55:56 -02:00
Alexandre Beloin
6b915ebc1c
Added simple url check
2015-01-26 15:29:09 -05:00
Alexandre Beloin
b67ef81337
Fixed leading slash.
...
Fix Transmission name not showing in RPC URL text in config.
Added option descritption
2015-01-26 14:52:18 -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
flightlevel
d7a60e2930
FreshonTV now supports HTTPS
...
Change HTTP to HTTPS as FreshonTV now supports secure connections
2015-01-26 20:56:18 +11:00
Alexandre Beloin
2ef08d1c25
Use shutil.move instead of os.rename to move file as os.rename doesn't
...
work across partition.
2015-01-25 20:44:58 -05:00
M. Adam Kendall
a3bb636df2
Fix misplaced or to prevent Nonetype errors
2015-01-25 19:14:17 -05:00
Alexandre Beloin
bb267905aa
Remove an extra apostrophe.
2015-01-25 16:14:20 -05:00
M. Adam Kendall
dba4d17603
Update to Trakt.tv API 2.0
2015-01-25 15:14:57 -05:00
Tawmmm
2f9362c74c
Update helpers.py
...
Ignore partially synced files from BTSync 2.0 Alpha
2015-01-25 16:49:46 +00:00
Alexandre Beloin
0888942820
Fix wrong url handler
2015-01-23 22:11:54 -05:00