]> BookStack Code Mirror - bookstack/commit
Finished initial implementation of custom role system
authorDan Brown <redacted>
Sat, 27 Feb 2016 19:24:42 +0000 (19:24 +0000)
committerDan Brown <redacted>
Sat, 27 Feb 2016 19:24:42 +0000 (19:24 +0000)
commit473261be35ab50e6c9bc5914c899a34cd6cccf57
tree88336f05690db15485c09e60a819ed8315af688a
parenta54be85185225d6f18f94f041546dd663f8f0644
Finished initial implementation of custom role system
37 files changed:
app/Entity.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/ImageController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/PermissionController.php
app/Http/Controllers/SettingController.php
app/Http/Controllers/UserController.php
app/Http/routes.php
app/Image.php
app/Ownable.php
app/Permission.php
app/Repos/UserRepo.php
app/Role.php
app/User.php
app/helpers.php
database/migrations/2016_02_27_120329_update_permissions_and_roles.php [new file with mode: 0644]
resources/views/base.blade.php
resources/views/books/index.blade.php
resources/views/books/show.blade.php
resources/views/chapters/show.blade.php
resources/views/form/role-checkboxes.blade.php [new file with mode: 0644]
resources/views/pages/show.blade.php
resources/views/settings/index.blade.php
resources/views/settings/roles/checkbox.blade.php [new file with mode: 0644]
resources/views/settings/roles/create.blade.php [new file with mode: 0644]
resources/views/settings/roles/delete.blade.php [new file with mode: 0644]
resources/views/settings/roles/edit.blade.php
resources/views/settings/roles/form.blade.php [new file with mode: 0644]
resources/views/settings/roles/index.blade.php
resources/views/users/forms/ldap.blade.php
resources/views/users/forms/standard.blade.php
resources/views/users/index.blade.php
tests/Auth/AuthTest.php
tests/RolesTest.php [new file with mode: 0644]
tests/TestCase.php