Kavita/API/Controllers
Joseph Milazzo d02d2d3cb5
Epub 3.2 Collection Tag support (#308)
* Hooked up logic for collections based on EPUB3.2 Spec and Fixed improper tags in EPUBs since it is XML and we are using HTML to parse it.

* Fixed a bug with src:url url replacing so that it's much cleaner regex
2021-06-15 09:51:37 -05:00
..
AccountController.cs Download Support (#298) 2021-06-10 07:47:35 -05: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 Epub 3.2 Collection Tag support (#308) 2021-06-15 09:51:37 -05:00
CollectionController.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
DownloadController.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
FallbackController.cs Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
ImageController.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
LibraryController.cs Don't log exceptions to Sentry when debugging locally. Fixed a constraint issue with collection tags that prevented deleting series. Ensure when we scan we add SeriesMetadata objects to existing series. (#265) 2021-06-04 17:49:19 -05:00
ReaderController.cs Fixed a bug on getting next/previous chapters where if chapters were … (#281) 2021-06-07 14:49:38 -05:00
SeriesController.cs Don't log exceptions to Sentry when debugging locally. Fixed a constraint issue with collection tags that prevented deleting series. Ensure when we scan we add SeriesMetadata objects to existing series. (#265) 2021-06-04 17:49:19 -05:00
ServerController.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
SettingsController.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
UsersController.cs Implemented Dark Mode (#203) 2021-05-09 08:44:12 -05:00