echel0n
|
652de9172b
|
Testing force update
|
2014-06-18 02:16:14 -07:00 |
|
echel0n
|
29c5c4de4d
|
Fixed issue of forbidden error
|
2014-06-18 02:13:22 -07:00 |
|
echel0n
|
c9f800128e
|
Fix for force update.
|
2014-06-18 02:04:02 -07:00 |
|
echel0n
|
cf4cbd9a34
|
Fix for missing WITH statement
|
2014-06-18 01:53:11 -07:00 |
|
echel0n
|
032ddf2425
|
Fixed issues with web root settings not working.
Fixed more NoneType iterable errors.
|
2014-06-17 23:55:45 -07:00 |
|
echel0n
|
b47b2e1f58
|
Fix for NoneType issues related to redirects
|
2014-06-17 14:25:35 -07:00 |
|
echel0n
|
4513525cc4
|
Fix for basicauth and no user/pass set
|
2014-06-17 13:06:43 -07:00 |
|
echel0n
|
3989f722a7
|
Fixed issues with basic auth and NoneType errors
|
2014-06-17 12:51:23 -07:00 |
|
echel0n
|
cc86dda802
|
Fix for NoneType is not iterable issue
|
2014-06-17 11:16:04 -07:00 |
|
echel0n
|
18a1681a61
|
Fixed issue with facicon.ico file and static link being incorrect causing 404 errors.
|
2014-06-17 09:33:45 -07:00 |
|
echel0n
|
067438b5d9
|
Fix for scene exception update error, please delete cache.db file for this to fix tow take affect.
|
2014-06-17 09:07:48 -07:00 |
|
echel0n
|
2eec706197
|
Fix for failed download handling and sql issues
|
2014-06-17 09:02:23 -07:00 |
|
echel0n
|
98ff924b1c
|
Fix for nullhandler issues for py2.6 users,
Fix for rsstorrents.
|
2014-06-17 08:46:07 -07:00 |
|
echel0n
|
c09ceb5e6c
|
Added error logging for webserver gets and posts
|
2014-06-16 22:00:03 -07:00 |
|
echel0n
|
327df6682e
|
Updated tornado to latest stable code, fixes issues with auto-reload
|
2014-06-16 21:54:00 -07:00 |
|
echel0n
|
9790b30b90
|
Fix for force update and autoreload
|
2014-06-16 20:53:16 -07:00 |
|
echel0n
|
38edbc8b8b
|
Logging for tornado.access is now sent to NullHandler so it doesnt complain that it has no handler, still disables logging for tornado.access
|
2014-06-16 20:35:52 -07:00 |
|
echel0n
|
53e7c53b8a
|
Disabled logging of tornado.access
|
2014-06-16 20:24:07 -07:00 |
|
echel0n
|
98e4710d89
|
Setting debug = 1 in config now sets log level to debug for all processes
|
2014-06-16 19:59:35 -07:00 |
|
echel0n
|
c57e34c9f9
|
Added logging for tornado web server for helping in debugging issues.
|
2014-06-16 19:55:46 -07:00 |
|
echel0n
|
2ac1c5fdd5
|
Fixed forced updates to wait for auto-reload instead of performing a restart.
|
2014-06-16 05:31:57 -07:00 |
|
echel0n
|
dccf371ebd
|
SSL issues fixed.
UI Notifications fixed.
Auto-updating option fixed to now work with auto-reload feature.
|
2014-06-16 05:19:07 -07:00 |
|
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.
|
2014-06-16 03:44:33 -07:00 |
|
echel0n
|
088e32b117
|
Fixed Web API to work with new tornado code!
|
2014-06-15 23:19:14 -07:00 |
|
echel0n
|
d8358882de
|
Fixed issues with restarts and updates.
|
2014-06-15 22:45:52 -07:00 |
|
echel0n
|
4676c2b7b1
|
Testing update/restart fix
|
2014-06-15 15:07:27 -07:00 |
|
echel0n
|
23e2a483b5
|
Fixed API code to work with tornado.
|
2014-06-15 14:45:09 -07:00 |
|
echel0n
|
1eb5fe4faf
|
Fixed branch version to reflect proper branch
|
2014-06-15 12:20:02 -07:00 |
|
echel0n
|
7d52d079fa
|
Fixes more issues that were preventing proper shutdowns, restarts, and upgrades.
|
2014-06-15 12:11:21 -07:00 |
|
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.
|
2014-06-15 06:59:51 -07:00 |
|
echel0n
|
acca01eb90
|
Fixed shutdown to completely stop and close IOLoop.
|
2014-06-15 06:44:39 -07:00 |
|
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.
|
2014-06-15 05:43:53 -07:00 |
|
echel0n
|
20e2ae2f86
|
Improved tornado async routines and shutdown routines.
|
2014-06-15 04:08:41 -07:00 |
|
echel0n
|
6dd78f58b6
|
Improved startup and shutdown for tornado
|
2014-06-15 01:51:35 -07:00 |
|
echel0n
|
149d7b29df
|
Final fixes for proper shutdown of tornado
|
2014-06-15 01:20:18 -07:00 |
|
echel0n
|
661c4ed6a7
|
Small fix for shutdown issues
|
2014-06-15 00:30:10 -07:00 |
|
echel0n
|
abff43f568
|
Improved startup/shutdown of tornado.
Fixed issues with notifications related to tornado.
|
2014-06-15 00:16:55 -07:00 |
|
echel0n
|
04681b3297
|
Fixed basic auth issues.
|
2014-06-14 21:38:13 -07:00 |
|
echel0n
|
d73cc1cbbd
|
Replaced cherrypy with tornado which helped resolve our memory leak issue.
|
2014-06-14 20:56:15 -07:00 |
|
echel0n
|
a742c27f09
|
Fixed for adding new shows
|
2014-06-12 13:38:59 -07:00 |
|
echel0n
|
c9abdfbac2
|
Fixed urls
Fixed and replaced urls with proper ones for network timezones, tvdb
exceptions and tvrage exceptions.
|
2014-06-12 11:40:23 -07:00 |
|
echel0n
|
2546a5199f
|
Test fix for home page none type error
|
2014-06-12 11:30:59 -07:00 |
|
echel0n
|
9e4ee04f57
|
Fixed language and subtitle issue for new shows.
Subtitle and language opts where ordered backwards causing incorrect
values to be set.
|
2014-06-12 10:26:09 -07:00 |
|
Adam
|
5fd0a2a1f3
|
Fix for Newznab providers when searching for a show without a tvrage id we use the name of the show. If the show name is more than one word we are using a _ as our delimiter which works fine unless the NN provider uses sphinx.. as the underscore then is used as part of the show name.. thus we always get back no results. We should just use . as it works for both sphinx and non sphinx servers. Tested this out on nzbs.org / nzb.su (sphinx) / sbi (non sphinx).
|
2014-06-12 11:19:27 +08:00 |
|
echel0n
|
c2ba2d6550
|
Reverted episode cache changes
|
2014-06-11 07:37:30 -07:00 |
|
echel0n
|
44358ef601
|
Reverted episode cache changes
|
2014-06-11 07:16:24 -07:00 |
|
echel0n
|
013f9a2134
|
Reverted episode cache changes
|
2014-06-11 07:14:29 -07:00 |
|
echel0n
|
4c5425f4d1
|
Update network_timezones.py
Fix for timezone conversion issues.
|
2014-06-09 17:39:52 -07:00 |
|
echel0n
|
3384e2c51d
|
Update tv.py
Removed weakref, caused issues with searching and downloads
|
2014-06-09 17:37:48 -07:00 |
|
Nils
|
166dffeb5a
|
Merge pull request #582 from bikemike222/add_cookies_rss
Added cookie support to custom torrent provider
|
2014-06-09 00:20:37 +02:00 |
|