echel0n
78bfc40757
Fixed manual post-processing issues with WebUI.
...
Decreased WebUI overall loadtime by shifting a few key methods around into there correct classes to allow them to become threaded.
2014-12-10 17:05:21 -08:00
echel0n
efc2aad782
Fixed issues serving static image content for banners/posters and misc other static images, improves overall performance of webui as well.
2014-12-10 15:54:25 -08:00
echel0n
3a2a5f9d70
Fixed issues with adding shows via WebUI
2014-12-10 12:05:29 -08:00
echel0n
785c2d37db
Fixed issues with cached images not loading correctly, major speed improvement!
...
Fixed issues with saving config.
2014-12-10 10:30:38 -08:00
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
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
9466bddc3e
Fixes for issues relating to multi-threading, webui, and databases
2014-12-08 11:58:51 -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
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
e7de90f688
Merge remote-tracking branch 'origin/develop' into develop
...
Conflicts:
sickbeard/webapi.py
2014-12-07 15:57:32 -08:00
echel0n
5f58282260
Added new WebUI login interface
2014-12-07 12:58:41 -08:00
echel0n
589b7167c1
Improvements made to tv cache code for providers
2014-12-07 09:16:41 -08:00
echel0n
0365cc201b
Fixes for issue #1026 - Trakt exceptions
2014-12-05 22:51:24 -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
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
33e094a9aa
Fix for issue #971 and issue #1007 - defaults to a status of UNKNOWN if a empty result is returned
2014-12-02 03:21:23 -08:00
John
d8943d06e0
Fix api/builder if your using a webroot
2014-11-29 23:09:23 +01:00
echel0n
42befb652d
Fixed more issues with TraktAPI code
2014-11-29 03:38:41 -08:00
echel0n
9ecbd401f4
Name change XBMC -> Kodi
2014-11-28 14:47:43 -08:00
echel0n
76717fa52b
Downgraded Trakt errors to trigger SR logger WARNINGS instead of ERROR messages
2014-11-28 14:18:48 -08:00
echel0n
c6b7348c37
Overhaul of Trakt.TV API handler
2014-11-28 14:07:26 -08:00
Tab Bennedum
ef8726448f
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
sickbeard/webserve.py
2014-11-27 10:53:00 -05:00
echel0n
a0aa479b91
Merge remote-tracking branch 'origin/develop' into develop
2014-11-27 04:39:41 -08:00
echel0n
bfea9329b4
Added code to set proper content-type header on images being displayed via webgui
2014-11-26 21:42:56 -08:00
h3llrais3r
41d8210d10
Add custom nzb category and torrent label for anime
2014-11-26 21:48:37 +01:00
echel0n
360c3afa08
Removed FTFY, python 2.6 compatibility issues.
...
Re-coded encodingKludge encode/decode for unicode <-> utf-8
2014-11-25 17:22:31 -08:00
Tab Bennedum
c449ca97e3
Added correct Content-Type header to showPoster calls.
2014-11-25 14:48:53 -05:00
echel0n
6a140aa907
Added FTFY module to help with any encoding/decoding issues
2014-11-24 13:42:30 -08:00
echel0n
06d14d3450
Merge pull request #937 from miigotu/develop
...
Strip year from show title when adding existing shows, so show is found ...
2014-11-23 05:28:22 -08:00
echel0n
a18c72f2ea
Small code fix for trakt.tv trending shows func
...
Fixes for Indexer API's
2014-11-23 04:51:10 -08:00
echel0n
29d22b8a8f
Trakt.tv recommend shows and trending shows now work with both TVDB and TVRAGE Indexer's
2014-11-23 04:08:37 -08:00
echel0n
cf35e9778c
Added per-show option that allows you to set the default status that gets applied to new and missing show episodes, default is SKIPPED
...
Fixed issues for failed/manual snatches always failing to complete
2014-11-23 01:17:37 -08:00
Dustyn Gibson
ed00cbc053
Strip year from show title when adding existing shows, so show is found on TVDB. Fix processing of NFO.
2014-11-22 18:39:29 -08:00
echel0n
4d41d881eb
Fix for pyGitHub module not found issue.
...
Added in bugtracker class
2014-11-16 02:58:20 -08:00
echel0n
aa76734f56
Fix for bug #898 , fixes issues with show image overlay when using small poster layout
2014-11-15 20:57:39 -08:00
echel0n
b1d7cdc1ad
Fixed bug #895 , automatic post-processing not being enabled when setting enabled from config.
2014-11-14 19:59:22 -08:00
echel0n
1c46813e89
Fixed adding of trending shows.
...
Fixed adding root directory issues.
2014-11-14 16:35:10 -08:00
tehspede
a1ce52df8f
Fix missing HTML in notifications resulting in incorrect formatting.
2014-11-12 09:24:34 +02:00
Prinz23
732009fd98
Change how the "local/network" setting is handled to address some issues.
...
Move local/network setting datetime convert into it's own function.
Function parse_date_time() now returns when possible a correct timezone aware datetime.
Change webapi to use new converter.
Fix Daily Searcher.
Fix saving old DateTime setting.
Add safety check if network_dict is already loaded.
2014-11-11 18:15:25 +00:00