Kavita/API/Entities
Joseph Milazzo 35a47f5d88
Book Feedback and small bugs (#183)
* Remove automatic retry for scanLibraries as if something fails, it wont pass magically. Catch exceptions when opening books for parsing and swallow to ignore the file.

* Delete extra attempts

* Switched to using FirstOrDefault for finding existing series. This will help avoid pointless crashes.

* Updated message when duplicate series are found (not sure how this happens)

* Fixed a negation for deleting volumes where files still exist.

* Implemented the ability to automatically scale the manga reader based on screen size.
2021-04-29 17:52:34 -05:00
..
Enums Book Feedback and small bugs (#183) 2021-04-29 17:52:34 -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 EPUB Support (#178) 2021-04-28 16:16:22 -05:00
AppUserProgress.cs Special Grouping (#134) 2021-03-31 12:10:26 -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
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
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
Series.cs EPUB Support (#178) 2021-04-28 16:16:22 -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