Kavita/API/Controllers
Joseph Milazzo e0a2fc615f
UX Changes, Tasks, WebP, and More! (#1280)
* When account updates occur for a user, send an event to them to tell them to refresh their account information (if they are on the site at the time). This way if we revoke permissions, the site will reactively adapt.

* Some cleanup on the user preferences to remove some calls we don't need anymore.

* Removed old bulk cleanup bookmark code as it's no longer needed.

* Tweaked the messaging for stat collection to reflect what we collect now versus when this was initially implemented.

* Implemented the ability for users to configure their servers to save bookmarks as webP. Reorganized the tabs for Admin dashboard to account for upcoming features.

* Implemented the ability to bulk convert bookmarks (as many times as the user wants).

Added a display of Reoccurring Jobs to the Tasks admin tab. Currently it's just placeholder, but will be enhanced further later in the release.

* Tweaked the wording around the convert switch.

* Moved System actions to the task tab

* Added a controller just for Tachiyomi so we can have dedicated APIs for that client. Deprecated an existing API on the Reader route.

* Fixed the unit tests
2022-05-23 16:19:52 -07:00
..
AccountController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
AdminController.cs Ability to update settings. Take effect on next reboot. 2021-02-04 16:49:48 -06:00
BaseApiController.cs Cleaned up some warnings in the codebase. 2020-12-13 16:26:31 -06:00
BookController.cs Bugfix polishing (#1245) 2022-05-08 09:15:43 -07:00
CollectionController.cs Fixes, Tweaks, and Series Filtering (#1217) 2022-04-14 14:55:06 -07:00
DownloadController.cs Readable Bookmarks (#1228) 2022-04-23 11:58:14 -07:00
FallbackController.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
ImageController.cs On Deck + Misc Fixes and Changes (#1215) 2022-04-11 15:43:40 -07:00
LibraryController.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
MetadataController.cs Filtering Bugfixes (#1220) 2022-04-16 16:29:11 -07:00
OPDSController.cs Bugfix polishing (#1245) 2022-05-08 09:15:43 -07:00
PluginController.cs Fixes filter application (#992) 2022-01-26 15:54:35 -08:00
ReaderController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
ReadingListController.cs Fixes, Tweaks, and Series Filtering (#1217) 2022-04-14 14:55:06 -07:00
RecommendedController.cs Major Search Enhancements (#1238) 2022-04-30 12:09:54 -05:00
SeriesController.cs Bugfix polishing (#1245) 2022-05-08 09:15:43 -07:00
ServerController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
SettingsController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
TachiyomiController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00
ThemeController.cs Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00
UploadController.cs Release Shakeout (#1266) 2022-05-20 17:50:17 -05:00
UsersController.cs UX Changes, Tasks, WebP, and More! (#1280) 2022-05-23 16:19:52 -07:00