Kavita/API/DTOs
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
..
Account Last batch of bugfixes (#1262) 2022-05-18 17:31:49 -07:00
CollectionTags Bulk Add to Collection (#674) 2021-10-14 17:23:21 -07:00
Downloads Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
Email Refactored Test email service to provide the error message if it fails to the end user. (#1051) 2022-02-09 07:14:51 -08:00
Filtering All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
Jobs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
JumpBar Jump Bar Testing (#1302) 2022-05-30 16:50:12 -05:00
Metadata Drawers, Estimated Reading Time, Korean Parsing Support (#1297) 2022-05-27 07:08:54 -07:00
OPDS v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
Reader Change Detection: On Push aka UI Smoothness (#1369) 2022-07-11 08:57:07 -07:00
ReadingLists All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
Search Major Search Enhancements (#1238) 2022-04-30 12:09:54 -05:00
SeriesDetail Jump Bar Testing (#1302) 2022-05-30 16:50:12 -05:00
Settings All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
Stats More Stat collection (#1337) 2022-06-27 08:23:32 -07:00
System Directory Picker Rework (#1325) 2022-06-16 10:08:09 -07:00
Theme Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00
Update v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
Uploads Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
ChapterDto.cs Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
CreateLibraryDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
DeleteSeriesDto.cs Bulk Deletion (#697) 2021-10-20 10:49:58 -07:00
GroupedSeriesDto.cs Recently Added Chapter Feedback (#1020) 2022-02-02 07:18:09 -08:00
LibraryDto.cs Polishing and Bugfixes (#613) 2021-10-01 08:13:55 -07:00
MangaFileDto.cs Major Search Enhancements (#1238) 2022-04-30 12:09:54 -05:00
MemberDto.cs Account Email Support (#1000) 2022-01-30 14:45:57 -08:00
PersonDto.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
ProgressDto.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
RecentlyAddedItemDto.cs Recently Added Chapters/Volumes (#1007) 2022-01-29 08:04:18 -08:00
RefreshSeriesDto.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
RegisterDto.cs Forgot Password (#1017) 2022-02-01 06:04:23 -08:00
SeriesByIdsDto.cs Bugfix/release cleanup (#512) 2021-08-21 10:03:47 -07:00
SeriesDto.cs Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
SeriesMetadataDto.cs Last batch of bugfixes (#1262) 2022-05-18 17:31:49 -07:00
UpdateLibraryDto.cs Swagger, Tachiyomi, and some new settings (#1331) 2022-06-25 15:52:21 -07:00
UpdateLibraryForUserDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
UpdateRBSDto.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
UpdateSeriesDto.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
UpdateSeriesMetadataDto.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
UpdateSeriesRatingDto.cs Implemented ability to leave a rating (up to 5 stars) and a text review (not UI supported until v0.2). 2021-01-19 17:06:26 -06:00
UserDto.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
UserPreferencesDto.cs Better Caching & Global Downloads (#1372) 2022-07-13 07:45:14 -07:00
VolumeDto.cs Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00