Adam
d0326cda7e
Change replace HTTP auth with a login page
Change to improve webserve code
Add logout menu item with confirmation
Add 404 error page
10 years ago
JackDandy
57f01e6584
Fix restart issue.
11 years ago
JackDandy
c03429a25a
Remove orphaned file and cleanup class naming.
11 years ago
JackDandy
eb0ea69e5d
Remove browser player from Config General and Display Shows page.
11 years ago
Supremicus
4c8c6b21d5
Change logos, text etc. branding to SickGear.
11 years ago
echel0n
429db5b7d4
Shutdown/restarts now wait for Tornado to finish shutting down before proceeding further
11 years ago
echel0n
e5ac585b6a
Fix for webui becoming unresponsive when using SSL and possibly in other situations as well.
11 years ago
echel0n
d02c0bd6eb
Fixed issues with editing/saving custom scene exceptions.
Fixed charmap issues for anime show names.
Fixed issues with display show page and epCat key errors.
Fixed duplicate log messages for clearing provider caches.
Fixed issues with email notifier ep names not properly being encoded to UTF-8.
TVDB<->TVRAGE Indexer ID mapping is now performed on demand to be used when needed such as newznab providers can be searched with tvrage_id's and some will return tvrage_id's that later can be used to create show objects from for faster and more accurate name parsing, mapping is done via Trakt API calls.
Added stop event signals to schedualed tasks, SR now waits indefinate till task has been fully stopped before completing a restart or shutdown event.
NameParserCache is now persistent and stores 200 parsed results at any given time for quicker lookups and better performance, this helps maintain results between updates or shutdown/startup events.
Black and White lists for anime now only get used for anime shows as intended, performance gain for non-anime shows that dont need to load these lists.
Internal name cache now builds it self on demand when needed per show request plus checks if show is already in cache and if true exits routine to save time.
Schedualer and QueueItems classes are now a sub-class of threading.Thread and a stop threading event signal has been added to each.
If I forgot to list something it doesn't mean its not fixed so please test and report back if anything is wrong or has been corrected by this new release.
11 years ago
echel0n
2f0683ec1e
Fixed restart/updating issues for synology/qnap devices, may also resolve other OS related simular issues.
11 years ago
echel0n
424674464f
Playing videos from display show page has now been made opt-in, you can enable/disable via general config menu.
Swapped out video-js player for jwplayer to support mkv video codec.
Fixed issue with videos not playing.
11 years ago
echel0n
172dec1017
Startup/Restart issues resolved.
11 years ago
echel0n
a103035ac2
Testing fix for web_root issues.
11 years ago
echel0n
2d0c31510e
Fixed issues with trakt and root dirs.
Fixed web root issues.
11 years ago
echel0n
74f73bcc34
New event queue system in place, currently handles shutdown and restart calls.
Fixed ctrl-c issues with new event queue system.
Added a sleep timer to the NameParser class to help lower cpu usage spikes.
11 years ago
echel0n
9f1250d750
Turned autoreload off as it was turned on when we set debugging to true for tornado.
11 years ago
echel0n
7a95b0bb14
Added new InvalidShowException to NameParser, Removed isGoodResult search check and now attached parsed result show objects and compare them against the show object we use to search with instead.
11 years ago
echel0n
f7502294c5
Added in better error handling for tornado web server.
Fixed HTTPS issues, web root issues should now be corrected as well.
11 years ago
echel0n
04f6b8fc8b
Fixed web_root issues, Play videos directly from browser when displaying show via HTML5/JS ** WORK IN PROGRESS **
11 years ago
echel0n
12ac388dc2
Fixed startup/restart/shutdown issues on Windows, Linux, FreeBSD platforms tested.
Fixed for updating issues.
Fixed high cpu and memory usage.
11 years ago
echel0n
1fc909299d
Fixed start/restart/shutdown issues including any issues with daemonizing.
11 years ago
echel0n
75f69396d4
Reverted some changes.
11 years ago
echel0n
b6e7635a32
Removed tornado's auto-reload function and reverted back to using our original method of performing auto-updates, this should also correct 500 internal server issues for those that got them after updates where performed automatically.
11 years ago
echel0n
386355e130
Updates/Restarts now use the same process instead of spawning a new one so the PID remains the same.
Fixed issue for restarts/updates on windows.
11 years ago
echel0n
07685f4295
Fixed issues with webroot settings and reverse proxies.
Fixed issues with WebAPI and WebAPI builder.
11 years ago
echel0n
acadce4d96
Fix for setting status via episode status manager
11 years ago
echel0n
c792e34c43
FreeNAS test fix #4
11 years ago
echel0n
51247710bb
Reverse proxy support fixed
11 years ago
echel0n
0e962f83cb
Fix for feedcache logging.
Fix for adding new and existing shows.
Fix for static content.
11 years ago
echel0n
fd88c77d26
Fix for 401/404 errors now just redirect back to home page.
Fix for static mapping issues.
11 years ago
echel0n
652de9172b
Testing force update
11 years ago
echel0n
29c5c4de4d
Fixed issue of forbidden error
11 years ago
echel0n
cf4cbd9a34
Fix for missing WITH statement
11 years ago
echel0n
032ddf2425
Fixed issues with web root settings not working.
Fixed more NoneType iterable errors.
11 years ago
echel0n
3989f722a7
Fixed issues with basic auth and NoneType errors
11 years ago
echel0n
18a1681a61
Fixed issue with facicon.ico file and static link being incorrect causing 404 errors.
11 years ago
echel0n
327df6682e
Updated tornado to latest stable code, fixes issues with auto-reload
11 years ago
echel0n
9790b30b90
Fix for force update and autoreload
11 years ago
echel0n
98e4710d89
Setting debug = 1 in config now sets log level to debug for all processes
11 years ago
echel0n
c57e34c9f9
Added logging for tornado web server for helping in debugging issues.
11 years ago
echel0n
dccf371ebd
SSL issues fixed.
UI Notifications fixed.
Auto-updating option fixed to now work with auto-reload feature.
11 years ago
echel0n
489a181cdb
Auto-reloads app on code changes automatically detected from git.
Fixed issues with basicauth/cookies and login page.
Parse results now displayed all the time.
11 years ago
echel0n
088e32b117
Fixed Web API to work with new tornado code!
11 years ago
echel0n
d8358882de
Fixed issues with restarts and updates.
11 years ago
echel0n
4676c2b7b1
Testing update/restart fix
11 years ago
echel0n
23e2a483b5
Fixed API code to work with tornado.
11 years ago
echel0n
7d52d079fa
Fixes more issues that were preventing proper shutdowns, restarts, and upgrades.
11 years ago
echel0n
fa01711192
IOLoop tasks are now started and stopped via regular start and halt sickrage functions allowing us to gracefully exit on shutdown or restart.
11 years ago
echel0n
acca01eb90
Fixed shutdown to completely stop and close IOLoop.
11 years ago
echel0n
af6cd334a0
Moved Tornado IOLoop to main() to resolve shutdown issues plus we now use IOLoop to control checks for startup tasks and background commands.
11 years ago
echel0n
20e2ae2f86
Improved tornado async routines and shutdown routines.
11 years ago