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
93e2e93b63
Fix for edit shows and add shows.
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
Mark Rawson
8f19e84a80
Add global option to disable SickRage update notifications via notifiers.
11 years ago
echel0n
1fc909299d
Fixed start/restart/shutdown issues including any issues with daemonizing.
11 years ago
echel0n
130daf7d0a
Added trending shows feature, this allows you to choose from a wide selection of popular/trending shows with rating stats and easily add the show into SR by simply clicking the plus sign.
11 years ago
echel0n
75f69396d4
Reverted some changes.
11 years ago
echel0n
5e507b3849
More memory reductions and cleanups
11 years ago
echel0n
e7b5a2c6c0
Test fix for webroot issues.
11 years ago
echel0n
508c094f48
Fixed robots.txt method.
11 years ago
echel0n
96fa0953e3
Fixed issues with popup notifications.
11 years ago
echel0n
eece317c75
Fix for tornado write issues on GET and POST methods.
11 years ago
echel0n
1145f90208
Disabled caching for notification tests.
11 years ago
echel0n
06e99ce4a7
Fix for uncaught exception error for 404 errors
11 years ago
echel0n
145433e19a
Corrected self.finish to self.write
11 years ago
echel0n
6ce68e3d97
Fixed redirects and blank pages ... FINALY!
11 years ago
echel0n
b3d46f77e9
Fix for TypeError: write()
11 years ago
echel0n
0c57676aed
Updated tornado source code.
Created custom class for rss feed parser.
11 years ago
echel0n
feabf20c8c
Test fix #5 for blank pages
11 years ago
echel0n
cafdc57b2c
Testing fix for redirect issues and blank pages.
Fix for create pid issues.
Fix for creating index on tv provider cache tables.
11 years ago
echel0n
ca60203e9e
Test #3 for blank pages.
Syncs show library with trakt.tv show library on startup.
Adds/Removes shows individually to/from trakt.tv library.
Added use_recommended feature to trakt.tv notifier config page.
11 years ago
echel0n
77a659c17f
Test #2 for blank pages, turned cache on and removed all cache disabling entries.
11 years ago
echel0n
84da4147fb
Testing fix for cache issues causing blank pages, caching has been turned off.
11 years ago
echel0n
cbda4d424d
Small fix for new trakt feature
11 years ago
echel0n
df7aa364aa
Added feature that gets all recommended shows from your trakt.tv account and lets you add the show like you would if adding a new show and searching.
11 years ago
echel0n
12ee35a5e6
Fix for manual updates when auto-upate option is enabled.
11 years ago
echel0n
696a1a9f4a
Fixed issue with backup/resotre config file variable
11 years ago
echel0n
10bea520a7
Fixed backup/restore issues, uses correct data directory variable now.
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
3c370fc5c9
Fix for tornado redirect function, was not properly returning.
11 years ago
echel0n
f6c40d4b25
Fixed DB issues related to displaying plot details for show episodes.
11 years ago
echel0n
3e78004d36
Fix for KeyError: None in displayShows
11 years ago
echel0n
bbbc7469fb
fix for tornado error handler
11 years ago
echel0n
7e0bb651b2
Database now closes connection after each query and reconnects if closed to ensure no more connection and locked database problems.
Fixed more internal 500 errors.
11 years ago
echel0n
2f73ab1e41
Removed tornado async features, testing to see if this resolves blank page and other related possible issues.
Removed double call to get_scene_exceptions when displaying shows.
11 years ago
echel0n
4443a5a649
Fix for mass edit
11 years ago
echel0n
07685f4295
Fixed issues with webroot settings and reverse proxies.
Fixed issues with WebAPI and WebAPI builder.
11 years ago
JackDandy
bf99164978
Refactor scheduler and upstream ports.
Move start time check from properFinder and showUpdater into scheduler.
Add show how long to next propers search at end of each run.
Change proper finder and show updater to silent thread logging.
Change Scheduler runImmediately to run_delay.
11 years ago
echel0n
2b7df8e67d
Added backup and restore feature, this allows you to backup your config.ini and sickbeard.db files into a zipfile and save it to a destination of your choice and as well you can restore the same zip file later on then perform a restart to have the changes take affect automatically. Backups are saved date/time stamped.
11 years ago
echel0n
acadce4d96
Fix for setting status via episode status manager
11 years ago
echel0n
cefbe3859a
Test fix #3 for freenas
11 years ago
oldskool
37c3354325
cherry-pick a Sickbeard pull request add an option to NOT rename .nfo to .nfo-orig
from oldskool:nfo_orig
credit to oldskool
Fixing issue 2404: Option to NOT rename .nfo to .nfo-orig
Conflicts:
data/interfaces/default/config_postProcessing.tmpl
sickbeard/__init__.py
sickbeard/postProcessor.py
sickbeard/webserve.py
11 years ago
echel0n
0ae8b5429b
WebAPI showPosters fixed!
11 years ago
echel0n
e202cbc0ac
Fixed basic auth realm issue, needed to be quoted.
11 years ago
echel0n
878ef9acf6
Added return to self.redirect to conform to proper way of handling redirects when using tornado
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
d01a1eed26
Turned caching off, testing for blank page issues.
11 years ago
echel0n
29c5c4de4d
Fixed issue of forbidden error
11 years ago
echel0n
c9f800128e
Fix for force update.
11 years ago