Commit graph

2085 commits

Author SHA1 Message Date
JackDandy
d03f198e13 Reapply check that SSLv3 is available before use that is listed in hacks.txt to new lib.
This fixes an issue in the urllib3/PyOpenSSL contrib in requests lib that assumes ssl.protocol_sslv3 is always defined. Many systems have disabled this protocol in light of recent security issues.
2014-11-20 02:09:45 +00:00
JackDandy
556e92a730 Update Requests library 2.3.0 to 2.4.3 (9dc6602). 2014-11-20 02:05:32 +00:00
JackDandy
476a539432 Merge branch 'feature/AddIfExistsSSLv3' into develop 2014-11-19 18:04:49 +00:00
vergessen
b5b3ad980a Add check that SSLv3 is available before use.
This fixes an issue in the urllib3/PyOpenSSL contrib in requests lib that assumes ssl.protocol_sslv3 is always defined. Many systems have disabled this protocol in light of recent security issues.
2014-11-19 18:01:54 +00:00
JackDandy
d24d6888ad Merge branch 'feature/OverhaulConfigPostprocessing' into develop 2014-11-19 17:21:12 +00:00
JackDandy
9d37bd538f Change more overhaul to Config Post Processing.
Change texts and descriptions throughout.
Fix info icons in "Naming Legends".
Change naming sample lines to be more available.
Add failed downloads Sabnzbd setup guide.
Fix "Anime name pattern" custom javascript validation.
2014-11-19 17:20:32 +00:00
Supremicus
be92776792 Overhaul Config Post Processing.
Change overhaul Config Post Processing to be in line with General Configuration.
Change rearrange post processing items into sections for easier use.
Fix CSS overriding link colors on config pages.
2014-11-19 17:19:25 +00:00
JackDandy
463df59b05 Merge branch 'develop' of github.com:SickGear/SickGear into develop 2014-11-19 16:54:30 +00:00
Adam
d0dfc1ca3f Merge branch 'hotfix/0.3.1' into develop 2014-11-20 00:43:06 +08:00
Adam
b06576a6a1 Fix failing travis tests
Remove a test from scene helpers test suite
Remove unnecessary test from post processing test suite
Fix unicode test by catching InvalidShowException in  name parser test suite
2014-11-20 00:41:11 +08:00
JackDandy
0d5318cc2f Merge pull request #28 from Supremicus/feature/pnotify_fix
Fix pnotify notifications going full page
2014-11-18 13:35:39 +00:00
Supremicus
b52b8556ee Fix pnotify notifications going full page 2014-11-18 23:34:36 +10:00
JackDandy
b3010932b8 Merge pull request #18 from adam111316/feature/RemoveOldVersionChecker
Remove old version checking code that no longer applies to SickGear's release system
2014-11-18 13:03:35 +00:00
Adam
d599406861 Remove old version checking code that no longer applies to SickGear's release system 2014-11-18 15:46:23 +08:00
JackDandy
f1de451516 Merge branch 'feature/AddAnimeTreatAsHDTV' into develop 2014-11-17 16:02:44 +00:00
Adam
8780d6a601 Add option to treat anime releases that lack a quality tag as HDTV instead of "unknown". 2014-11-17 15:58:17 +00:00
JackDandy
1ed4020f8b Merge branch 'feature/RemoveAnimezbProvider' into develop 2014-11-17 11:50:34 +00:00
Adam
ff654aa894 Remove obsolete Animezb provider
Animezb provider no longer exists
2014-11-17 11:49:02 +00:00
JackDandy
71e28fc87a Merge pull request #22 from adam111316/feature/Remove_t411_provider
Remove unsupported t411 provider
2014-11-17 10:38:55 +00:00
Adam
8b5ab27444 Remove unsupported t411 provider
Removing unsupported french private tracker
2014-11-17 14:50:44 +08:00
JackDandy
7852aa0478 Merge branch 'feature/FixLimitedBacklogOutput' into develop 2014-11-16 02:20:13 +00:00
JackDandy
b6d079fe48 Fix the log output of the limited backlog search for episodes missed.
The log text backwardly reported processing was for missed episodes older than x days. It's for episodes missed during the last x days.
2014-11-16 02:19:15 +00:00
JackDandy
3d8be67d81 Merge branch 'feature/RemoveUnneededDatetimeConvert' into develop 2014-11-16 01:01:16 +00:00
Prinz23
1e69286c9f Remove unneeded datetime convert from Coming Episodes page.
Prevent usage of function .fromtimestamp that can throw exceptions on some platforms.

Replace datetime calls with sbdatetime calls.
2014-11-15 22:42:46 +00:00
JackDandy
c681ead67a Merge branch 'feature/FixTrendingShowsVars' into develop 2014-11-15 22:16:25 +00:00
JackDandy
82363f8b37 Fix unset vars on Add New Shows Page used in the Add Existing Shows context. 2014-11-15 22:14:49 +00:00
JackDandy
44e0749d1e Merge branch 'feature/TrendingShowUriEncodeShowTitle' into develop 2014-11-15 21:28:59 +00:00
Prinz23
2e2805b513 Fix adding shows with titles that contain "&" on Add Trending Show page. 2014-11-15 21:21:41 +00:00
JackDandy
b03e9434bf Merge branch 'feature/ChangeAddATrendingShow' into develop 2014-11-15 21:09:04 +00:00
JackDandy
96cd8590a8 Change Add Show on Add Trending Show Page to use the full Add New Show flow.
All the features of adding a new show are now available to shows added on the Add Trending Show page.
2014-11-15 20:47:16 +00:00
JackDandy
9f5b6649b3 Merge branch 'ChangeHeartOnAddShow' into develop 2014-11-15 12:59:16 +00:00
JackDandy
062a82b9b5 Change sharper looking heart image on the Add Show page. 2014-11-15 12:57:23 +00:00
JackDandy
71e546a0a6 Merge branch 'feature/ChangeHelpAndInfoIcons' into develop 2014-11-15 06:32:43 +00:00
Supremicus
e438ba4ce3 Change Help and Info icon sprites to color and text of Arguments if unused. 2014-11-15 06:31:01 +00:00
JackDandy
6e5103f59a Merge branch 'feature/FilterTrending' into develop 2014-11-15 05:54:11 +00:00
Supremicus
65b33a6fe7 Add filtering of shows on Add Trending Shows page.
Add dropdown on the Add Trending Shows page to display all shows, shows not in library, or shows in library.
2014-11-15 05:49:46 +00:00
JackDandy
86cd20737b Merge branch 'feature/RemoveWarningOutputSrc' into develop 2014-11-15 04:30:43 +00:00
JackDandy
abd1c453fb Remove output of source code line when warnings highlight libraries not used with IMDb.
Add a new show to observe the output.

Conflicts:
	CHANGES.md
2014-11-15 04:29:12 +00:00
JackDandy
13b4faa2f0 Merge branch 'feature/OverhaulConfigAnime' into develop 2014-11-15 04:18:59 +00:00
Supremicus
4b34be35b5 Overhaul Config Anime.
Overhaul Config Anime to be in line with General Configuration.
2014-11-15 00:21:24 +00:00
JackDandy
42ca33765a Merge pull request #8 from Supremicus/feature/fix_posterpreview
Fix poster preview on small poster layout
2014-11-13 22:00:14 +00:00
Supremicus
02719ce23e Fix poster preview on small poster layout 2014-11-14 07:52:54 +10:00
JackDandy
b9a3bd30d0 Merge pull request #7 from JackDandy/feature/ChangeFooterStats
Change footer stats to not add newlines when copy/pasting.
2014-11-13 17:59:03 +00:00
JackDandy
65d488321f Change footer stats to not add newlines when copy/pasting.
Remove redundant references from Config / Help & Info.
2014-11-13 17:52:22 +00:00
Gareth Kirwan
5b1c6fc3f4 Merge branch 'release/0.3.0' into develop 2014-11-13 14:39:16 +00:00
Gareth Kirwan
bd5edd3487 Merge branch 'release/0.3.0' 2014-11-13 14:39:07 +00:00
Gareth Kirwan
48552c2526 Remove reference to SR from version. Redundant naming. 2014-11-13 14:38:49 +00:00
Gareth Kirwan
db44f329de Bump Changes 2014-11-13 14:31:00 +00:00
JackDandy
08aaa05bad Merge pull request #5 from JackDandy/feature/ChangeBrandCleanse
Remove orphaned file and cleanup class naming.
2014-11-13 05:40:45 +00:00
JackDandy
c03429a25a Remove orphaned file and cleanup class naming. 2014-11-13 05:36:47 +00:00