Kavita/UI/Web/src/app
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
..
_guards Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
_interceptors Fixes, Tweaks, and Series Filtering (#1217) 2022-04-14 14:55:06 -07:00
_models Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
_services Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
admin Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
all-series All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
announcements Hotfix 0.5.2.3 - SortName & Invite User Redirect fix (#1203) 2022-04-05 16:14:14 -07:00
book-reader Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
bookmark Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
cards Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
carousel Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
collections Bugfix for overflow on long filenames with no spaces (#1349) 2022-07-12 08:58:42 -04:00
dashboard Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
library-detail Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
manga-reader Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
metadata-filter Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
nav Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
pdf-reader Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
pipe Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
reader-shared Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
reading-list Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
registration Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
series-detail Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
shared Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
shared-side-nav-cards Library Recomendations (#1236) 2022-04-29 15:27:01 -07:00
sidenav Bugfix for overflow on long filenames with no spaces (#1349) 2022-07-12 08:58:42 -04:00
typeahead Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
user-settings Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
app-routing.module.ts New PDF Reader (#1324) 2022-06-15 14:43:32 -07:00
app.component.html Jumpbar Tweaks (#1305) 2022-06-02 07:22:21 -07:00
app.component.scss Better screen usage for smaller mobile size (#1348) 2022-07-01 14:46:41 -04:00
app.component.ts Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
app.module.ts Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00