Kavita/API
Joseph Milazzo 591b574706
Unit Tests & New Natural Sort (#941)
* Added a lot of tests

* More tests! Added a Parser.NormalizePath to normalize all paths within Kavita.

* Fixed a bug where MarkChaptersAsUnread implementation wasn't consistent between different files and lead to extra row generation for no reason.

* Added more unit tests

* Found a better implementation for Natural Sorting. Added tests and validate it works. Next commit will swap out natural Sort for new Extension.

* Replaced NaturalSortComparer with OrderByNatural.

* Drastically simplified and sped up FindFirstEntry for finding cover images in archives

* Initial fix for a epub bug where metadata defines key as absolute path but document uses a relative path. We now have a hack to correct for the epub.
2022-01-15 07:39:34 -08:00
..
Archive Misc Bugfixes and Enhancements (#507) 2021-08-17 14:15:32 -07:00
Comparators Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
config Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
Constants Misc Bugfixes and Enhancements (#507) 2021-08-17 14:15:32 -07:00
Controllers Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Data Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
DTOs Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
Entities Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
Errors Removed some dead code on the interfaces. Introduced UnitOfWork to simplify repo injection. 2021-01-18 13:07:48 -06:00
Extensions Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Helpers Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
Middleware More fixes (again) (#858) 2021-12-17 14:29:41 -08:00
Parser Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08: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 Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
SignalR .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
.dockerignore EPUB Support (#178) 2021-04-28 16:16:22 -05:00
API.csproj Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
API.csproj.DotSettings .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
Dockerfile Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
Program.cs Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
Startup.cs Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00