BookStack/app/Http/Controllers
Dan Brown 0e94fd44a8
Added contents to book-show endpoint
Created a generic list formatting helper class for this, to align with
logic used on the search results endpoint and for easier future re-use
in a standardised way.
Also updated some class property types.
Added test to cover new books-contents results.
Related to #3734
2022-09-29 15:08:18 +01:00
..
Api Added contents to book-show endpoint 2022-09-29 15:08:18 +01:00
Auth Removed usage of laravel/ui dependency 2022-09-22 16:54:27 +01:00
Images Removed old thai files, added romanian as lang option 2022-09-06 17:41:32 +01:00
AttachmentController.php
AuditLogController.php
BookController.php Added and ran PHPCS 2022-09-18 01:25:20 +01:00
BookExportController.php
BookshelfController.php Added entity meta link to reference page 2022-08-20 12:07:38 +01:00
BookSortController.php Added and ran PHPCS 2022-09-18 01:25:20 +01:00
ChapterController.php Applied StyleCi changes, updated php deps 2022-08-29 17:46:41 +01:00
ChapterExportController.php
CommentController.php
Controller.php
FavouriteController.php Fixed failed permission checks due to non-loaded fields 2022-08-10 08:06:48 +01:00
HomeController.php
MaintenanceController.php Added maintenance action to regenerate references 2022-08-29 17:30:26 +01:00
PageController.php Added entity meta link to reference page 2022-08-20 12:07:38 +01:00
PageExportController.php
PageRevisionController.php Added and ran PHPCS 2022-09-18 01:25:20 +01:00
PageTemplateController.php
RecycleBinController.php
ReferenceController.php Applied StyleCi changes, updated php deps 2022-08-29 17:46:41 +01:00
RoleController.php
SearchController.php Refactored search-based code to its own folder 2022-08-16 11:28:05 +01:00
SettingController.php
StatusController.php
TagController.php Improved tag suggestion handling 2022-09-28 13:50:40 +01:00
UserApiTokenController.php
UserController.php Set a fairly sensible limit on user name validation 2022-08-09 12:40:59 +01:00
UserProfileController.php
UserSearchController.php
WebhookController.php