Kavita/API/Entities/Enums
Joe Milazzo 442af965c6
Restricted Profiles (#1581)
* Added ReadingList age rating from all series and started on some unit tests for the new flows.

* Wrote more unit tests for Reading Lists

* Added ability to restrict user accounts to a given age rating via admin edit user modal and invite user. This commit contains all basic code, but no query modifications.

* When updating a reading list's title via UI, explicitly check if there is an existing RL with the same title.

* Refactored Reading List calculation to work properly in the flows it's invoked from.

* Cleaned up an unused method

* Promoted Collections no longer show tags where a Series exists within them that is above the user's age rating.

* Collection search now respects age restrictions

* Series Detail page now checks if the user has explicit access (as a user might bypass with direct url access)

* Hooked up age restriction for dashboard activity streams.

* Refactored some methods from Series Controller and Library Controller to a new Search Controller to keep things organized

* Updated Search to respect age restrictions

* Refactored all the Age Restriction queries to extensions

* Related Series no longer show up if they are out of the age restriction

* Fixed a bad mapping for the update age restriction api

* Fixed a UI state change after updating age restriction

* Fixed unit test

* Added a migration for reading lists

* Code cleanup
2022-10-10 10:59:20 -07:00
..
Device Send To Device Support (#1557) 2022-09-23 15:41:29 -07:00
Theme Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
UserPreferences Infinite Scroll + List View + Cover Upload Redesign (#1319) 2022-06-13 14:37:49 -07:00
AgeRating.cs Restricted Profiles (#1581) 2022-10-10 10:59:20 -07:00
BookPageLayoutMode.cs Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00
LayoutMode.cs Manga Reader Shakeout (#1142) 2022-03-08 17:58:47 -08:00
LibraryType.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
MangaFormat.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
PageSplitOption.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
PersonRole.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
PublicationStatus.cs Publication Status Enhancements (#1231) 2022-04-25 13:52:36 -05:00
ReaderMode.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
ReadingDirection.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
RelationKind.cs Linked Series (#1230) 2022-04-24 09:59:09 -07:00
ScalingOption.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
ServerSettingKey.cs Misc Polish and Fixes (#1542) 2022-09-18 10:24:30 -07:00