]> BookStack Code Mirror - bookstack/commit
Added activity text for each activity type
authorDan Brown <redacted>
Mon, 12 Jun 2023 15:45:30 +0000 (16:45 +0100)
committerDan Brown <redacted>
Mon, 12 Jun 2023 15:47:36 +0000 (16:47 +0100)
commitf39938c4e3b8750668442a6a17e1006953b5cef2
treefc7159777f8eed6eb754d0bf4e6d6c19cc5e5809
parentaf0b4fa851d8acda52d6176d6e9b2aef2448b499
Added activity text for each activity type

Ensures some sensible text is always in webhook text data.
Also aligned some notification reporting to use centralised activity
system instead of custom success events.

For #4216
12 files changed:
app/Api/UserApiTokenController.php
app/Entities/Controllers/ChapterController.php
app/Entities/Controllers/PageController.php
app/Entities/Controllers/PageRevisionController.php
app/Entities/Controllers/RecycleBinController.php
app/Settings/SettingController.php
app/Users/Controllers/UserController.php
lang/en/activities.php
lang/en/entities.php
lang/en/settings.php
tests/LanguageTest.php
tests/Permissions/RolesTest.php