BookStack/app/Http/Controllers/Api
Dan Brown 9e1c8ec82a
Added user-update API endpoint
- Required changing the docs generator to handle more complex
  object-style rules. Bit of a hack for some types (password).
- Extracted core update logic to repo for sharing with API.
- Moved user update language string to align with activity/logging
  system.
- Added tests to cover.
2022-02-03 16:52:28 +00:00
..
ApiController.php Added user-update API endpoint 2022-02-03 16:52:28 +00:00
ApiDocsController.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
AttachmentApiController.php Added an env configurable file upload size limit 2021-11-14 22:03:22 +00:00
BookApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
BookExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
BookshelfApiController.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
ChapterApiController.php Applied another round of static analysis updates 2021-11-22 23:33:55 +00:00
ChapterExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
PageApiController.php Standardised laravel validation to be array based 2021-11-05 00:26:55 +00:00
PageExportApiController.php Added role permissions for exporting content 2021-08-28 21:48:17 +01:00
SearchApiController.php Applied latest StyleCI changes 2021-12-15 13:49:20 +00:00
UserApiController.php Added user-update API endpoint 2022-02-03 16:52:28 +00:00