Kavita/API/Entities
Joseph Milazzo ba77954d5c
Metadata Editing from the UI! (#1135)
* Added the skeleton code for layout, hooked up Age Rating, Publication Status, and Tags

* Tweaked message of Scan service to Finished scan of to better indicate the total scan time

* Hooked in foundation for person typeaheads

* Fixed people not populating typeaheads on load

* For manga/comics, when parsing, set the SeriesSort from ComicInfo if it exists.

* Implemented the ability to override and create new genre tags. Code is ready to flush out the rest.

* Ability to update metadata from the UI is hooked up. Next is locking.

* Updated typeahead to allow for non-multiple usage. Implemented ability to update Language tag in Series Metadata.

* Fixed a bug in GetContinuePoint for a case where we have Volumes, Loose Leaf chapters and no read progress.

* Added ETag headers on Images to allow for better caching (bookmarks and images in manga reader)

* Built out UI code to show locked indication to user

* Implemented Series locking and refactored a lot of styles in typeahead to make the lock setting work, plus misc cleanup.

* Added locked properties to dtos. Updated typeahead loading indicator to not interfere with close button if present

* Hooked up locking flags in UI

* Integrated regular field locking/unlocking

* Removed some old code

* Prevent input group from wrapping

* Implemented some basic layout for metadata on volume/chapter card modal. Refactored out all metadata from Chapter object in terms of UI and put into a separate call to ensure speedy delivery and simplicity of code.

* Refactored code to hide covers section if not an admin

* Implemented ability to modify a chapter/volume cover from the detail modal

* Removed a few variables and change cover image modal

* Added bookmark to single chapter view

* Put a temp fix in for a ngb v12 z-index bug (reported). Bumped ngb to 12.0 stable and fixed some small rendering bugs

* loading buttons ftw

* Lots of cleanup, looks like the story is finished

* Changed action name from Info to Details

* Style tweaks

* Fixed an issue where Summary would assume it's locked due to a subscription firing on setting the model

* Fixed some misc bugs

* Code smells

Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2022-03-04 13:04:15 -08:00
..
Enums Custom Theme Support (#1077) 2022-02-16 07:12:38 -08: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
Metadata Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
AppRole.cs Refractor token auth stuff to use identiycore framework 2020-12-21 09:24:21 -06:00
AppUser.cs Reading Lists & More (#564) 2021-09-08 12:03:27 -05:00
AppUserBookmark.cs Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
AppUserPreferences.cs Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
AppUserProgress.cs ComicInfo Refactor (#636) 2021-10-04 16:10:48 -07: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 Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
CollectionTag.cs Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
FolderPath.cs Scan Chunking (#604) 2021-09-30 06:08:05 -07:00
Genre.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
Library.cs Polishing and Bugfixes (#613) 2021-10-01 08:13:55 -07:00
MangaFile.cs Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
Person.cs Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
ReadingList.cs Reading Lists & More (#564) 2021-09-08 12:03:27 -05:00
ReadingListItem.cs Cleanup bookmarks and Reading List Items (#567) 2021-09-08 14:41:41 -07:00
Series.cs Metadata Editing from the UI! (#1135) 2022-03-04 13:04:15 -08:00
ServerSetting.cs Bulk Add to Collection (#674) 2021-10-14 17:23:21 -07:00
SiteTheme.cs Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
Tag.cs More Filtering and Support for ComicInfo v2.1 (draft) Tags (#851) 2021-12-16 13:41:38 -08:00
Volume.cs Series Detail Refactor (#1118) 2022-02-24 12:23:40 -08:00