Kavita/API
Joseph Milazzo af4f35da5b
Better Caching & Global Downloads (#1372)
* Fixed a bug where cache TTL was using a field which always was 0.

* Updated Scan Series task (from UI) to always re-calculate what's on file and not rely on last update. This leads to more reliable results, despite extra overhead.

* Added image range processing on images for the reader, for slower networks or large files

* On manga (single) try to use prefetched image, rather than re-requesting an image on pagination

* Reduced some more latency when rendering first page of next chapter via continuous reading mode

* Fixed a bug where metadata filter, after updating a typeahead, collapsing filter area then re-opening, the filter would still be applied, but the typeahead wouldn't show the modification.

* Coded an idea around download reporting, commiting for history, might not go with it.

* Refactored the download indicator into it's own component. Cleaning up some code for download within card component

* Another throw away commit. Put in some temp code, not working but not sure if I'm ditching entirely.

* Updated download service to enable range processing (so downloads can resume) and to reduce re-zipping if we've just downloaded something.

* Refactored events widget download indicator to the correct design. I will be moving forward with this new functionality.

* Added Required fields to ProgressDTO

* Cleaned up the event widget and updated existing download progress to indicate preparing the download, rather than the download itself.

* Updated dependencies for security alerts

* Refactored all download code to be streamlined and globally handled

* Updated ScanSeries to find the highest folder path before library, not just within the files. This could lead to scan series missing files due to nested folders on same parent level.

* Updated the caching code to use a builtin annotation. Images are now caching correctly.

* Fixed a bad redirect on an auth guard

* Tweaked how long we allow cache for, as the cover update now doesn't work well.

* Fixed a bug on downloading bookmarks from multiple series, where it would just choose the first series id for the temp file.

* Added an extra check for downloading bookmarks

* UI Security updates, Fixed a bug on bookmark reader, the reader on last page would throw some errors and not show No Next Chapter toast.

* After scan, clear temp

* Code smells
2022-07-13 07:45:14 -07:00
..
Archive Misc Bugfixes and Enhancements (#507) 2021-08-17 14:15:32 -07:00
Comparators v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
config Bugfix/reader issues (#1311) 2022-06-07 16:48:25 -07:00
Constants Shakeout Testing Part 1 (#1052) 2022-02-09 16:59:14 -08:00
Controllers Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Data Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
DTOs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Entities Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Errors Validate Download Claim (#971) 2022-01-20 07:46:59 -08:00
Extensions Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Helpers Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Middleware v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
Parser New PDF Reader (#1324) 2022-06-15 14:43:32 -07:00
Properties Added new API for getting Member (aka Users but for use in FE). User is just used for login/registering. 2020-12-14 14:33:09 -06:00
Services Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
SignalR Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
API.csproj Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
API.csproj.DotSettings v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
Program.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
Startup.cs Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00