Kavita/API/DTOs
Joseph Milazzo 54c1641728
Misc Bugfixes and Cleanup (#1144)
* Moved libraryType into chapter info

* Fixed a bug where you could not reset cover on a series

* Patched in relevant changes from another polish branch

* Refactored invite user setup to shift the checking for accessibility to the backend and always show the link. This will help with users who have some unique setups in docker.

* Refactored invite user to always print the url to setup a new account.

* Single page renderer uses canvasImage rather than re-requesting and relying on cache

* Fixed a rendering issue where fit to split on single on a cover wouldn't force width scaling just for that image

* Fixed a rendering bug with split image functionality

* Added title to copy button

* Fixed a bug in GetContinuePoint when a chapter is added to an already read volume and a new chapter is added loose leaf. The loose leaf would be prioritized over the volume chapter.

Refactored 2 methods from controller into service and unit tested.

* Fixed a bug on opening a volume in series detail that had a chapter added to it after the volume (0 chapter) was read would cause a loose leaf chapter to be opened.

* Added mark as read/actionables on Files in volume detail modal. Fixed a bug where we were showing the wrong page count in a volume detail modal.

* Removed OnDeck page and replaced it with a pre-filtered All-Series. Hooked up the ability to pass read state to the filter via query params. Fixed some spacing on filter post bootstrap update.

* Fixed up some poor documentation on FilterDto.
2022-03-12 14:02:42 -08:00
..
Account Misc Bugfixes and Cleanup (#1144) 2022-03-12 14:02:42 -08:00
CollectionTags Bulk Add to Collection (#674) 2021-10-14 17:23:21 -07:00
Downloads Continuous Reading for Webtoons & I Just Couldn't Stop Coding (#574) 2021-09-11 11:47:12 -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 Misc Bugfixes and Cleanup (#1144) 2022-03-12 14:02:42 -08:00
Metadata Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
OPDS Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
Reader Misc Bugfixes and Cleanup (#1144) 2022-03-12 14:02:42 -08:00
ReadingLists Bulk Operations (#596) 2021-09-24 17:27:47 -07:00
Search Shakeout Testing Part 2 (#1053) 2022-02-10 16:25:34 -08:00
Settings Private Email Service Support (#1028) 2022-02-04 09:54:54 -08:00
Stats Webtoon fixes + Random release stuff (#1048) 2022-02-08 07:30:54 -08:00
Theme Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
Update Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
Uploads Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
ChapterDto.cs Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08: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 A lot of random changes to try and speed up SharpCompress. 2021-03-23 12:22:50 -05:00
MemberDto.cs Account Email Support (#1000) 2022-01-30 14:45:57 -08:00
PersonDto.cs In-Depth Filtering (#850) 2021-12-15 08:23:10 -08:00
ProgressDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
RecentlyAddedItemDto.cs Recently Added Chapters/Volumes (#1007) 2022-01-29 08:04:18 -08:00
RefreshSeriesDto.cs Feature/feedback (#185) 2021-04-30 17:23:31 -05: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
SeriesDetailDto.cs Series Detail Refactor (#1118) 2022-02-24 12:23:40 -08:00
SeriesDto.cs Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
SeriesFilterDto.cs Bugfixes/misc (#196) 2021-05-02 19:46:34 -05:00
SeriesMetadataDto.cs Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
UpdateLibraryDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06: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 Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
UpdateSeriesMetadataDto.cs Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08: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
UpdateUserRole.cs Event Widget Update (#1098) 2022-02-18 18:57:37 -08:00
UserDto.cs Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
UserPreferencesDto.cs Manga Reader Refresh (#1137) 2022-03-07 09:35:27 -08:00
VolumeDto.cs Continuous Reading for Webtoons & I Just Couldn't Stop Coding (#574) 2021-09-11 11:47:12 -07:00