BookStack/app/Http/Controllers/Api
Dan Brown 14ea6c9de3
Made fixes/updates during pre-release review
- Fixed page editor default focus not working as expected due to
  misnamed attribute.
- Added owned_by to relevant areas of the API including the docs.
- Made book relation on page accessible even if deleted since it could cause an issue on views, such as audit trail, when the relation is accessed when the book is deleted.
2021-01-03 22:29:58 +00:00
..
ApiController.php Started pages API 2020-11-22 14:56:19 +00:00
ApiDocsController.php Cleaned up api docs implementation, added missing titles 2020-11-21 17:03:24 +00:00
BookApiController.php Made fixes/updates during pre-release review 2021-01-03 22:29:58 +00:00
BookExportApiController.php Added page export API controller 2020-11-28 15:39:40 +00:00
BookshelfApiController.php Made fixes/updates during pre-release review 2021-01-03 22:29:58 +00:00
ChapterApiController.php Made fixes/updates during pre-release review 2021-01-03 22:29:58 +00:00
ChapterExportApiController.php Added page export API controller 2020-11-28 15:39:40 +00:00
PageApiController.php Made fixes/updates during pre-release review 2021-01-03 22:29:58 +00:00
PageExportApiController.php Added page export API controller 2020-11-28 15:39:40 +00:00