Kavita/API/Controllers
Joe Milazzo cd84913fb9
Lots of Filtering Fixes & New Fields (#2244)
* Added an id for komf userscript to help it inject into Kavita's UI without relying on strings, given localization.

* Still working the filter fields, there is a bug with selecting an input and it setting undefined like crazy. Path is coded but not tested or validated.

* Stashing changed. Really not sure what's happening. I'm seeing 2 constructor calls for one row. I'm seeing a field change trigger 400 events. Values aren't getting set correctly on default string.

I've made a ton of changes, when resuming this work, look at the diff. All of this can be reset excluding the Path work.

* Lots of comments but the double instantiation is due to the mobile drawer. Added an ngIf which seems to work.

* Fixed dropdown options triggering a ton of looped calls. Default limitTo to 0 when user empties blank or negative.

* Removed a ton of UserId db calls from a ton of apis. Added a new API to allow UI to query a specific role to lessen load on UI.

* Optimized the code on new filtering to only load people by a given role. This should speed up heavily tagged libraries.

Commented out a bunch of code that's no longer used. Will be cleaned up later.

* Fixed support so that library filter can handle multiple selections.

* Fixed a bug when hitting enter in an input, the statement would be removed.

* Fixed multi-select not resuming from url correctly.

* Restored the series/all api for Tachiyomi to continue using until I'm motivated enough to update the extension.

* Fixed some resuming of state with dropdowns, not always setting values in correct order.

* Added FilePath Filter which lets a user search on individual files (slow, may need index)

* Added a full filepath for new filtering.
2023-08-29 16:03:19 -07:00
..
AccountController.cs Shakeout (#2195) 2023-08-10 06:43:56 -07: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 Localization - Part 2 (#2178) 2023-08-03 15:51:32 -07:00
CBLController.cs CBL Import Rework (#1862) 2023-03-07 13:18:26 -08:00
CollectionController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
DeviceController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
DownloadController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
FallbackController.cs v0.7.4 - Kavita+ Launch (#2117) 2023-07-11 11:14:18 -07:00
FilterController.cs Filtering Overhaul (#2207) 2023-08-11 14:30:36 -07:00
HealthController.cs .NET 7 + Spring Cleaning (#1677) 2023-03-05 12:55:13 -08:00
ImageController.cs Implemented the ability to allow the admin to change the cover generation size. (#2213) 2023-08-14 04:56:09 -07:00
LibraryController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
LicenseController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
LocaleController.cs Readme Change (#2190) 2023-08-08 12:06:53 -07:00
MetadataController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
OPDSController.cs Filtering Bugs + OPDS Want To Read (#2210) 2023-08-13 10:39:28 -07:00
PluginController.cs Release Testing Day 3 (#1951) 2023-05-02 14:02:33 -07:00
RatingController.cs Misc Fixes (#2155) 2023-07-23 09:53:16 -07:00
ReaderController.cs Filtering Overhaul (#2207) 2023-08-11 14:30:36 -07:00
ReadingListController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
RecommendedController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
ReviewController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
ScrobblingController.cs Misc Bugfixes (#2216) 2023-08-15 14:33:39 -07:00
SearchController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
SeriesController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
ServerController.cs Localized Dates (#2182) 2023-08-05 12:02:35 -07:00
SettingsController.cs Implemented the ability to allow the admin to change the cover generation size. (#2213) 2023-08-14 04:56:09 -07:00
StatsController.cs Misc Bugfixes (#2216) 2023-08-15 14:33:39 -07:00
TachiyomiController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
ThemeController.cs Localization - Part 2 (#2178) 2023-08-03 15:51:32 -07:00
UploadController.cs Localization - First Pass (#2174) 2023-08-03 08:33:51 -07:00
UsersController.cs Lots of Filtering Fixes & New Fields (#2244) 2023-08-29 16:03:19 -07:00
WantToReadController.cs Filtering Overhaul (#2207) 2023-08-11 14:30:36 -07:00