JackDandy
9f07cf1fd2
Merge branch 'feature/ChangeUITextSearchToFilter' into develop
2018-10-03 03:32:19 +01:00
JackDandy
5d6969ba92
Change Show List text "Search Show Name" to "Filter Show Name", and "Reset Search" to "Reset Filter" for clarity.
2018-10-03 03:31:41 +01:00
JackDandy
a2e884561e
Merge branch 'feature/FixSearchRetrySnatched' into develop
2018-10-02 20:05:31 +01:00
JackDandy
ac6d1f69d9
Change refactor manual search processing.
...
Change reduce browser I/O on displayShow.
Fix displayShow bug where click holding on a season btn and then dragging away leaves 50% white.
Devel:
Change sets and lists are assigned by reference, so snatched_eps are deep copied in base_info().
Change comment out BaseSearchQueueItem::copy() as deprecated for base_info().
Change improve ajax consumer to reduce polling.
Simplify SimpleNamespace init in base_info().
Use base info instead of thread object for MANUAL_SEARCH_HISTORY in (ManualSearchQueueItem + FailedQueueItem) to streamline the finished search processing in webserve, this means add_dt has to be moved to BaseSearchQueueItem for base_info().
SimpleNameSpace Ref error is now in PYC, not sure if this is valid tho.
2018-10-02 20:04:52 +01:00
Prinz23
89905fc94d
Change add BaseSearchQueueItem and base_info() for thread-safe checks.
...
Change to making simple base info of search_queue items instead of full deep copies.
Change move TVShow.getOverview logic to helpers.episode_status_overview() and call it with parameter in tv.py and webserve.py
2018-10-02 16:32:08 +01:00
JackDandy
85a5f6ea00
Change code refactor.
...
Devel:
Use camel case for JS vars.
Correct typos.
Define attr added_dt.
Remove redundant try/expect.
2018-10-02 16:32:07 +01:00
Prinz23
1d00b0e4c2
Fix manual search button on displayShow and episode view page.
...
Change feedback result of manual search on the clicked button image/tooltip.
Devel:
Change items from search to retry with Archived status on displayShow page.
Change keep manual/failed search item progress for 30 mins in internal manual_search_history.
Fix buttons for snatched statuses.
Change set wantedquality list for failed to True (needed to also search for previously skipped and similar status items).
Change make get_queued_manual() and get_current_manualsearch_item() thread-safe.
Change only return retrystatus true to ui if use_failed_downloads is enabled.
Change add multi-ep snatches to ajax response.
2018-10-02 16:32:06 +01:00
JackDandy
03fa11aac6
Merge branch 'master' into develop
2018-10-02 13:17:58 +01:00
JackDandy
1ef7700b51
Merge branch 'hotfix/0.17.8'
2018-10-02 13:16:28 +01:00
JackDandy
0e9e26c096
Fix executing addshow form prematurely.
2018-10-02 13:15:07 +01:00
JackDandy
2e2f5ea83b
Merge branch 'master' into develop
2018-09-26 18:33:09 +01:00
JackDandy
02f328772a
Merge branch 'hotfix/0.17.7'
2018-09-26 18:32:07 +01:00
JackDandy
7e7d604df1
Fix saving an nzb and a couple of notifs settings as disabled whose defaults were enabled.
...
Change improve Zooqle search.
Fix conflicting chars search with RarBG torrent provider.
2018-09-26 18:30:42 +01:00
JackDandy
d974e2a65f
Merge branch 'feature/ChangeCleaner' into develop
2018-09-23 23:20:08 +01:00
JackDandy
06f0be97b5
Change remove deprecated files.
2018-09-23 23:16:51 +01:00
JackDandy
9a36b6dd33
Merge branch 'feature/UpdateTornado' into develop
2018-09-23 22:40:56 +01:00
JackDandy
f13de010bf
Update Tornado Web Server 5.0.1 (2b2a220a) → 5.1.1 (cc2cf07).
2018-09-23 22:40:36 +01:00
JackDandy
a1e7b4aa66
Merge branch 'feature/AddProvSF' into develop
2018-09-23 22:39:20 +01:00
JackDandy
13dc6e7696
Add Snowfl torrent provider.
2018-09-22 10:08:40 +01:00
JackDandy
a10869e26e
Merge branch 'master' into develop
2018-09-22 09:45:20 +01:00
JackDandy
6e8247804e
Merge branch 'hotfix/0.17.6'
2018-09-22 09:44:00 +01:00
JackDandy
90e27a95de
Fix propers search for Xspeeds torrent provider.
...
Remove BTScene and BitMeTV torrent providers.
2018-09-22 09:43:20 +01:00
JackDandy
3d546816cf
Merge branch 'feature/ChangeReqs' into develop
2018-09-13 17:39:30 +01:00
JackDandy
cf280d22ce
Change requirements.txt Cheetah >= 3.1.0.
...
Add idna library 2.7 (0f50bdc).
2018-09-13 17:33:50 +01:00
JackDandy
74c585a0d2
Merge branch 'feature/FixResultsSort' into develop
2018-09-13 04:46:59 +01:00
JackDandy
000ea7a649
Fix sorting results.
2018-09-13 04:46:35 +01:00
JackDandy
fd7587c2d3
Merge branch 'feature/AddShowMoreToSearch' into develop
2018-09-13 04:23:04 +01:00
JackDandy
5f72582686
Add display first 20 results with link to display more.
...
Add search results sort by Z to A.
Add search results sort by newest aired.
Add search results sort by oldest aired.
2018-09-13 04:22:46 +01:00
JackDandy
241344b25a
Merge branch 'feature/ChangeTvmazeApiRedirects' into develop
2018-09-13 04:21:24 +01:00
Prinz23
4f4e44c18a
Change force redirects in TVMaze API to be https.
2018-09-13 04:20:50 +01:00
JackDandy
17059dfa06
Merge branch 'feature/ChangeAnalyzeRelease' into develop
2018-09-13 04:19:43 +01:00
Prinz23
050b823f2b
Change try to use folder name when filename does not contain show name.
...
Add analyse filename with a previously found showobj from folder name.
2018-09-13 04:19:28 +01:00
JackDandy
3107049161
Merge branch 'feature/ChangeSiteTesterFallbackHttp' into develop
2018-09-13 04:09:31 +01:00
JackDandy
8c69a48975
Change site services tester to fallback to http if error with SSL.
2018-09-13 04:05:39 +01:00
JackDandy
d0a96c3345
Merge branch 'feature/UpdateUnidecode' into develop
2018-09-09 18:21:56 +01:00
JackDandy
ffccbd7151
Update unidecode 1.0.22 (81f938d) → 1.0.22 (578cdb9).
2018-09-09 18:20:52 +01:00
JackDandy
267dbd3366
Merge branch 'feature/UpdateSimpleJSON' into develop
2018-09-09 18:17:02 +01:00
JackDandy
29ae371a88
Update SimpleJSON 3.13.2 (6ffddbe) → 3.16.0 (e2a54f7).
2018-09-09 18:16:47 +01:00
JackDandy
b6ae9f529d
Merge branch 'feature/UpdateScandir' into develop
2018-09-09 18:13:51 +01:00
JackDandy
53e0ee379e
Change if old scandir binary module is installed, inform user to upgrade it.
2018-09-09 18:13:07 +01:00
Prinz23
cec00f41fc
Change if old scandir binary module is installed, fallback to slow Python.
2018-09-09 17:59:18 +01:00
JackDandy
1a3f0e8a7e
Update scandir 1.6 (c3592ee) → 1.9.0 (9ab3d1f).
2018-09-09 17:59:17 +01:00
JackDandy
345ded7ee0
Merge branch 'feature/UpdateRequests' into develop
2018-09-09 17:58:03 +01:00
JackDandy
e4a5cbfad4
Update Requests 2.15.1 (282b01a) → 2.19.1 (33b41c7).
...
Add urllib3 release 1.23 (7c216f4).
2018-09-09 17:57:26 +01:00
JackDandy
3eaa926a1b
Merge branch 'feature/UpdatePySocks' into develop
2018-09-09 17:44:21 +01:00
JackDandy
f989cbad6e
Update PySocks 1.6.8 (524ceb4) → 1.6.8 (b687a34).
2018-09-09 17:43:59 +01:00
JackDandy
f97459d6ce
Merge branch 'feature/UpdateProfileHooks' into develop
2018-09-09 17:40:35 +01:00
JackDandy
52ac981985
Update profilehooks 1.10.0 (0ce1e29) → 1.10.1 (fdbf19d)
2018-09-09 17:40:19 +01:00
JackDandy
eafc3583a8
Merge branch 'feature/UpdateFeedParser' into develop
2018-09-09 17:38:05 +01:00
JackDandy
6388bc90d4
Update feedparser 5.2.1 (5646f4c) → 5.2.1 (2b11c80).
2018-09-09 17:37:46 +01:00