Kavita/API/Extensions
Joseph Milazzo b6a38bbd86
Lots of Bugfixes (#1426)
* Fixed bookmarks not being able to load due to missing [AllowAnonymous]

* Downgraded Docnet to 2.4.0-alpha2 which is the version we added our patches to. This might fix reports of broken PDF reading on ARM

* Updated all but one api in collections to admin only policy

* Ensure all config folders are created or exist on first load

* Ensure plugins can authenticate

* Updated some headers we use on Kavita to tighten security.

* Tightened up cover upload flow to restrict more APIs to only the admin

* Enhanced the reset password flow to ensure that the user passes their existing password in (if already authenticated). Admins can still change other users without having existing password.

* Removed an additional copy during build and copied over the prod appsettings and not Development.

* Fixed up the caching mechanism for cover resets and migrated to profiles. Left an etag filter for reference.

* Fixed up manual jump key calculation to include period in #

* Added jumpbar to reading lists page

* Fixed a double scrollbar on library detail page

* Fixed weird scroll issues with want to read

* Fixed a bug where remove from want to read list wasn't hooked up on series card

* Cleaned up Clear bookmarks to use a dedicated api for bulk clearing. Converted Bookmark page to OnPush.

* Fixed jump bar being offset when clicking a jump key

* Ensure we don't overflow on add to reading list

* Fixed a bad name format on reading list items
2022-08-11 18:16:31 -07:00
..
ApplicationServiceExtensions.cs All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
ChapterListExtensions.cs Fixing duplicate chapter issue and adding unit test (#1221) 2022-04-18 15:57:31 -04:00
ClaimsPrincipalExtensions.cs Reduce Unauthenticated Errors in Sentry (#238) 2021-06-01 06:57:46 -05:00
ConfigurationExtensions.cs Implemented download log files (not in service). Refactored backupservice to handle log file splitting. Improved a few interfaces and added some unit tests around them. 2021-02-24 11:59:16 -06:00
DateTimeExtensions.cs Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
EnumerableExtensions.cs Manga Reader Refresh (#1137) 2022-03-07 09:35:27 -08:00
FileInfoExtensions.cs Reading Lists & More (#564) 2021-09-08 12:03:27 -05:00
FilterDtoExtensions.cs Tachiyomi Enhancements (#845) 2021-12-10 13:04:52 -08:00
HttpExtensions.cs Lots of Bugfixes (#1426) 2022-08-11 18:16:31 -07:00
IdentityServiceExtensions.cs Security Hotfix (#1415) 2022-08-08 13:47:37 -07:00
ParserInfoListExtensions.cs Took care of SonarCloud code issues (#1041) 2022-02-07 05:30:28 -08:00
PathExtensions.cs Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
SeriesExtensions.cs Unit Tests & New Natural Sort (#941) 2022-01-15 07:39:34 -08:00
StringExtensions.cs Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
VolumeListExtensions.cs On Deck + Misc Fixes and Changes (#1215) 2022-04-11 15:43:40 -07:00
ZipArchiveExtensions.cs Added a basic cache service to handle interations with the underlying cache implementation. Refactored some code to be more robust. 2021-01-09 16:14:28 -06:00