Kavita/API/Controllers
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
..
AccountController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
AdminController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
BaseApiController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
BookController.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
CollectionController.cs v0.5.3 - Book Reader Enhancements, Related Series, and More! (#1272) 2022-05-21 16:42:55 -07:00
DownloadController.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
FallbackController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
ImageController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
LibraryController.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
MetadataController.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
OPDSController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
PluginController.cs Fixes filter application (#992) 2022-01-26 15:54:35 -08:00
ReaderController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
ReadingListController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
RecommendedController.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
SeriesController.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
ServerController.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
SettingsController.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
TachiyomiController.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
ThemeController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
UploadController.cs v0.5.4.1 - Security Hotfix (#1414) 2022-08-08 13:22:38 -07:00
UsersController.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