Commit graph

2681 commits

Author SHA1 Message Date
JackDandy
4e21e8b572 Merge pull request #371 from JackDandy/feature/FixSCCAirbydate
Fix provider SCC failing to find episodes of air by date shows.
2015-05-28 01:57:45 +01:00
JackDandy
39bda5f328 Fix provider SCC failing to find episodes of air by date shows.
Fix searching propers.
Fix stop snatching releases for episodes already completed.
Fix handle null server responses.
Change remove 1 of 3 requests per search to save 30% time.
2015-05-27 13:37:48 +01:00
JackDandy
752ac1375f Merge pull request #373 from Prinz23/feature/ChangeTVRageLib
Change TVRage search to full search
2015-05-26 14:27:43 +01:00
Prinz23
4292037941 Change TVRage search to full search 2015-05-26 14:41:04 +02:00
adam111316
85bde1b6b6 Merge pull request #367 from adam111316/feature/FixNameCache
Change to clean up namecache operations
2015-05-26 10:02:28 +08:00
adam
d47ad5f332 Change to only rebuild namecache on show update instead of on every search
Add removal of old entries from namecache on show deletion
2015-05-26 09:33:58 +08:00
Adam
821e38adf7 Merge branch 'master' into develop 2015-05-25 11:06:09 +08:00
Adam
24b2938c9c Merge branch 'hotfix/0.9.1' 2015-05-25 11:04:58 +08:00
Adam
9d08b8ef8f Fix erroneous multiple downloads of torrent files which causes snatches to fail under certain conditions
Namely this fixes snatching with the IPtorrents provider. This issue is masked in develop as the requests library has been updated and fixes the error that is generated
2015-05-25 11:03:30 +08:00
Adam
58811b3c76 Merge remote-tracking branch 'feature/TidyCacheDatabase' into develop 2015-05-19 07:35:21 +08:00
JackDandy
e498036f0c Merge pull request #365 from JackDandy/feature/UpdateRequests
Feature/Update Requests
2015-05-18 22:16:29 +01:00
JackDandy
b518f727bb Update change to suppress HTTPS verification InsecureRequestWarning to updated package (ref:hacks.txt). 2015-05-18 22:08:55 +01:00
JackDandy
8cfe028c15 Update Requests library 2.6.2 to 2.7.0 (ab1f493) 2015-05-18 22:05:22 +01:00
JackDandy
043b19e774 Merge pull request #364 from JackDandy/feature/UpdateTornado
Feature/Update Tornado
2015-05-18 22:01:11 +01:00
JackDandy
3434c0dd66 Update fix for API response header for JSON content type and the return of JSONP data to updated package (ref:hacks.txt). 2015-05-18 21:58:34 +01:00
JackDandy
0bacbb3075 Update change to suppress reporting of Tornado exception error 1 to updated package (ref:hacks.txt). 2015-05-18 21:58:34 +01:00
JackDandy
5beb10b19d Update Tornado webserver to 4.2b1 (61a16c9). 2015-05-18 21:58:33 +01:00
JackDandy
4fa6b15a06 Merge pull request #363 from JackDandy/feature/RemoveEZRSS
Remove EZRSS provider.
2015-05-18 21:52:31 +01:00
JackDandy
9ad4b4cd30 Remove EZRSS provider. 2015-05-18 19:54:25 +01:00
adam
a78f99ece2 Change to consolidate cache database migration code 2015-05-18 22:52:20 +08:00
adam
5920fb032c Merge branch 'master' into develop 2015-05-18 22:40:43 +08:00
adam
3dc43aa8ae Merge branch 'release/0.9.0' 2015-05-18 22:36:01 +08:00
adam
09351800d2 Bump release date 2015-05-18 22:33:19 +08:00
Adam
0ccd58bf4b Merge branch 'release/0.9.0' into develop 2015-05-17 01:10:08 +08:00
Adam
2161fbcd6d Bump release version 2015-05-17 01:04:00 +08:00
JackDandy
da99eeaedf Merge pull request #359 from ressu/feature/FixUndoQuery
Fix previously processed file detection
2015-05-16 16:16:11 +01:00
Sami Haahtinen
7109371ee0 Fix history consolidation to only update an episode status if the history disagrees with the status.
Addresses an issue in the detection of previously processed files that
caused an episode status to change unconditionally.
2015-05-16 18:09:58 +03:00
JackDandy
6016c5198e Merge pull request #358 from JackDandy/feature/ChangeShowEditWordingArchive
Change "Archive" to "Upgrade to" in Edit show and other places and im…
2015-05-13 22:33:17 +01:00
JackDandy
6cfd185335 Change "Archive" to "Upgrade to" in Edit show and other places and improve related texts for clarity. 2015-05-13 20:43:03 +01:00
JackDandy
c42a6f5807 Merge pull request #357 from Prinz23/feature/FixManageSearchesPageButtons
Fix Backlog Force and Un-/Pause Buttons on Manage Searches Page
2015-05-13 17:47:06 +01:00
Prinz23
8e26612540 Fix Backlog Force and Un-/Pause Buttons on Manage Searches Page 2015-05-12 18:29:49 +02:00
JackDandy
8da6f15d2d Merge pull request #348 from Prinz23/feature/ChangeShowSearchQueue
Show and Search Queue changes
2015-05-10 16:29:09 +01:00
Prinz23
2e711423b9 Add Search Queue Overview page
* Add expandable search queue details on the Manage Searches page
* Fix failed status episodes not included in next_episode search function
* Change prevent another show update from running if one is already running
* Change split Force backlog button on the Manage Searches page into: Force Limited, Force Full
* Change refactor properFinder to be part of the search
* Change improve threading of generic_queue, show_queue and search_queue
* Change disable the Force buttons on the Manage Searches page while a search is running
* Change disable the Pause buttons on the Manage Searches page if a search is not running
* Change scheduler forceRun
* Change staggered periods of testing and updating of all shows "ended" status up to 460 days
2015-05-10 17:22:54 +02:00
adam111316
f854e9cab5 Merge pull request #353 from adam111316/feature/ChangeHelpersUnittests
Change helpers doctests to unittests
2015-05-10 14:22:44 +08:00
JackDandy
cd3aa02a53 Merge pull request #356 from JackDandy/feature/FixGroupOnAddExistingShow
Fix issue, when adding an existing show set its default group to ensu…
2015-05-10 01:38:33 +01:00
JackDandy
f463ad5705 Fix issue, when adding an existing show set its default group to ensure it appears on the show list page. 2015-05-10 01:32:57 +01:00
JackDandy
7241559650 Merge pull request #355 from JackDandy/feature/AddNewlineToLogsAndErrors
Add newlines between error log lines on the Logs & Errors page.
2015-05-09 16:54:00 +01:00
JackDandy
eb669ac7b0 Add newlines between error log lines on the Logs & Errors page.
Removing the trailing newline meant central text newlines were also removed.
2015-05-09 16:49:41 +01:00
Adam
6a6f3d7ad8 Change helpers doctests to unittests 2015-05-09 20:47:20 +08:00
JackDandy
f84fc7ebbc Merge pull request #352 from JackDandy/feature/FixAddFromTrendingPosterURL
Fix poster URL on Add Show/Add From Trending page.
2015-05-08 17:42:19 +01:00
JackDandy
e3a5c5e6fc Fix poster URL on Add Show/Add From Trending page. 2015-05-08 17:31:07 +01:00
JackDandy
38e0de92a4 Merge pull request #351 from JackDandy/feature/ChangeTVRageExceptionsURL
Change URL of scene exceptions file for TVRage indexer.
2015-05-08 11:32:54 +01:00
JackDandy
2c6dcdc84d Change URL of scene exceptions file for TVRage indexer. 2015-05-08 11:25:39 +01:00
JackDandy
af85e4230c Merge pull request #247 from JackDandy/feature/ChangePPFileOrder
Change to post processing files ordered largest to smallest
2015-05-08 04:31:50 +01:00
JackDandy
4f4858f4e4 Change to post process files ordered largest to smallest and tidied PP logging output.
Add "then trash subdirs and files" to the Process method "Move" on the manual post process page.
Add using show scene exceptions with post processing.
Change overhaul processTV into a thread safe class.
Change postProcessor and processTV to PEP8 standards.
Change overhaul Manual Post-Processing page in line with layout style and improve texts.
Change Force Processes enabled, only the largest video file of many will be processed instead of all files.
Change visual ui of Postprocessing results to match the logs and errors view.
Change remove ugly printing of episode object during PP seen in external apps like sabnzbd.
Change to streamline output toward actual work done instead of showing all vars.
Change pp report items from describing actions about to happen to instead detail the actual outcome of actions.
Add clarity to the output of a successful post process but with some issues rather than "there were problems".
Add a conclusive bottom line to the pp result report.
2015-05-08 04:18:30 +01:00
JackDandy
f745fb251c Merge pull request #350 from JackDandy/feature/ChangeReduceHtmlPayload
Change reduce html payload across page template files.
2015-05-07 02:18:29 +01:00
JackDandy
e41947cac8 Change reduce html payload across page template files. 2015-05-07 02:13:57 +01:00
JackDandy
ac07dfc1c6 Merge pull request #349 from ressu/feature/CleanDownloaders
Change request handling in torrent clients
2015-05-06 19:46:30 +01:00
Sami Haahtinen
deda4bc65a Change request handling in torrent clients
Simplify request responses within torrent clients. There is no need to
pass the response through the parent class when dealing with requests.
In many places this makes the code more readable and simplifies logic.
2015-05-06 21:40:13 +03:00
JackDandy
1feb7a73d0 Merge pull request #344 from JackDandy/feature/FixCustomShowList
Fix issue changing a custom show list group name that is in use.
2015-05-06 00:01:19 +01:00