Kavita/API/Entities
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
..
Enums Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
Interfaces Added ability to automatically track last modified and created timestamps for entities via an interface. DBContext will automatically update for us. 2021-01-02 10:59:52 -06:00
AppRole.cs Refractor token auth stuff to use identiycore framework 2020-12-21 09:24:21 -06:00
AppUser.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
AppUserBookmark.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
AppUserPreferences.cs Set dark mode to true and migration (#348) 2021-06-30 12:40:04 -05:00
AppUserProgress.cs Book Reading Progress Enhancement (#259) 2021-06-03 18:33:13 -05:00
AppUserRating.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
AppUserRole.cs Refractor token auth stuff to use identiycore framework 2020-12-21 09:24:21 -06:00
Chapter.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
CollectionTag.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
FolderPath.cs Refactored DB to be Series->Volumes->Chapters instead. All functionality that previously worked still works. Cleanup still needed. 2021-02-01 09:29:11 -06:00
Genre.cs The big one (#396) 2021-07-17 14:03:11 -05:00
Library.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
MangaFile.cs PDF Support + MORE!!!! (#416) 2021-07-22 21:13:24 -05:00
Person.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
Series.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
SeriesMetadata.cs The big one (#396) 2021-07-17 14:03:11 -05:00
ServerSetting.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
Volume.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00