Joseph Milazzo
|
18385a4f80
|
Implemented ability to have server settings. Currently cache directory is there but it is not configurable (or used in this commit)
|
2021-01-23 09:01:10 -06:00 |
|
Joseph Milazzo
|
3c8e4b2240
|
Cleaned up some warnings and implemented re-occuring scan libraries task. Customization of task schedules is in v0.2.
|
2021-01-19 14:41:50 -06:00 |
|
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 |
|
Joseph Milazzo
|
26660a9bb3
|
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 |
|
Joseph Milazzo
|
825afd83a2
|
Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection.
|
2021-01-18 13:07:48 -06:00 |
|
Joseph Milazzo
|
731e3a9c5e
|
Cache cleanup implemented
|
2021-01-11 15:39:25 -06:00 |
|
Joseph Milazzo
|
fa71a40990
|
Fixed warnings in code
|
2021-01-01 14:18:29 -06:00 |
|
Joseph Milazzo
|
104c63b2b9
|
Cleaned up the code from previous enhancements.
|
2020-12-29 11:01:52 -06:00 |
|
Joseph Milazzo
|
4fd9943b91
|
Added Hangfire with LiteDB for a task running system. At the most basic, this allows us to monitor tasks running on the system (during dev only) and run tasks on a reoccuring or ad-hoc basis.
|
2020-12-26 14:03:35 -06:00 |
|