]> BookStack Code Mirror - bookstack/commit
Started work on making the public role/user configurable
authorDan Brown <redacted>
Thu, 29 Sep 2016 11:43:46 +0000 (12:43 +0100)
committerDan Brown <redacted>
Thu, 29 Sep 2016 11:43:46 +0000 (12:43 +0100)
commit771626b6ecb97158d5903536726431e2b594f783
tree8ea391058ee940c3a37600d4cd228f4e484a93a0
parentf15cc5bdfad7ce729e61abbd14ebc2807d7bb651
Started work on making the public role/user configurable

Create a new 'public' guest user and made the public
role visible on role setting screens.
19 files changed:
app/Http/Controllers/ChapterController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/UserController.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/EntityRepo.php
app/Repos/PageRepo.php
app/Repos/PermissionsRepo.php
app/Repos/UserRepo.php
app/Services/ActivityService.php
app/Services/ImageService.php
app/Services/PermissionService.php
app/Services/SocialAuthService.php
app/Services/ViewService.php
app/User.php
app/helpers.php
database/migrations/2016_09_29_101449_remove_hidden_roles.php [new file with mode: 0644]
resources/views/settings/index.blade.php
resources/views/users/forms/system.blade.php [new file with mode: 0644]