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
|
c75feb03e1
|
Fixed offset bug in GetCachedPagePath for if you've read just one page. Fixed a bad refactor for getting files.
|
2021-01-19 12:06:45 -06:00 |
|
Joseph Milazzo
|
14e8c3b820
|
Fixed some APIs that worked mins ago....something strange happening with EF relationships.
|
2021-01-19 10:45:37 -06:00 |
|
Joseph Milazzo
|
effdf07cef
|
Very messy code that implements read status tracking. Needs major cleanup.
|
2021-01-17 15:05:27 -06:00 |
|
Joseph Milazzo
|
d632e53f18
|
Added ability to automatically track last modified and created timestamps for entities via an interface. DBContext will automatically update for us.
|
2021-01-02 10:59:52 -06:00 |
|
Joseph Milazzo
|
380c3e7b3c
|
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 |
|
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 |
|
Andrew Song
|
8f7df85d49
|
Refractor token auth stuff to use identiycore framework
|
2020-12-21 09:24:21 -06:00 |
|
Joseph Milazzo
|
b6e0e05205
|
Added new many to many migration for libraries and users. Add Library now works and you can get Library (entity) objects from a user. LibraryDto project is upcoming.
|
2020-12-18 12:01:45 -06:00 |
|
Joseph Milazzo
|
d5eed4e85d
|
Lots of changes to get code ready to add library.
|
2020-12-17 11:27:19 -06:00 |
|
Joseph Milazzo
|
2b521924d0
|
Setup basic code for login.
|
2020-12-12 20:14:56 -06:00 |
|