Kavita/API/Controllers
Joe Milazzo 73d77e6264
Library Settings Modal + New Library Settings (#1660)
* Bump loader-utils from 2.0.3 to 2.0.4 in /UI/Web

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed want to read button on series detail not performing the correct action

* Started the library settings. Added ability to update a cover image for a library.

Updated backup db to also copy reading list (and now library) cover images.

* Integrated Edit Library into new settings (not tested) and hooked up a wizard-like flow for new library.

* Fixed a missing update event in backend when updating a library.

* Disable Save when form invalid. Do inline validation on Library name when user types to ensure the name is valid.

* Trim library names before you check anything

* General code cleanup

* Implemented advanced settings for library (include in dashboard, search, recommended) and ability to turn off folder watching for individual libraries.

Refactored some code to streamline perf in some flows.

* Removed old components replaced with new modal

* Code smells

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 09:38:32 -06:00
..
AccountController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
AdminController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
BaseApiController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
BookController.cs Reader Bugs + New Features (#1536) 2022-09-16 06:06:33 -07:00
CollectionController.cs Restricted Profiles (#1581) 2022-10-10 10:59:20 -07:00
DeviceController.cs Auth Email Rework (#1567) 2022-10-01 08:23:35 -05:00
DownloadController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
FallbackController.cs Send To Device Support (#1557) 2022-09-23 15:41:29 -07:00
HealthController.cs Misc Polish and Fixes (#1542) 2022-09-18 10:24:30 -07:00
ImageController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
LibraryController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
MetadataController.cs Release Shakeout Day 1 (#1591) 2022-10-18 16:53:17 -07:00
OPDSController.cs Restricted Profiles (#1581) 2022-10-10 10:59:20 -07:00
PluginController.cs Logging Enhancements (#1521) 2022-09-12 17:25:48 -07:00
ReaderController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
ReadingListController.cs Bookmark and Reader bugs (#1632) 2022-11-02 20:10:19 -05:00
RecommendedController.cs Release Shakeout Day 1 (#1591) 2022-10-18 16:53:17 -07:00
SearchController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
SeriesController.cs Release Shakeout 4 (#1600) 2022-10-21 17:21:43 -07:00
ServerController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
SettingsController.cs WebP Covers + Series Detail Enhancements (#1652) 2022-11-14 06:43:19 -08:00
TachiyomiController.cs Tachiyomi unit tests and fixes (#1549) 2022-09-20 09:46:46 -07:00
ThemeController.cs Misc Bugfixes (#1582) 2022-10-10 17:23:37 -07:00
UploadController.cs Library Settings Modal + New Library Settings (#1660) 2022-11-18 09:38:32 -06:00
UsersController.cs Disable Animations + Lots of bugfixes and Polish (#1561) 2022-09-26 10:40:25 -07:00
WantToReadController.cs Fixed Series Relations Schema (#1654) 2022-11-15 06:45:02 -08:00