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

2453 Commits

Author SHA1 Message Date
echel0n
fa3b1cb3cb Merge pull request #1178 from fernandog/patch-18
Fix issue showing 'unknown dir' when adding shows
2015-01-13 19:50:03 -08:00
echel0n
3f0bd5fda5 Merge pull request #1176 from aidik/patch-1
Postpone Processing for incomplete torrents.
2015-01-13 19:49:55 -08:00
echel0n
58b741f7ae Merge pull request #1175 from InfernoZeus/multipart-rar-fix
Fix multipart rars causing the same extracted video to be postprocessed more than once
2015-01-13 19:49:47 -08: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
ffd4739230 Merge pull request #1168 from sn3akz/develop
Implementation for sickragetv/sickrage-issues#322 - Add extra progress-bar color for when show is fully downloaded
2015-01-13 19:48: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
echel0n
b269faad39 Merge pull request #1164 from fernandog/patch-12
Backup/restore: include cache directory
2015-01-13 19:47:18 -08:00
echel0n
16b374dabe Merge pull request #1163 from fernandog/patch-9
.gitignore - ignore cache folder and not just the contents
2015-01-13 19:47:09 -08:00
echel0n
fde6b4be52 Merge pull request #1162 from fernandog/patch-7
Don't clean user files when GIT CLEAN
2015-01-13 19:47:00 -08:00
echel0n
e39388231b Merge pull request #1160 from renini/develop
correct jquery syntax to select value to fix issue #285
2015-01-13 19:46:19 -08:00
echel0n
a2b1909a3a Merge pull request #1159 from neoatomic/develop
Network logos updated.
2015-01-13 19:45:55 -08:00
echel0n
10502ddaef Merge pull request #1155 from fernandog/patch-4
Don't re-download same quality if we do MANUAL SEARCH
2015-01-13 19:45:41 -08:00
echel0n
d30475d869 Merge pull request #1153 from markheloking/develop
Update&add canadian network logos
2015-01-13 19:45:21 -08:00
Fernando
32da0199f2 Fix issue showing 'unknown dir' when adding shows
https://github.com/SiCKRAGETV/sickrage-issues/issues/286
2015-01-10 17:38:36 -02:00
Václav Navrátil
4122029df6 Update helpers.py
Processing postpone will happened if there is file with .part extension - incomplete transmission file.
2015-01-09 18:38:04 +01:00
Ben Fox-Moore
5df19ac536 Fix multipart rars causing the same extracted video to be postprocessed more than once 2015-01-08 23:43:05 +01: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
sn3akz
f43bc62936 Fix for sickragetv/sickrage-issues#303 2015-01-06 20:06:06 +01:00
sn3akz
2830b9d83e Fix for sickragetv/sickrage-issues#322
Darker color for sickragetv/sickrage-issues#322
2015-01-06 20:06:01 +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
NeO_AtOmiC
748815a548 Added logo for fan series that are using the (universal) network name "internet" as discussed here :
https://github.com/SiCKRAGETV/sickrage-issues/issues/320
Logo provided by Digital-Jedi. Thank you.
2015-01-03 20:17:38 +01:00
NeO_AtOmiC
ba9c2ba319 Added OWN network logos as requested in. :
https://github.com/SiCKRAGETV/sickrage-issues/issues/320
2015-01-03 13:25:50 +01: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
renini
1662e212fe Fix jquery syntax to fix changing show
pickShow, prevShow, nextShow didn't work anymore after jquery update
2014-12-30 22:28:31 +01:00
NeO_AtOmiC
b54c6b9f5f Added network logo for Swedish SVT.
https://github.com/SiCKRAGETV/sickrage-issues/issues/299#issue
2014-12-30 18:54:27 +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
Fernando
5c44434e3f .gitignore - ignore cache folder and not just the contents 2014-12-30 10:34:39 -02:00
Fernando
81e4cfcd29 Don't clean user files when GIT CLEAN
The "x" option ignores the .gitignore

-x
Don’t use the standard ignore rules read from .gitignore (per directory) and $GIT_DIR/info/exclude, but do still use the ignore rules given with -e options. This allows removing all untracked files, including build products. This can be used (possibly in conjunction with git reset) to create a pristine working directory to test a clean build.

http://git-scm.com/docs/git-clean
2014-12-30 10:30:41 -02:00
renini
e0028573e1 correct jquery syntax to select value to fix issue #285 2014-12-27 12:52:38 +01:00
NeO_AtOmiC
e65330a59f Network logos updated.
Added new logos and replaced some white logos with colored versions.
Renamed AHN.png to ahn.png because filenames are case sensitive.
2014-12-26 21:20:32 +01:00
echel0n
8b84e4f4bc Fix for sickragetv/sickrage-issues#178 2014-12-24 09:25:31 -08:00
echel0n
9fedc24c55 Fix for sickragetv/sickrage-issues#178 2014-12-24 09:19:25 -08:00
echel0n
450a09f1a0 Fix for sickragetv/sickrage-issues#274 2014-12-24 08:04:27 -08:00
echel0n
0da960ff51 Fixed issues with newznab custom provider categories.
Updated feedparser and added custom code to parse subcategories.
Updated jQuery and Bootstrap.
2014-12-24 07:49:15 -08:00
echel0n
972ee14216 Fix for sickragetv/sickrage-issues#263 2014-12-23 22:38:15 -08:00
Fernando
8b3f431ae1 Don't re-download same quality if we do MANUAL SEARCH
If we want to re-download the same quality, set as WANTED.

As mentioned in here: https://github.com/SiCKRAGETV/sickrage-issues/issues/206
2014-12-23 17:59:53 -02:00
markheloking
d6c856cabe Update&add canadian network logos
Added logos for tele quebec, tva, V and more
2014-12-22 14:48:23 +01:00
echel0n
68e4acaf37 Fix for sickragetv/sickrage-issues#256 2014-12-21 19:01:52 -08:00
echel0n
c71085ab38 Merge tag 'v4.0.9' into develop
4.0.9 v4.0.9
2014-12-21 18:28:29 -08:00
echel0n
33e95870e0 Fix for sickragetv/sickrage-issues#246 - Moved rls required/ignored words to pickBestResults function to occure before we filter the rls name for bad characters plus we now use this function when searching for propers/repacks. 2014-12-21 18:26:15 -08:00
echel0n
0b35e9f2fd Dropped pastebin and switched to using Gist's for attaching logs to issue reports. 2014-12-21 17:14:11 -08:00
echel0n
afd2db5dd3 Merge pull request #1149 from dsoms/patch-1
Update kodi.py
2014-12-21 16:39:03 -08:00
echel0n
d15d674710 Merge pull request #1152 from neoatomic/develop
Added search provider icons. Added network logos.
2014-12-21 16:38:27 -08:00
echel0n
f224e413ff Merge tag 'v4.0.8' into develop
4.0.8 v4.0.8
2014-12-21 16:37:25 -08:00
echel0n
11269daeba Merge branch 'release/4.0.8' 2014-12-21 16:37:21 -08:00
echel0n
35fcca3873 Downgraded "show already in your list" exception when adding a new show to WARNING 2014-12-21 16:35:48 -08:00
NeO_AtOmiC
f304537df2 Added TNT Drama" network logo.
https://github.com/SiCKRAGETV/sickrage-issues/issues/250
2014-12-21 19:59:04 +01:00