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
echel0n
6dd78f58b6
Improved startup and shutdown for tornado
11 years ago
echel0n
149d7b29df
Final fixes for proper shutdown of tornado
11 years ago
echel0n
661c4ed6a7
Small fix for shutdown issues
11 years ago
echel0n
abff43f568
Improved startup/shutdown of tornado.
Fixed issues with notifications related to tornado.
11 years ago
echel0n
d73cc1cbbd
Replaced cherrypy with tornado which helped resolve our memory leak issue.
11 years ago
echel0n
dfe9619ddd
Fix for SSL support, reverted back to CherryPy 3.23 as 3.30 is borked for SSL.
11 years ago
echel0n
7e5cc8c673
Fix for coming soon episodes page.
Reverted sql -> sqlachemy changes, to soon and will be done in seperate branch.
11 years ago
echel0n
cec4ed573d
Upgraded CherryPy libs to 3.3.0
Switched out sqlite3 libs in favour of SQLAlchemy v0.9, will gradually migrate dialects and scheme to be fully SQLAlchemy compliant for using there ORM with sessions instead of direct.
Fixed getEpisode function to stop making unrequired scene number conversions on already converted data thats available now from cache.
11 years ago
echel0n
7391a6e454
App name change in code.
11 years ago
Michael Johnson
02382d2716
Add proper handling for reverse proxies
Basic configuration options and filter
Add configuration options to template
Woops, we can't use filters
Qualify the name 'Tool'
Remove leftover 'self' argument
11 years ago
echel0n
95d7d728e0
Re-write of Indexer API wrapper
Re-write of New Show seearch function
Re-write of Existing show search helper function for determining indexer/indexerid
Massive code cleanup and more bugs found and fixed
Indexer code fully modualized for future proofing
11 years ago
echel0n
10637f8f29
Code Clean up and regex fix for "no repeats" error (reverted from commit 8ecd5a196d
)
11 years ago
echel0n
8ecd5a196d
Code cleanup and regex fix for "no repeats" error
11 years ago
echel0n
0d9fbc1ad7
Welcome to our SickBeard-TVRage Edition ...
This version of SickBeard uses both TVDB and TVRage to search and gather it's series data from allowing you to now have access to and download shows that you couldn't before because of being locked into only what TheTVDB had to offer.
Also this edition is based off the code we used in our XEM editon so it does come with scene numbering support as well as all the other features our XEM edition has to offer.
Please before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present, we HIGHLY recommend starting out with no database files at all to make this a fresh start but the choice is at your own risk!
Enjoy!
11 years ago