Kavita/API/Controllers
2021-01-18 17:18:42 -06:00
..
AccountController.cs When registering an admin user, ensure they have access to all libraries. 2021-01-18 16:55:52 -06:00
AdminController.cs Fixed warnings in code 2021-01-01 14:18:29 -06:00
BaseApiController.cs Cleaned up some warnings in the codebase. 2020-12-13 16:26:31 -06:00
LibraryController.cs Fixed grant-access api and new library to properly update the db. Somehow the old way of updating db no longer works. 2021-01-18 17:18:42 -06:00
ReaderController.cs Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection. 2021-01-18 13:07:48 -06:00
SeriesController.cs Further cleanup. Moved BackgroundJob Task enqueues into TaskScheduler, so I can have complete control via one interface. 2021-01-18 13:53:24 -06:00
UsersController.cs Further cleanup. Moved BackgroundJob Task enqueues into TaskScheduler, so I can have complete control via one interface. 2021-01-18 13:53:24 -06:00