]> BookStack Code Mirror - bookstack/commit
Revised webhooks list to new format
authorDan Brown <redacted>
Sun, 30 Oct 2022 12:02:06 +0000 (12:02 +0000)
committerDan Brown <redacted>
Sun, 30 Oct 2022 12:02:06 +0000 (12:02 +0000)
commitf75091a1c5d505f256ad253c5038a5bde068bc4e
treea133ac63ecdc1c1438701bd3958fae6894b60688
parent98b59a10249afeccbf25bdd5eadf35f43a19cf67
Revised webhooks list to new format

Also aligned query naming to start with model in use.
Also added created/updated sort options to roles.
12 files changed:
app/Actions/Queries/WebhooksAllPaginatedAndSorted.php [new file with mode: 0644]
app/Auth/Queries/RolesAllPaginatedAndSorted.php [moved from app/Auth/Queries/AllRolesPaginatedAndSorted.php with 96% similarity]
app/Auth/Queries/UsersAllPaginatedAndSorted.php [moved from app/Auth/Queries/AllUsersPaginatedAndSorted.php with 97% similarity]
app/Http/Controllers/RoleController.php
app/Http/Controllers/UserController.php
app/Http/Controllers/WebhookController.php
resources/lang/en/settings.php
resources/sass/_components.scss
resources/views/common/status-indicator.blade.php [new file with mode: 0644]
resources/views/settings/roles/index.blade.php
resources/views/settings/webhooks/index.blade.php
resources/views/settings/webhooks/parts/webhooks-list-item.blade.php [new file with mode: 0644]