| .. |
|
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
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05:00 |
|
Data
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05: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
|
Hangfire now dies gracefully when using CTRL+C rather than Stop button in Rider. Implemented one stream method for testing. Regenerated a few migrations due to oversight in index not taking account of library.
|
2021-03-15 08:43:43 -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
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05:00 |
|
Helpers
|
Code cleanup. Implemented ability to schedule Library Backups.
|
2021-02-17 08:58:36 -06:00 |
|
Interfaces
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05:00 |
|
Middleware
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05: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
|
For the time out on tasks, I'm going to only use Hangfire scheduled tasks on prod.
|
2021-03-15 17:10:09 -05: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
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05:00 |
|
Startup.cs
|
Lots of Hangfire attempts to solve the lock issue. Not sure how to fix it. Added some APIs for streams.
|
2021-03-15 13:49:13 -05:00 |