Kavita/API/Controllers
2021-03-23 12:21:09 -05:00
..
AccountController.cs Ensure I validate before attempting to update password for reset password flow. Send some validation issues back to FE. 2021-03-13 12:28:00 -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 Code cleanup. Implemented ability to schedule Library Backups. 2021-02-17 08:58:36 -06:00
ImageController.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
LibraryController.cs Public caching causes an issue with cache validation on browser causing images not to be cached correctly. Made private to ensure we get proper images each load. 2021-03-12 18:35:12 -06:00
ReaderController.cs Added indexes to Series table for searching. Removed byte[] from SearchResultDTO. Added response caching for all APIs. Responses are cached for 10 seconds. 2021-03-12 18:21:13 -06:00
SeriesController.cs Temp commit to record attempts. Stream APIs are implemented and working. Added some new test cases based on deployed Kavita server testing. 2021-03-17 14:29:50 -05:00
ServerController.cs Fixed some bad test cases that really messed up my codebase. 2021-03-23 12:21:09 -05:00
SettingsController.cs Implemented a startup task that will instantiate all the DI so first API isn't having to eat that overhead. 2021-03-13 17:44:29 -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