Kavita/API/DTOs
Joe Milazzo 3f24dc7392
Reading List Fixes (#1784)
* Add ability to save readinglist comicinfo fields in Chapter.

* Added the appropriate fields and migration for Reading List generation.

* Started the reading list code

* Started building out the CBL import code with some initial unit tests.

* Fixed first unit test

* Started refactoring control code into services and writing unit tests for ReadingLists. Found a logic issue around reading list title between create/update. Will be corrected in this branch with unit tests.

* Can't figure out how to mock UserManager, so had to uncomment a few tests.

* Tooltip for total pages read shows the full number

* Tweaked the math a bit for average reading per week.

* Fixed up the reading list unit tests. Fixed an issue where when inserting chapters into a blank reading list, the initial reading list item would have an order of 1 instead of 0.

* Cleaned up the code to allow the reading list code to be localized easily and fixed up a bug in last PR.

* Fixed a sorting issue on reading activity

* Tweaked the code around reading list actionables not showing due to some weird filter.

* Fixed edit library settings not opening on library detail page

* Fixed a bug where reading activity dates would be out of order due to a bug in how charts works. A temp hack has been added.

* Disable promotion in edit reading list modal since non-admins can (and should have) been able to use it.

* Fixed a bug where non-admins couldn't update their OWN reading lists. Made uploading a cover image for readinglists now check against the user's reading list access to allow non-admin's to set images.

* Fixed an issue introduced earlier in PR where adding chapters to reading list could cause order to get skewed.

* Fixed another regression from earlier commit

* Hooked in Import CBL flow. No functionality yet.

* Code is a mess. Shifting how the whole import process is going to be done. Commiting so I can pivot drastically.

* Very rough code for first step is done.

* Ui has started, I've run out of steam for this feature.

* Cleaned up the UI code a bit to make the step tracker nature easier without a dedicated component.

* Much flow implementation and tweaking to how validation checks and what is sent back.

* Removed import via cbl code as it's not done. Pushing to next release.
2023-02-12 08:20:51 -08:00
..
Account Stat hotfix (#1748) 2023-01-15 14:16:51 +08:00
CollectionTags Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
Device UTC Dates + CDisplayEx API Enhancements (#1781) 2023-02-11 04:01:24 -08:00
Downloads Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
Email Send To Device Support (#1557) 2022-09-23 15:41:29 -07:00
Filtering Folder Watching Polish + Epub Fix (#1550) 2022-09-20 16:14:40 -07:00
Jobs UTC Dates + CDisplayEx API Enhancements (#1781) 2023-02-11 04:01:24 -08:00
JumpBar Jump Bar Testing (#1302) 2022-05-30 16:50:12 -05:00
Metadata Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
OPDS OPDS Enhancements (#1687) 2022-12-10 09:07:55 -08:00
Reader Manga Reader Work (#1729) 2023-01-07 09:14:22 -06:00
ReadingLists Reading List Fixes (#1784) 2023-02-12 08:20:51 -08:00
Search Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
SeriesDetail WebP Covers + Series Detail Enhancements (#1652) 2022-11-14 06:43:19 -08:00
Settings Holiday Bugfixes (#1762) 2023-01-30 00:50:19 -08:00
Statistics Swipe Issues (#1745) 2023-01-12 17:24:58 -08:00
Stats Swipe Issues (#1745) 2023-01-12 17:24:58 -08:00
System Directory Picker Rework (#1325) 2022-06-16 10:08:09 -07:00
Theme UTC Dates + CDisplayEx API Enhancements (#1781) 2023-02-11 04:01:24 -08:00
Update Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
Uploads Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
WantToRead Want to Read List (#1392) 2022-07-28 15:18:35 -07:00
ChapterDto.cs UTC Dates + CDisplayEx API Enhancements (#1781) 2023-02-11 04:01:24 -08:00
CreateLibraryDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
DeleteSeriesDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
GroupedSeriesDto.cs Recently Added Chapter Feedback (#1020) 2022-02-02 07:18:09 -08:00
LibraryDto.cs Automatic Collection Creation (#1768) 2023-01-30 19:57:46 -08:00
MangaFileDto.cs First PR of the new year (#1717) 2023-01-02 14:44:29 -08:00
MemberDto.cs Release Polish (#1586) 2022-10-17 15:33:18 -07:00
PersonDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
ProgressDto.cs UTC Dates + CDisplayEx API Enhancements (#1781) 2023-02-11 04:01:24 -08:00
RecentlyAddedItemDto.cs Recently Added Chapters/Volumes (#1007) 2022-01-29 08:04:18 -08:00
RefreshSeriesDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
RegisterDto.cs Auth Email Rework (#1567) 2022-10-01 08:23:35 -05:00
ScanFolderDto.cs Folder Watching (#1467) 2022-08-23 09:45:11 -07:00
SeriesByIdsDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
SeriesDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
SeriesMetadataDto.cs Scan Loop Fixes (#1572) 2022-10-05 19:30:37 -07:00
UpdateLibraryDto.cs Automatic Collection Creation (#1768) 2023-01-30 19:57:46 -08:00
UpdateLibraryForUserDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
UpdateRBSDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
UpdateSeriesDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
UpdateSeriesMetadataDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
UpdateSeriesRatingDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
UserDto.cs Release Polish (#1586) 2022-10-17 15:33:18 -07:00
UserPreferencesDto.cs Holiday Bugfixes (#1762) 2023-01-30 00:50:19 -08:00
VolumeDto.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00