Commit Graph

1119 Commits

Author SHA1 Message Date
evilhero cfdacb4501 FIX: When updating series covers using alternate_latest_series_covers option, will now update the image on screen immediately after a Refresh, FIX: Removed unnecessary logging lines from serach results showing full results 2018-02-17 23:23:07 -05:00
evilhero d12e4d779d FIX:(#1857) When adding new comic would error if cover.jpg was to be placed in series directory 2018-02-17 23:11:48 -05:00
barbequesauce 8568c41baf Possible fix for issue #1855
Should be tested more thoroughly
2018-02-17 18:02:27 -05:00
evilhero 0873be54fd FIX: fix for not monitoring any storyarcs present on the upcoming tab 2018-02-16 17:46:58 -05:00
evilhero da9f7c6521 FIX: fix for series cover being set to None on refresh 2018-02-16 17:01:07 -05:00
evilhero cbb04d523e FIX: fix for throwing error on startup when no user/pass enabled, FIX: Choose specific download option was broken for non-watchlisted items on the weekly pull 2018-02-16 16:41:44 -05:00
evilhero 17f8c8d72b FIX: Fix for search links returning an invalid id 2018-02-16 16:04:52 -05:00
evilhero 0ff38c164e IMP: Added Choose specific Download option to manually select from result list on Upcoming/Details/Weekly tabs, IMP: Added Wanted storyarcs to the overall Wanted section so now will search as per global options (storyarc issues can be displayed optionally on Wanted tab), IMP: Added custom url option for image banners/posters for storyarcs, IMP: updated Cherrypy, FIX: Fixed ComicRN not working when forms authentication used - in conjunction updated autoProcessComics to 2.0 which now uses apikey instead of user/pass, IMP: Alternate Series Covers option for alternating existing series image to the most current issue image, IMP: Added overall series total to series page for reference, IMP: Search workflow completely changed to accomodate more than one indexer - now will simultaneously sumbit initial request to each provider, wait 30s submit additional as required at 30s intervals, FIX: Removed TPSE as an option and relabelled to just Public Torrents, IMP: Added direct backlog search to WWT option (pack support will follow), FIX: Removed line about configparser being required for ComicTagger usage, IMP: Test code in place for newzab testing, FIX: Fixed layout problem with torrents that are in auto-snatch status on weekly tab, IMP: backend code improvements to allow for better alias usage and annual linking directly from WS, IMP: Updated systemd init-scripts with read.me, IMP: When post-processing, will now check for available destination free space before actually moving files, IMP: Will copy during metatagging to cache folder instead of move being an option so cleanup is cleaner if something fails, FIX: Changed readinglist table to storyarcs for clarity, IMP: When post-processing issues, will now only update the one issue status and adjust totals accordingly (instead of doing a complete rescan of the series), FIX: Clear out empty ID's from the Failed DB on startup, IMP: Initial code-run at REST API interface, FIX: Fixed some matching problems with 32p due to case, IMP: removed apikeys from log entries that were accidentally logging, IMP: When searching 32p, if items get packed up - will now delete the cached reference so new items of the same can be located, IMP: ForceSearch option switched to scheduler so simultaneous runs should not occur, FIX: Fixed manual metatagging error that would occur if multiple destination directories existed 2018-02-16 14:57:01 -05:00
evilhero a012d503a8 FIX: fix for weeklypull not dropping stale entries or when switching btwn different alt_pull methods due to fallback 2018-02-15 13:56:12 -05:00
evilhero 9d90f42655 FIX: fix for weekly pull not deleting stale entries when recreating pull-list 2018-02-15 13:01:26 -05:00
barbequesauce ba2c9ed2f6 Fix Torzanb typo
Fix Torzanb typo
2018-02-06 10:38:15 -05:00
evilhero 2d97824c89 FIX:(#1842) Forms Login did not respect http_root option 2018-01-16 12:35:34 -05:00
evilhero a2f3fb7d67 (#1834) Added login page as an optional authentication method (thnx to 2mny for the Proof of concept & help) 2018-01-14 22:28:42 -05:00
evilhero ad74051985 FIX: Fixed problems with NZBHydra v2 downloads using incorrect URL reference 2018-01-12 13:27:56 -05:00
evilhero 828ddb0124 FIX: removed some config logging lines 2018-01-12 09:47:32 -05:00
evilhero 1d253a1c3c FIX:(#1841) Legacy mode for 32P was broken due to previous config changes 2018-01-12 09:46:02 -05:00
evilhero 4e66e093a7 FIX: fix for This Week tab Previous/Next week arrows not referencing the correct week properly 2018-01-05 22:24:20 -05:00
evilhero 8f40463dc0 FIX:(#1835) Fix for '-' not being removed during search queries to ensure all the matches get retrieved for analysis 2018-01-04 13:35:37 -05:00
Tim Curtin 6912487570 Config module requires integer for log_level 2018-01-02 22:58:14 -05:00
LordJay23 a13a112f6d Typo in API 2018-01-02 22:55:33 -05:00
LordJay23 92ee4be87e API - addStoryArc, getStoryArc API Reference Update OPDS minor fix for custom story arcs 2018-01-02 22:55:33 -05:00
LordJay23 750657bea1 API - addStoryArc 2018-01-02 22:55:33 -05:00
DarkSir23 002d96e4af OPDS Recents Fix 2017-12-29 21:48:18 -05:00
evilhero f62f937b4a FIX:(#1570) After initiating a Wipe NZBlog command, the nzblog table that is recreated is missing a column which will trigger an error when performing a post-processing run 2017-12-20 09:43:04 -05:00
LordJay23 ba005073ab OPDS - Location location location 2017-12-14 09:15:55 -05:00
LordJay23 c8a4c9837d OPDS - Annuals in Recents Fix 2017-12-13 10:45:49 -05:00
evilhero b29a732f28 FIX:(#1796) When renaming issues, if issue number was not a non-padded number and annuals were enabled would not return valid results, FIX: (#1796) When searching against CV with multiple common terms, would improperly remove characters without adjusting for previous changes 2017-12-13 10:40:43 -05:00
evilhero 6f133be1ef FIX:(#1796) When performing mass import or a large import via selection, would thread each import which would result in a db lock/error in some cases when there was a combination of files with and without metadata, FIX: Search results would include some common words when filtering, got rid of them, FIX: Total parse counter during an import would not reset to 0 on subsequent imports resulting in inflated numbers 2017-12-11 13:49:40 -05:00
evilhero 549378c4fb FIX: Fix for some issues with importing - moving files to new location would fail if create_folders was set to False, duplicaes of the same series would appear in different Status during import, status was not updating to Imported after successful import, incorrect empty import value of None was entered after successful import 2017-12-08 13:08:28 -05:00
DarkSir23 05ac670ccc Issue Searching for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 994113dd5a Story Arc Fix for OPDS 2017-12-08 12:41:37 -05:00
DarkSir23 c7aa240f5b Story Arc Fix for OPDS 2017-12-07 13:27:16 -05:00
LordJay23 74a7c07dcb Further Fixes to OPDS - Story Arcs and Unicode fixes 2017-12-07 09:56:03 -05:00
LordJay23 5ff4c200d8 Another Unicode Fix 2017-12-07 09:56:03 -05:00
DarkSir23 745b515b6f Unicode Fix for OPDS 2017-12-06 14:40:27 -05:00
evilhero a0ebd3ad7e FIX: Post-processing was not properly detecting annuals 2017-12-05 15:48:43 -05:00
DarkSir23 6df8976f73 Story Arc Fix 2017-12-05 15:46:09 -05:00
LordJay23 8d87d9e447 Recents fix 2017-12-05 15:46:09 -05:00
evilhero 48c30f150f FIX:(#1787) Removed wait for process ending entirely when performing shutdown/restart/update 2017-12-04 11:59:06 -05:00
evilhero d438584ab0 FIX: Improved pack support - will now properly determine issue numbering sequence across packs that contain both a range and individual issues (ie. '1-4, 0') 2017-12-03 12:47:40 -05:00
evilhero 812e80800c FIX:(#1794) undeclared variable when manual post-processing 2017-12-02 12:00:20 -05:00
evilhero a5db9d61a8 FIX: NZBGet auto-complete would fail silently even after sending to client, FIX: If both SAB & NZBGET completed download handling were enabled, would incorrectly queue against the wrong item, FIX: Config entry was located under an incorrectly named section, IMP: Config module can now move values across renamed values/sections and clean up erroneously named ones via dict, IMP: Improved manual PP-speed when combined with torrents as will now just scan the directory for previous completion vs scanning and parsing, IMP: Auto-snatch can now snatch previously Snatched torrents manually via Manage Issues tab or Weekly tab, FIX: Already in Library option in search results would use the incorrect value for the localized link 2017-12-01 17:10:20 -05:00
evilhero 25aa51fc90 FIX: Fix for annuals not post-processing properly, FIX: Fix for annuals not being refreshed upon detection on pull-list, IMP: improved detection of filenames that have some different filename schemes so that they get manually post-processed properly 2017-11-30 12:48:16 -05:00
evilhero a657b7cde4 FIX: fix for volume error when accessing pull occassionally due to table creation leaving out some columns 2017-11-29 12:21:08 -05:00
barbequesauce 1d5e3a0def Removing added --nolaunch option from restart 2017-11-29 12:03:43 -05:00
evilhero d719efded3 FIX:(#1790) Fix for missing variable declaration on versioncheck 2017-11-29 09:19:02 -05:00
evilhero 391e498614 IMP: Added additional logging for git updates which will relay the actual error message from git instead of a generic error message 2017-11-28 21:45:31 -05:00
evilhero 2c5fc49c56 FIX: error being returned on manual post-processing runs due to some the changes in previous commits 2017-11-28 19:13:43 -05:00
evilhero c02c946f35 FIX: (#1779) Download button from weekly pull would return a 500 error, FIX: When editing the Alternate Search Name field on the series detail page, would drag and drop the text box instead of highlighting the text within, FIX: Fix for filechecker/post-processor erroring out on an 'alt_series' message and/or creating .BAD files during post-processing, IMP: Removed some more unneeded logging lines 2017-11-26 02:30:40 -05:00
evilhero 6a3c2a1610 FIX: Completed download handling option was missing, along with some other items due to an improper commit merge 2017-11-26 00:51:42 -05:00