Commit graph

2612 commits

Author SHA1 Message Date
JackDandy
9ad4b4cd30 Remove EZRSS provider. 2015-05-18 19:54:25 +01: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
JackDandy
e64cd430b8 Fix issue changing a custom show list group name that is in use.
The bug resulted in the db containing stale group names but worse, orphaned shows disappeared from the Show List page entirely.
PEP8 and code cleanup to SG conventions.
Changed texts to describe this feature more clearly from tag to group names.
Repositioned this feature on the add show, edit show, and config pages.
Change the drop down select to dynamically hide/show the list of group names and change the respectively selected help texts.
Change insert space between items in the list of group names for readability.
Notify user if an attempt to remove an in use group name is prevented.
Change Show List progress bar code, smaller page load, efficient use of js render engine.
Removed fixed column widths, this means multiple groups have different column widths, but the original approach is preferred because fixed widths look bad with long show titles.
2015-05-05 23:52:59 +01:00
JackDandy
7f2a863fa1 Merge pull request #346 from JackDandy/feature/AddSupportNetworkImagessCC
Add support for country network image files to the Show List view.
2015-05-04 23:23:16 +01:00
JackDandy
cab3b43903 Add support for country network image files to the Show List view. 2015-05-04 21:11:49 +01:00
JackDandy
edd3e90482 Merge pull request #345 from JackDandy/feature/AddHandleNoEpisodesDisplayShow
Add handling for shows that do not have a total number of episodes.
2015-05-03 17:31:14 +01:00
JackDandy
d39157f4a9 Add handling for shows that do not have a total number of episodes.
For rare case where a show can be in the db and added to the indexer and then the episodes removed from the indexer but not the show.
2015-05-03 17:27:10 +01:00
JackDandy
c9f3106d10 Merge pull request #342 from JackDandy/feature/ChangeDateSortValue
Change values used for date sorting on home page and episode view for im...
2015-05-02 18:00:53 +01:00
JackDandy
74d744cfc2 Change values used for date sorting on home page and episode view for improved compatibility with posix systems. 2015-05-02 13:50:28 +01:00
adam111316
517eed2412 Merge pull request #329 from adam111316/feature/FasterTravisBuilds
Change travis to new container builds for faster unit testing
2015-05-02 16:46:25 +08:00
Adam
b1b993fbe0 Change travis to new container builds for faster unit testing 2015-05-02 16:44:11 +08:00
adam111316
6d9f2856e3 Merge pull request #322 from adam111316/feature/AddCustomShowLists
Add custom show lists to home page
2015-05-02 16:42:31 +08:00
adam
65ce53b289 Add custom show lists to home page 2015-05-02 16:34:30 +08:00
JackDandy
e0b25b68cf Merge pull request #341 from JackDandy/feature/UpdateRootCerts
Update root certificates to release dated 2015.04.28.
2015-04-29 11:37:34 +01:00
JackDandy
c1cbaa0103 Update root certificates to release dated 2015.04.28. 2015-04-29 11:31:43 +01:00
JackDandy
2e6e9dad82 Merge pull request #340 from JackDandy/feature/AddToChanges
Document changes from (4ae30ab).
2015-04-29 11:30:29 +01:00
JackDandy
d61ee6c574 Document changes from (4ae30ab). 2015-04-29 11:23:25 +01:00
JackDandy
628062ebe4 Merge pull request #339 from JackDandy/feature/AddMarkFailsInHistoryCompact
Add failed status indication to Snatched column of History compact and a...
2015-04-29 02:27:34 +01:00
JackDandy
e3bfda6d46 Add failed status indication to Snatched column of History compact and add archived status release groups to Downloaded column of History compact. 2015-04-29 02:21:48 +01:00
JackDandy
e8a1303ef7 Merge pull request #338 from JackDandy/feature/ChangeReduceApiHits
Change prevent wasted API hit where show and exception names create a du...
2015-04-29 02:20:00 +01:00
JackDandy
2083dfdb30 Change prevent wasted API hit where show and exception names create a duplicate sanitised year. 2015-04-29 02:15:45 +01:00