Kavita/API
2021-01-08 10:41:43 -06:00
..
Constants Refactored all Policy strings into their own constant file. 2020-12-24 10:21:59 -06:00
Controllers Fixed the github build issue. I'm totally blind. 2021-01-08 10:41:43 -06:00
Data Refactored GetCoverImage to create a thumbnail (optional) instead of raw image (raw images are large and bloat API, using thumbnail is indistiguishable); b) Ability to force updating cover images in DB even if they are already set. 2021-01-07 10:30:54 -06:00
DTOs Merge pull request #20 from Kareadita/feature/cover-images 2021-01-08 10:10:02 -06:00
Entities adding initial coverimage functionality 2021-01-03 19:50:10 -06:00
Errors Setup basic code for login. 2020-12-12 20:14:56 -06:00
Extensions Rough version of Saving Series, Volumes, and MangaFiles to the DB. Relies on Cascaded delete rather than manually handling updating of file changes. 2020-12-30 11:30:12 -06:00
Helpers adding initial coverimage functionality 2021-01-03 19:50:10 -06:00
Interfaces Changed ScanLibrary to not use optional param due to build issue on Github. 2021-01-08 08:25:07 -06:00
IO Refactored GetCoverImage to create a thumbnail (optional) instead of raw image (raw images are large and bloat API, using thumbnail is indistiguishable); b) Ability to force updating cover images in DB even if they are already set. 2021-01-07 10:30:54 -06:00
Middleware 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
Parser Refactored GetCoverImage to a static class and unit tested it. Enhanced the method by defaulting to folder.jpg file if exists, else takes first entry. 2021-01-05 15:00:49 -06: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 Changed ScanLibrary to not use optional param due to build issue on Github. 2021-01-08 08:25:07 -06:00
API.csproj Refactored GetCoverImage to create a thumbnail (optional) instead of raw image (raw images are large and bloat API, using thumbnail is indistiguishable); b) Ability to force updating cover images in DB even if they are already set. 2021-01-07 10:30:54 -06:00
appsettings.Development.json Added basic parsing and unit tests. Setting up an intermediate object to hold information from parser. Removed hangfire db from git. 2020-12-27 11:14:45 -06:00
Program.cs Fixing sonar code quality recommendations 2020-12-25 15:08:40 -06:00
Startup.cs Merge pull request #20 from Kareadita/feature/cover-images 2021-01-08 10:10:02 -06:00