This website requires JavaScript.
Explore
Help
Sign in
AZEN-SGG
/
Kavita
Watch
1
Star
0
Fork
You've already forked Kavita
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
13280b49d6
Kavita
/
API
/
Data
/
Migrations
History
Download ZIP
Download TAR.GZ
Joseph Milazzo
c429c50ba2
Fixed a bug in ScanLibrary that caused duplicated Volumes. Implemented APIs for navigating down to Volume for webui.
...
This is rough code and needs to be polished and refactored.
2021-01-01 14:04:31 -06:00
..
20201213205325_AddUser.cs
Added User with ability to login and register. By default, user is not an admin. DTO expects an integer and will convert to Boolean.
2020-12-13 16:07:25 -06:00
20201213205325_AddUser.Designer.cs
Added User with ability to login and register. By default, user is not an admin. DTO expects an integer and will convert to Boolean.
2020-12-13 16:07:25 -06:00
20201215195007_AddedLibrary.cs
Lots of changes to get code ready to add library.
2020-12-17 11:27:19 -06:00
20201215195007_AddedLibrary.Designer.cs
Lots of changes to get code ready to add library.
2020-12-17 11:27:19 -06:00
20201218173135_ManyToManyLibraries.cs
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
20201218173135_ManyToManyLibraries.Designer.cs
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
20201221141047_IdentityAdded.cs
Forgot to add migrations
2020-12-21 11:18:51 -06:00
20201221141047_IdentityAdded.Designer.cs
Forgot to add migrations
2020-12-21 11:18:51 -06:00
20201224155621_MiscCleanup.cs
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
20201224155621_MiscCleanup.Designer.cs
Added Policy for getUsers and moved some APIs.
2020-12-24 10:13:22 -06:00
20201229190216_SeriesAndVolumeEntities.cs
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
20201229190216_SeriesAndVolumeEntities.Designer.cs
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
20210101180935_AddedCoverImageToSeries.cs
Fixed a bug in ScanLibrary that caused duplicated Volumes. Implemented APIs for navigating down to Volume for webui.
2021-01-01 14:04:31 -06:00
20210101180935_AddedCoverImageToSeries.Designer.cs
Fixed a bug in ScanLibrary that caused duplicated Volumes. Implemented APIs for navigating down to Volume for webui.
2021-01-01 14:04:31 -06:00
DataContextModelSnapshot.cs
Fixed a bug in ScanLibrary that caused duplicated Volumes. Implemented APIs for navigating down to Volume for webui.
2021-01-01 14:04:31 -06:00