]> BookStack Code Mirror - bookstack/commit
Started work on API token controls
authorDan Brown <redacted>
Sun, 29 Dec 2019 13:02:26 +0000 (13:02 +0000)
committerDan Brown <redacted>
Sun, 29 Dec 2019 13:02:26 +0000 (13:02 +0000)
commitd336ba687460d2bca898e86c12a26224fc36f071
treef678b16e7161e188e5af3fbe543f4f1ca08dbaa7
parent04137e7c98cfe182f3c603e7d1acbc9a0ed524e7
Started work on API token controls

- Added access-api permission.
- Started user profile UI work.
- Created database table and model for tokens.
- Fixed incorrect templates down migration :(
app/Api/ApiToken.php [new file with mode: 0644]
app/Auth/User.php
app/Http/Controllers/UserApiTokenController.php [new file with mode: 0644]
app/Http/Controllers/UserController.php
database/migrations/2019_07_07_112515_add_template_support.php
database/migrations/2019_12_29_120917_add_api_auth.php [new file with mode: 0644]
resources/lang/en/settings.php
resources/views/settings/roles/form.blade.php
resources/views/users/edit.blade.php
routes/web.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.