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

2384 Commits

Author SHA1 Message Date
echel0n
405d54011f Fixed for result NoneType being returned 2014-12-10 06:23:00 -08:00
echel0n
5fa67936aa Fixed WebUI issue displaying main index home page 2014-12-10 05:47:35 -08:00
echel0n
4cb4d1496e Merge remote-tracking branch 'origin/develop' into develop 2014-12-10 05:11:19 -08:00
echel0n
7213fbac11 Fixed issues with WebUI crashing when using a custom web_root setting in the config, also fixed a few other misc WebUI related issues.
This resolves issue tickets #1065, #1064, #1049
2014-12-10 05:10:51 -08:00
echel0n
7fc891009a Merge pull request #1052 from markheloking/develop
Interface fixes
2014-12-09 04:16:02 -08:00
echel0n
9466bddc3e Fixes for issues relating to multi-threading, webui, and databases 2014-12-08 11:58:51 -08:00
echel0n
c83dc5650b REVERT: Fixed sqlite code to work better with multithreaded webui code 2014-12-08 08:43:59 -08:00
echel0n
64bdd4d64a Fixed sqlite code to work better with multithreaded webui code 2014-12-08 08:40:03 -08:00
echel0n
a311b665ba Fix for unicode issues with image files 2014-12-08 07:37:14 -08:00
echel0n
46bd600da0 Improved async threading code for WebUI 2014-12-08 07:34:14 -08:00
markheloking
fccb439c1f Revert "Startup scripts"
This reverts commit ce31539a0d.
2014-12-08 15:21:32 +01:00
markheloking
f2bcc7217c 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
2014-12-08 15:14:52 +01:00
markheloking
f4450bec46 Fix 2-row on home
Fix the search and layout buttons being on two different rows
2014-12-08 15:13:07 +01:00
echel0n
d2b6145f8c Possible fix for database threading issues related to async calls from webui 2014-12-08 05:46:30 -08:00
markheloking
daf2e94000 Searchprovider page layout cleanup
Small cleanup so that the symbols will be on the same line as the
explenations instead of having the symbols as HTML headers.
2014-12-08 14:08:07 +01:00
echel0n
d7164308a5 Fixed unicode issues with sqlite3 database queries 2014-12-08 05:00:34 -08:00
markheloking
ce31539a0d Startup scripts
Startup scripts windows to hide all traces in the windows interface
2014-12-08 13:54:28 +01:00
echel0n
ebfb06a9e1 Fix to ensure feedparser returns dict with items even if set to NoneType 2014-12-08 01:41:42 -08:00
echel0n
df78fd6669 Fix for issue #1041, dict has no attrib entries error 2014-12-08 01:30:29 -08:00
echel0n
50840ec7d8 Testing fix for censoring logs 2014-12-08 01:25:18 -08:00
echel0n
e212a09520 Fix for issue #986 - No RID in search params for NewzNab providers 2014-12-08 01:11:40 -08:00
echel0n
26e82caa84 Fix for issue #1034 - skipping: 'list' object has no attribute 'feed' 2014-12-08 00:33:10 -08:00
echel0n
a5c961e3eb Testing threaded async webui code 2014-12-08 00:17:55 -08:00
echel0n
c6c0f9600b Fix UI notification issues with auth 2014-12-07 18:24:30 -08:00
echel0n
421e807aa6 Linked post to get for WebUI 2014-12-07 17:58:14 -08:00
echel0n
d44968789f Fixed issues regarding adding of existing shows. 2014-12-07 17:43:34 -08:00
echel0n
9e2c753d4b Fixed WebFileBrowser code in WebUI 2014-12-07 17:17:42 -08:00
echel0n
2d947537d4 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	sickbeard/webapi.py
2014-12-07 16:37:46 -08:00
echel0n
7cb60236de Fixed WebAPI - Code needed re-doing to intergrate properly with new WebUI code. 2014-12-07 16:36:51 -08:00
echel0n
e7de90f688 Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	sickbeard/webapi.py
2014-12-07 15:57:32 -08:00
echel0n
55e0952f2f Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
	sickbeard/webapi.py
2014-12-07 13:00:18 -08:00
echel0n
5f58282260 Added new WebUI login interface 2014-12-07 12:58:41 -08:00
echel0n
72f46bc6a0 Merge pull request #1039 from mdpauley/develop
webserve.py has no attribute 'MainHandler'
2014-12-07 10:53:15 -08:00
Michael Pauley
890b56aed6 webserve.py has no attribute 'MainHandler'
MainHandler was renamed to WebHandler
2014-12-07 13:36:29 -05:00
echel0n
e2be96542d Merge branch 'feature/feat-webui-improvements' into develop 2014-12-07 09:19:41 -08:00
echel0n
589b7167c1 Improvements made to tv cache code for providers 2014-12-07 09:16:41 -08:00
echel0n
882950f661 Merge pull request #1035 from Hellowlol/deleteshowboolapi
Add removefiles to api show.delete
2014-12-07 01:32:41 -08:00
John
7bc422d199 Add removefiles to api show.delete 2014-12-07 01:59:11 +01:00
echel0n
0365cc201b Fixes for issue #1026 - Trakt exceptions 2014-12-05 22:51:24 -08:00
echel0n
f814de4c82 Fixed minor issues with provider rss caching code.
Fixed login issues with T411 provider.
Added 2 new subcats to T411 provider - 455 and 637
2014-12-05 22:16:30 -08:00
echel0n
86e7912c41 Possible fix for issues #1016, #993, and #1024 - Unicode decode/encode issues 2014-12-05 20:13:50 -08:00
echel0n
b7a5fc85fe Added encoding tests to test suite.
Possible fix for issue #1016 - Unicode decode/encode issues
2014-12-05 18:46:44 -08:00
echel0n
4dc20f2d99 Merge remote-tracking branch 'origin/develop' into develop 2014-12-05 18:03:33 -08:00
echel0n
d536d43b6f Fixed issue #954 - Default EP status now hardcoded with a default of SKIPPED.
Fixed a issue that was causing show status to be set to NoneType randomly.
Fixed misc comparisons that were causing improper code executions.
Misc PEP8 coding fixes.
2014-12-05 18:03:20 -08:00
echel0n
cf08070ff7 Merge pull request #1020 from frdfsnlght/master
Copy headers set in request handlers to main handler
2014-12-04 17:46:23 -08:00
echel0n
4254916ae9 Fixed a bunch of bugs/issues with tvcache module code flow and added in proper error handling for the threaded cache updates plus resolved some provider issues. 2014-12-03 06:41:51 -08:00
echel0n
fa02ff40e7 Improved RSS feed cache parser code for provider searches and caching of their RSS feeds. 2014-12-03 04:10:00 -08:00
echel0n
f6370c6756 Fix for issue #1010 - EZRSS issues with attribute name change from filename to fileName 2014-12-02 23:03:40 -08:00
echel0n
2354c74247 Updated IMDB libs.
Minor code improvements made to IndexerAPI modules.

New subtitle config feature which allows you to control if subtitles get there language codes appened to there filenames or not.

Added El Rey Network image.

Added code for generating imdbID's for shows missing there imdbID's such as shows from TVRage indexer..
2014-12-02 22:13:28 -08:00
echel0n
a946f8aca5 Fix for issue #1009 - added show and release_group attributes to properFinder module. 2014-12-02 11:37:52 -08:00