Kavita/API/Controllers
2021-02-11 15:49:58 -06:00
..
AccountController.cs Implemented partial chapter support. Fixed some edge case where if library scan was skipped due to no modififcation on disk, whole library would be removed. Removed above code for testing. 2021-02-07 13:07:07 -06: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
FallbackController.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
LibraryController.cs A hefty refactor of the ScanLibrary code. There were significant fallouts due to duplicate entities getting created and SingleOrDefaults failing. 2021-02-08 12:03:52 -06:00
ReaderController.cs Added a conditional check on bookmark API to ensure we don't over or under set progress vs chapter's pages. 2021-02-11 15:49:58 -06:00
SeriesController.cs A hefty refactor of the ScanLibrary code. There were significant fallouts due to duplicate entities getting created and SingleOrDefaults failing. 2021-02-08 12:03:52 -06:00
ServerController.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
SettingsController.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
UsersController.cs Fixed a deployment bug where we weren't listening on port properly. New way will force firewall exception dialog on Windows and work across board. Implemented user preferences and ability to update them. 2021-02-06 13:08:48 -06:00