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

2740 Commits

Author SHA1 Message Date
Alexandre Beloin
3ee18ff279 OldPirateBay Replaced url tv/latest 2015-02-19 18:51:04 -05:00
Alexandre Beloin
0499069d29 Merge pull request #1354 from fernandog/green_progress_bar
Remove blue color from 100% progress bar
2015-02-19 10:55:35 -05:00
Alexandre Beloin
593dd7f812 Merge pull request #1352 from gborri/develop
Add value to TNTVillage self.hdtext parameter
2015-02-19 10:55:05 -05:00
Alexandre Beloin
699d9270fb Merge pull request #1358 from abeloin/patch-backup_fixes
Fix backup issue with invalid restore folder
2015-02-19 10:48:33 -05:00
Alexandre Beloin
85dadced9e Fix backup issue with invalid restore folder 2015-02-19 10:39:07 -05:00
Fernando
2b1442bb6e Remove blue color from progress bar 2015-02-19 10:04:32 -02:00
Giovanni
42331e7da3 Add value to TNTVillage self.hdtext parameter 2015-02-19 10:19:53 +01:00
Alexandre Beloin
0a73bd1405 Merge pull request #1351 from abeloin/patch-bootstrap3
Fix navbar not collapsing properly
2015-02-19 02:04:26 -05:00
Alexandre Beloin
df2b64a2c3 From f2bcc7217c Thu, 19 Feb 2015 01:49:30
-0500
From: markheloking <markheloking@live.nl>
Date: Mon, 8 Dec 2014 15:14:52 +0100
Subject: [PATCH] Fixed bootstrap @grid-float-breakpoint


http://getbootstrap.com/components/
Look in that page for: "Changing the collapsed mobile navbar breakpoint"

Fixed collapse fixed width from 768px to the width of our current
navbar: 1010px
2015-02-19 01:58:02 -05:00
Alexandre Beloin
c62fa2b056 Merge pull request #1350 from abeloin/patch-displayShow_status
Fix color in displayShow when manually searching.
2015-02-19 00:06:42 -05:00
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
cadfd9b984 Merge pull request #1349 from abeloin/patch-tntvillage
Fix self.hdtext declared as list instead of dict
2015-02-18 22:39:47 -05:00
Alexandre Beloin
d27dbbfd3c Fix self.hdtext declared as list instead of dict
Python 2.6 report syntax error
2015-02-18 22:37:22 -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
6848d543dd Merge pull request #1342 from abeloin/patch-submit_error
Hide submit errors button if no git user/pass and auto submit
2015-02-18 11:30:27 -05:00
Alexandre Beloin
4f7310b6f7 Merge pull request #1343 from CoRpO/develop
Fix for RARBG provider
2015-02-18 11:05:13 -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
4166099c4a Fix compiling error 2015-02-18 12:14:57 +01:00
Giovanni
72826f6dd2 Removed 'page' parameter 2015-02-18 12:10:33 +01:00
Fernando
226a7148d2 Fix low quality snatch not showing in backlog overview
Low quality snatched wasn't appearing anymore in backlog overview

From:
7878a1b610
@Tagforce
2015-02-18 09:01:40 -02:00
CoRpO
973a1a8bef Fix for RARBG provider
Manage the case where the torrent name got spaces in it
2015-02-18 09:15:15 +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
Alexandre Beloin
e0204d048e Merge pull request #1341 from abeloin/patch-requests_warning
Disable urllib3 InsecureRequestWarning
2015-02-17 19:34:17 -05:00
Alexandre Beloin
a99608e6bd Disable urllib3 InsecureRequestWarning 2015-02-17 19:32:45 -05:00
Alexandre Beloin
b29f5122fc Merge branch 'BillNasty-NewProviderAR' into develop 2015-02-17 13:21:51 -05:00
Alexandre Beloin
4f95613a3b Merge branch 'NewProviderAR' of https://github.com/BillNasty/SickRage into BillNasty-NewProviderAR
Conflicts:
	sickbeard/__init__.py
2015-02-17 13:21:08 -05:00
Alexandre Beloin
0f1436618d Merge pull request #1338 from CoRpO/develop
Add RARBG provider
2015-02-17 13:12:01 -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
CoRpO
ba13cc532e Add RARBG provider
Basic functions working (Rss & search)

(Rebased against current develop)
2015-02-17 16:56:12 +01:00
Giovanni
94853c0f27 Removed some comment 2015-02-17 16:08:09 +01:00
Giovanni
d87d35237d Set condition for tntvillage parameters
added $curTorrentProvider.getID() == 'tntvillage'
added some string for quality recognition in case all category is set
2015-02-17 16:02:07 +01:00
Giovanni
61e201d201 try ti fix generic modification 2015-02-17 15:31:54 +01:00
Giovanni
7e3b62fee1 Added 16x16 logo
Fix some code for quality recognition
2015-02-17 12:20:09 +01:00
BillNasty
44ae7c54fd Add Provider AR
Add provider alpha ratio
2015-02-16 22:07:08 -05:00
Alexandre Beloin
1ad9ed4539 Merge pull request #1330 from abeloin/patch-trakt_requests
Trakt: Catch all requests exceptions
2015-02-16 19:59:55 -05:00
Alexandre Beloin
048212102e Merge pull request #1333 from SiCKRAGETV/revert-1296-patch-1
Revert "Added new regex 'itunes'"
2015-02-16 18:15:09 -05:00
Alexandre Beloin
073b940c7e Revert "Added new regex 'itunes'" 2015-02-16 18:14:08 -05:00
Alexandre Beloin
4b2a117977 Merge pull request #1332 from neoatomic/develop
Updated network logos
2015-02-16 16:21:11 -05:00
NeO_AtOmiC
ef10604198 Updated network logos
Replaced white logos with color versions.
Added some missing Dutch network logos.
2015-02-16 22:03:58 +01:00
Alexandre Beloin
ad29d18bc0 Catch all requests exceptions 2015-02-16 13:27:45 -05:00
Alexandre Beloin
dbb0e551fc Merge pull request #1328 from SiCKRAGETV/fernandog-double-quote
Fixes shows with double quotes
2015-02-16 10:12:09 -05:00
Fernando
aeef329bff Fixes shows with double quotes
https://github.com/SiCKRAGETV/sickrage-issues/issues/312#issuecomment-74519161
2015-02-16 13:08:14 -02:00
Alexandre Beloin
f89fddbdfb Merge pull request #1326 from flightlevel/patch-2
Improved logging to detect CloudFlare blocking
2015-02-16 09:55:13 -05:00
Alexandre Beloin
04b32f4e0e Merge pull request #1325 from neoatomic/develop
Updated network logos.
2015-02-16 08:40:34 -05:00
Alexandre Beloin
07f6ddc27f Merge pull request #1309 from TagForce/hiddenfolders
Added Hidden Folder check for Windows Attributes
2015-02-16 08:39:32 -05:00
Alexandre Beloin
20a70c9ef9 Merge pull request #1301 from andofrjando/add-torrent-provider-Shazbat
Fix for issue #425: Replace TVTorrents Provider with Shazbat.tv
2015-02-16 08:39:07 -05:00