This website requires JavaScript.
Explore
Help
Sign In
Cutlery
/
Kavita
Watch
1
Star
0
Fork
0
You've already forked Kavita
mirror of
https://github.com/Kareadita/Kavita.git
synced
2025-05-24 00:52:23 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Kavita
/
API
/
Controllers
History
Joseph Milazzo
295e62d773
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
..
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