Kavita/API/Extensions
Joseph Milazzo 9c31f7e7c8
v0.5.4.1 - Security Hotfix (#1414)
* Updated our security file with our Huntr.

* Fixed a security vulnerability where through the API, an unauthorized user could delete/modify reading lists that did not belong to them.

Fixed a bug where when creating a reading list with the name of another users, the API would throw an exception (but reading list would still get created)

* Fixed a security vulnerability where through the API, an unauthorized user could delete/modify reading lists that did not belong to them.

Fixed a bug where when creating a reading list with the name of another users, the API would throw an exception (but reading list would still get created)

* Ensure all reading list apis are authorized

* Ensured all APIs require authentication, except those that explicitly don't. All APIs are default requiring Authentication.

Fixed a security vulnerability which would allow a user to take over an admin account.

* Fixed a bug where cover-upload would accept filenames that were not expected.

* Explicitly check that a user has access to the pdf file before we serve it back.

* Enabled lock out when invalid user auth occurs. After 5 invalid auths, the user account will be locked out for 10 mins.

* Version bump for hotfix release
2022-08-08 13:22:38 -07:00
..
ApplicationServiceExtensions.cs v0.5.4 - Double Page Layout, Estimated Reading Time, a new PDF Reader and Infinite Scroll?! (#1344) 2022-06-30 13:33:18 -07:00
ChapterListExtensions.cs v0.5.3 - Book Reader Enhancements, Related Series, and More! (#1272) 2022-05-21 16:42:55 -07: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 v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
EnumerableExtensions.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
FileInfoExtensions.cs Reading Lists & More (#564) 2021-09-08 12:03:27 -05:00
FilterDtoExtensions.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
HttpExtensions.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
IdentityServiceExtensions.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
ParserInfoListExtensions.cs Took care of SonarCloud code issues (#1041) 2022-02-07 05:30:28 -08:00
PathExtensions.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
SeriesExtensions.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
StringExtensions.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
VolumeListExtensions.cs v0.5.3 - Book Reader Enhancements, Related Series, and More! (#1272) 2022-05-21 16:42:55 -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