mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
3625f12abe
Creates a new organsied formatting system for webhook data, with interfaces for extending with custom model formatting rules. Allows easy usage & extension of the default bookstack formatting behaviour when customizing webhook events via theme system, and keeps default data customizations organised. This also makes the following webhook data changes: - owned_by/created_by/updated_by user details are loaded for events with Entity details. (POTENTIALLY BREAKING CHANGE). - current_revision details are loaded for page update/create events. Added testing to cover added model formatting rules. For #3279 and #3218 |
||
---|---|---|
.. | ||
Api | ||
Auth | ||
Images | ||
AttachmentController.php | ||
AuditLogController.php | ||
BookController.php | ||
BookExportController.php | ||
BookshelfController.php | ||
BookSortController.php | ||
ChapterController.php | ||
ChapterExportController.php | ||
CommentController.php | ||
Controller.php | ||
FavouriteController.php | ||
HomeController.php | ||
MaintenanceController.php | ||
PageController.php | ||
PageExportController.php | ||
PageRevisionController.php | ||
PageTemplateController.php | ||
RecycleBinController.php | ||
RoleController.php | ||
SearchController.php | ||
SettingController.php | ||
StatusController.php | ||
TagController.php | ||
UserApiTokenController.php | ||
UserController.php | ||
UserProfileController.php | ||
UserSearchController.php | ||
WebhookController.php |