Kavita/API
2021-03-23 12:22:47 -05:00
..
Comparators 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
Constants Refactored all Policy strings into their own constant file. 2020-12-24 10:21:59 -06:00
Controllers Some code cleanup 2021-03-23 12:22:47 -05:00
Data Some code cleanup 2021-03-23 12:22:47 -05:00
DTOs Some code cleanup 2021-03-23 12:22:47 -05:00
Entities Some code cleanup 2021-03-23 12:22:47 -05:00
Errors Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection. 2021-01-18 13:07:48 -06:00
Extensions Some code cleanup 2021-03-23 12:22:47 -05:00
Helpers Cleanup 2021-03-17 14:31:17 -05:00
Interfaces Some code cleanup 2021-03-23 12:22:47 -05:00
Middleware Some code cleanup 2021-03-23 12:22:47 -05:00
Parser Fixed some bad test cases that really messed up my codebase. 2021-03-23 12:21:09 -05:00
Properties Added new API for getting Member (aka Users but for use in FE). User is just used for login/registering. 2020-12-14 14:33:09 -06:00
Services Some code cleanup 2021-03-23 12:22:47 -05:00
API.csproj Removed LiteDB and use In Memory Storage for time being. LiteDB was causing the issues in Issue #79. 2021-03-18 08:54:30 -05:00
appsettings.Development.json Enable response compression (br and gzip) for images and static assets. After we scan a library, kick of a cleanup of cache to ensure if archives were changed, the cache is cleared too. 2021-03-12 10:37:42 -06:00
Program.cs Some code cleanup 2021-03-23 12:22:47 -05:00
Startup.cs Removed LiteDB and use In Memory Storage for time being. LiteDB was causing the issues in Issue #79. 2021-03-18 08:54:30 -05:00