]> BookStack Code Mirror - bookstack/commit
User: Started cleanup of user self-management
authorDan Brown <redacted>
Tue, 17 Oct 2023 12:11:10 +0000 (13:11 +0100)
committerDan Brown <redacted>
Tue, 17 Oct 2023 12:11:10 +0000 (13:11 +0100)
commita9d0f3676629053422ee5340f8c83888af18d766
tree1d72cf625b7c1f1de4730456f906f8c9f312ca5c
parent3274181e14f3b565e180130411c9c952b3f13106
User: Started cleanup of user self-management

- Moved preference views to more general "my-account" area.
- Started new layout for my-account with sidebar.
- Added MFA to prefeences view (to be moved).
13 files changed:
app/Users/Controllers/UserAccountController.php [new file with mode: 0644]
app/Users/Controllers/UserPreferencesController.php
lang/en/preferences.php
resources/icons/notifications.svg [new file with mode: 0644]
resources/views/layouts/parts/header-user-menu.blade.php
resources/views/users/account/index.blade.php [moved from resources/views/users/preferences/index.blade.php with 56% similarity]
resources/views/users/account/layout.blade.php [new file with mode: 0644]
resources/views/users/account/notifications.blade.php [new file with mode: 0644]
resources/views/users/account/parts/shortcut-control.blade.php [moved from resources/views/users/preferences/parts/shortcut-control.blade.php with 100% similarity]
resources/views/users/account/shortcuts.blade.php [new file with mode: 0644]
resources/views/users/preferences/notifications.blade.php [deleted file]
resources/views/users/preferences/shortcuts.blade.php [deleted file]
routes/web.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.