Kavita/API/Entities
Joseph Milazzo 4910f1d1d0
Book Reading Progress Enhancement (#259)
* Added book reader reading direction preference

* Adds a new marker to the AppUserProgress to capture nearest anchor for resuming scroll point when reading books. Refactored bookmark api to return a BookmarkDto which includes this new data.
2021-06-03 18:33:13 -05:00
..
Enums feat: remove Webtoon option from Library Types (#254) 2021-06-03 15:46:57 -05:00
Interfaces 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
AppRole.cs Refractor token auth stuff to use identiycore framework 2020-12-21 09:24:21 -06:00
AppUser.cs Fixed a deployment bug where we weren't listening on port properly. New way will force firewall exception dialog on Windows and work across board. Implemented user preferences and ability to update them. 2021-02-06 13:08:48 -06:00
AppUserPreferences.cs Added book reader reading direction preference (#249) 2021-06-03 09:05:07 -05:00
AppUserProgress.cs Book Reading Progress Enhancement (#259) 2021-06-03 18:33:13 -05:00
AppUserRating.cs Implemented ability to leave a rating (up to 5 stars) and a text review (not UI supported until v0.2). 2021-01-19 17:06:26 -06:00
AppUserRole.cs Refractor token auth stuff to use identiycore framework 2020-12-21 09:24:21 -06:00
Chapter.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00
CollectionTag.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
FolderPath.cs Refactored DB to be Series->Volumes->Chapters instead. All functionality that previously worked still works. Cleanup still needed. 2021-02-01 09:29:11 -06:00
Genre.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
Library.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
MangaFile.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00
Person.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
Series.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
SeriesMetadata.cs Collection Support (#234) 2021-05-30 17:24:23 -05:00
ServerSetting.cs Lots of cleanup 2021-02-07 12:02:47 -06:00
Volume.cs EPUB Support (#178) 2021-04-28 16:16:22 -05:00