.. |
Comparators
|
Lots of work for chapters. This code will be refactored in a chapter rewrite.
|
2021-01-27 14:14:16 -06:00 |
Constants
|
Refactored all Policy strings into their own constant file.
|
2020-12-24 10:21:59 -06:00 |
Controllers
|
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 |
Data
|
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 |
DTOs
|
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 |
Entities
|
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 |
Errors
|
Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection.
|
2021-01-18 13:07:48 -06:00 |
Extensions
|
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 |
Helpers
|
Code cleanup. Implemented ability to schedule Library Backups.
|
2021-02-17 08:58:36 -06:00 |
Interfaces
|
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 |
Middleware
|
Implemented ability to reset a user's password.
|
2021-01-21 11:15:42 -06:00 |
Parser
|
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 |
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
|
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 |
API.csproj
|
A hefty refactor of the ScanLibrary code. There were significant fallouts due to duplicate entities getting created and SingleOrDefaults failing.
|
2021-02-08 12:03:52 -06: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
|
Code cleanup. Implemented ability to schedule Library Backups.
|
2021-02-17 08:58:36 -06:00 |
Startup.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 |