Kavita/API
Joseph Milazzo b3ec8e8756
Bugfixes! (#157)
* More cases for parsing regex

* Fixed a bug where chapter cover images weren't being updated due to a missed not.

* Removed a piece of code that was needed for upgrading, since all beta users agreed to wipe db.

* Fixed InProgress to properly respect order and show more recent activity first. Issue is with IEntityDate LastModified not updating in DataContext.

* Updated dependencies to lastest stable.

* LastModified on Volumes wasn't updating, validated it does update when data is changed.

* Fixed #152 - Sorting issue when finding cover image.

* Fixed #151 - Sort files during scan.

* Fixed #161 - Remove files that don't exist from chapters during scan.

* Fixed #155 - Ignore images that start with !, expand cover detection by checking for the word cover as well as folder, and some code cleanup to make code more concise.

* Fixed #153 - Ensure that we persist series name changes and don't override on scanning.

* Fixed a broken unit test
2021-04-06 08:59:44 -05:00
..
Archive When we scan a library, store the last write time for a file so we can skip page calculation if there were no modifications. 2021-03-23 17:28:48 -05:00
Comparators Bugfixes! (#157) 2021-04-06 08:59:44 -05:00
Constants Refactored all Policy strings into their own constant file. 2020-12-24 10:21:59 -06:00
Controllers Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
Data Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
DTOs Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
Entities Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
Errors Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection. 2021-01-18 13:07:48 -06:00
Extensions Bugfixes! (#157) 2021-04-06 08:59:44 -05:00
Helpers Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
Interfaces Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
Middleware Some code cleanup 2021-03-23 12:22:47 -05:00
Parser Bugfixes! (#157) 2021-04-06 08:59:44 -05:00
Properties Added new API for getting Member (aka Users but for use in FE). User is just used for login/registering. 2020-12-14 14:33:09 -06:00
Services Bugfixes! (#157) 2021-04-06 08:59:44 -05:00
API.csproj Performance, Scan Loop, Specials, and cleanup (#150) 2021-04-05 08:37:45 -05:00
appsettings.Development.json Enable response compression (br and gzip) for images and static assets. After we scan a library, kick of a cleanup of cache to ensure if archives were changed, the cache is cleared too. 2021-03-12 10:37:42 -06:00
Program.cs Some code cleanup 2021-03-23 12:22:47 -05:00
Startup.cs Lots of Parsing Enhancements (#120) 2021-03-28 18:00:05 -05:00