1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
Commit Graph

1275 Commits

Author SHA1 Message Date
echel0n
f9b9fd23c2 Merge pull request #613 from JackDandy/port_add_safe_replace_smaller_but_proper
Port:Add safe replace existing file is larger but new file is proper.
2014-06-19 09:47:57 -07:00
echel0n
7ce409e90d Merge pull request #612 from JackDandy/port_fix_BTN_duplicate_search_params
Port:Fix BTN adding same search parameters multiple times.
2014-06-19 09:47:45 -07:00
echel0n
0499d5b6aa Merge pull request #611 from JackDandy/port_fix_change_setting_episode_status
Port fix change setting episode status
2014-06-19 09:47:25 -07:00
echel0n
1fa8686422 Merge pull request #610 from JackDandy/port_fix_omgwtfnzbs_findPropers
Port:Fix omgwtfnzbs findPropers.
2014-06-19 09:46:58 -07:00
echel0n
6e3f52c6f4 Merge pull request #609 from JackDandy/refactor_scheduler_and_ports
Refactor scheduler and upstream ports.
2014-06-19 09:46:46 -07:00
echel0n
d5550288fc Merge pull request #608 from lennyk/nfo_rename_option
Option to NOT rename .nfo to .nfo-orig
2014-06-19 09:45:34 -07:00
echel0n
cf13581db6 Merge pull request #607 from fittysix/patch-2
Add moderator to confirmed TPB torrent posters
2014-06-19 09:44:38 -07:00
echel0n
a43d7b7593 Merge pull request #596 from adam111316/anime-1080p-fix
Fix for 1080p HDTV anime
2014-06-19 09:43:48 -07:00
echel0n
b312c9dcda Merge pull request #593 from tutipeti/feature/synods_destination
Destination option for the Synology DS
2014-06-19 09:43:27 -07:00
echel0n
cfc56a569d Merge pull request #599 from nielsenj/patch-2
Fixed setting ratio in Transmission
2014-06-19 09:42:54 -07:00
echel0n
8dd4585145 Fix for pushover notifications. 2014-06-19 09:42:20 -07:00
echel0n
495a1a4fb3 Merge pull request #604 from rawsonm88/pushover-custom_api_key
Add UI option for users to enter their own Pushover API key
2014-06-19 08:58:20 -07:00
echel0n
07685f4295 Fixed issues with webroot settings and reverse proxies.
Fixed issues with WebAPI and WebAPI builder.
2014-06-19 08:47:28 -07:00
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.
2014-06-19 16:38:15 +01:00
JackDandy
ff524fc7e4 Port:Fix omgwtfnzbs findPropers. 2014-06-19 16:37:29 +01:00
JackDandy
bec213ee05 Port:Change setting status to UNAIRED for future episodes (GC-2397).
Only set status to UNAIRED if current status is SKIPPED, UNAIRED, UNKNOWN or WANTED, should prevent re-downloading of early releases that are already downloaded and deleted (status IGNORED) or archived.
2014-06-19 16:36:54 +01:00
JackDandy
1c487f92f9 Port:Fix not setting status if show location is missing but sickbeard.ADD_SHOWS_WO_DIR is set 2014-06-19 16:36:53 +01:00
JackDandy
42f018bf06 Port:Fix BTN adding same search parameters multiple times. 2014-06-19 16:36:13 +01:00
JackDandy
821c1237b3 Port:Add safe replace existing file is larger but new file is proper. 2014-06-19 16:34:17 +01:00
echel0n
b9c22582cf Added restore folder to gitignore list. 2014-06-19 07:43:12 -07:00
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. 2014-06-19 07:31:44 -07:00
echel0n
ddbcfb40ba Merge remote-tracking branch 'origin/dev' 2014-06-19 01:41:25 -07:00
echel0n
acadce4d96 Fix for setting status via episode status manager 2014-06-19 01:37:44 -07:00
echel0n
9b20ec56e4 Merge remote-tracking branch 'origin/dev' 2014-06-18 16:19:50 -07:00
echel0n
5aba53ae8e Fix for OSError: [Errno 9] Bad file descriptor error, freebsd related 2014-06-18 16:17:53 -07:00
Mark Rawson
e50ce507e5 Bugfix - fix issue with Pushover test notifications, false-positive if api/user keys removed in UI but not yet saved 2014-06-19 00:13:16 +01:00
Mark Rawson
abb7c78dac Pushover - remove hard-coded API key, add API register link to UI. 2014-06-19 00:11:20 +01:00
Mark Rawson
3f78f88c78 Add logging for pushover message limit error (429) 2014-06-18 21:50:48 +01:00
echel0n
c792e34c43 FreeNAS test fix #4 2014-06-18 13:41:20 -07:00
Mark Rawson
03c9b303e0 Merge branch 'dev' of https://github.com/echel0n/SickRage into pushover-custom_api_key 2014-06-18 21:38:44 +01:00
echel0n
8fdfbaa960 Merge remote-tracking branch 'origin/dev' 2014-06-18 13:14:04 -07:00
echel0n
cefbe3859a Test fix #3 for freenas 2014-06-18 13:12:19 -07:00
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
2014-06-18 12:52:10 -07:00
echel0n
51247710bb Reverse proxy support fixed 2014-06-18 12:51:33 -07:00
echel0n
5b866006b4 Test fix #2 for FreeNAS running as a daemon 2014-06-18 12:07:53 -07:00
echel0n
da826d24d4 Testing fix for freenas 2014-06-18 11:24:59 -07:00
echel0n
46adfef099 Merge remote-tracking branch 'origin/dev' 2014-06-18 10:07:30 -07:00
echel0n
0ae8b5429b WebAPI showPosters fixed! 2014-06-18 10:06:06 -07:00
echel0n
cc0faed640 Merge remote-tracking branch 'origin/dev' 2014-06-18 09:29:26 -07:00
echel0n
bd582d18d0 Fix for showPoster() api calls 2014-06-18 09:28:03 -07:00
echel0n
e202cbc0ac Fixed basic auth realm issue, needed to be quoted. 2014-06-18 08:38:43 -07:00
echel0n
878ef9acf6 Added return to self.redirect to conform to proper way of handling redirects when using tornado 2014-06-18 08:14:30 -07:00
echel0n
250a83fbda Merge remote-tracking branch 'origin/dev' 2014-06-18 08:09:13 -07:00
echel0n
0e962f83cb Fix for feedcache logging.
Fix for adding new and existing shows.
Fix for static content.
2014-06-18 08:06:50 -07:00
fittysix
c5045d0f1e Add moderator to confirmed torrent posters
I think we can trust these guys :)
2014-06-18 07:04:16 -06:00
echel0n
fd88c77d26 Fix for 401/404 errors now just redirect back to home page.
Fix for static mapping issues.
2014-06-18 05:56:26 -07:00
echel0n
d01a1eed26 Turned caching off, testing for blank page issues. 2014-06-18 04:08:45 -07:00
echel0n
7da1f3b809 Merge remote-tracking branch 'origin/dev' 2014-06-18 03:34:19 -07:00
echel0n
14a0519e33 Merge pull request #606 from adam111316/update_anime_xmls
Update anime-list.xml and animetitles.xml
2014-06-18 02:57:26 -07:00
echel0n
652de9172b Testing force update 2014-06-18 02:16:14 -07:00