]> BookStack Code Mirror - bookstack/commit
Refactored common list handling operations to new class
authorDan Brown <redacted>
Sun, 30 Oct 2022 15:16:06 +0000 (15:16 +0000)
committerDan Brown <redacted>
Sun, 30 Oct 2022 15:16:06 +0000 (15:16 +0000)
commitec4cbbd0041122f30d13afc016f8a5fac72e0754
treecb59fcd322cb90b51b699dc95b1886af6a0ef2e0
parentf75091a1c5d505f256ad253c5038a5bde068bc4e
Refactored common list handling operations to new class
17 files changed:
app/Actions/Queries/WebhooksAllPaginatedAndSorted.php
app/Auth/Queries/RolesAllPaginatedAndSorted.php
app/Auth/Queries/UsersAllPaginatedAndSorted.php
app/Http/Controllers/BookController.php
app/Http/Controllers/BookshelfController.php
app/Http/Controllers/RoleController.php
app/Http/Controllers/UserController.php
app/Http/Controllers/WebhookController.php
app/Util/SimpleListOptions.php [new file with mode: 0644]
resources/views/books/index.blade.php
resources/views/books/parts/list.blade.php
resources/views/settings/roles/index.blade.php
resources/views/settings/webhooks/index.blade.php
resources/views/shelves/index.blade.php
resources/views/shelves/parts/list.blade.php
resources/views/shelves/show.blade.php
resources/views/users/index.blade.php