Kavita/API/DTOs
Joseph Milazzo 2fd02f0d2b
Custom Cover Images (#499)
* Added some documentation. Removed Require Admin Role from Search Tags. Added Summary to be updated on UpdateTag.

* Added Swagger xml doc generation to beef up the documentation. Started adding xml comments to the APIs. This is a needed, slow task for upcoming Plugins system.

* Implemented the ability to upload a custom series image to override the existing cover image.

Refactored some code out to use ImageService and added more documentation

* When a page cache fails, delete cache directory so user can try to reload.

* Implemented the ability to lock a series cover image such that after user uploads something, it wont get refreshed by Kavita.

* Implemented the ability to reset cover image for series by unlocking

* Kick off a series refresh after a cover is unlocked.

* Ability to press enter to load a url

* Ability to reset selection

* Cleaned up cover chooser such that reset is nicer, errors inform user to use file upload, series edit modal now doesn't use scrollable body. Mobile tweaks. CoverImageLocked is now sent to the UI.

* More css changes to look better

* When no bookmarks, don't show both markups

* Fixed issues where images wouldn't refresh after cover image was changed.

* Implemented the ability to change the cover images for collection tags.

* Added property and API for chapter cover image update

* Added UI code to prepare for updating cover image for chapters. need to rearrange components

* Moved a ton of code around to separate card related screens into their own module.

* Implemented the ability to update a chapter/volume cover image

* Refactored action for volume to say edit to reflect modal action

* Fixed issue where after editing chapter cover image, the underlying card wouldn't update

* Fixed an issue where we were passing volumeId to the reset chapter lock. Changed some logic in volume cover image generation.

* Automatically apply when you hit reset cover image
2021-08-15 10:36:47 -07:00
..
Downloads Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
Filtering Filtering First Pass (#442) 2021-07-27 18:39:53 -05:00
Reader Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
Stats Extra Stat collection (#407) 2021-07-20 11:32:37 -05:00
Uploads Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
BookChapterItem.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00
BookmarkDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
ChapterDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
CollectionTagDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -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
ImageDto.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
InProgressChapterDto.cs ContinueReading has been pulled from UI. The query doesn't work and no longer sure I need. 2021-03-20 12:44:18 -05:00
LibraryDto.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
LoginDto.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
MangaFileDto.cs A lot of random changes to try and speed up SharpCompress. 2021-03-23 12:22:50 -05:00
MarkReadDto.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
MarkVolumeReadDto.cs Enable response compression (br and gzip) for images and static assets. After we scan a library, kick of a cleanup of cache to ensure if archives were changed, the cache is cleared too. 2021-03-12 10:37:42 -06:00
MemberDto.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
PersonDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
ProgressDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
RefreshSeriesDto.cs Feature/feedback (#185) 2021-04-30 17:23:31 -05:00
RegisterDto.cs fix: wrong password length validation when registering a new user or resetting password (#247) 2021-06-03 07:16:32 -05:00
ResetPasswordDto.cs fix: wrong password length validation when registering a new user or resetting password (#247) 2021-06-03 07:16:32 -05:00
SearchResultDto.cs Feature/performance pdf (#426) 2021-07-24 16:17:13 -05:00
SeriesDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
SeriesFilterDto.cs Bugfixes/misc (#196) 2021-05-02 19:46:34 -05:00
SeriesMetadataDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
ServerSettingDTO.cs Feat/usage stats collection (#317) 2021-06-20 17:26:35 -05: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 Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
UpdateSeriesForTagDto.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
UpdateSeriesMetadataDto.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05: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 Fixed a deployment bug where we weren't listening on port properly. New way will force firewall exception dialog on Windows and work across board. Implemented user preferences and ability to update them. 2021-02-06 13:08:48 -06:00
UserPreferencesDto.cs Manga Redesign (#321) 2021-06-24 19:31:42 -05:00
VolumeDto.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