]> BookStack Code Mirror - bookstack/commit
Rolled out new permissions system throughout application
authorDan Brown <redacted>
Sun, 24 Apr 2016 15:54:20 +0000 (16:54 +0100)
committerDan Brown <redacted>
Sun, 24 Apr 2016 15:54:20 +0000 (16:54 +0100)
commita81a56706e8be77586631f3619ad84df36c8d84e
treeb731c0f677cc42391959eebda10c5d3ccdbc3e4e
parentada7c83e96f35a6b484869d6d27939555e1942f7
Rolled out new permissions system throughout application
18 files changed:
app/Entity.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PermissionController.php
app/Permission.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/EntityRepo.php
app/Repos/PageRepo.php
app/Repos/PermissionsRepo.php
app/Role.php
app/Services/ActivityService.php
app/Services/RestrictionService.php
app/helpers.php
database/migrations/2016_04_09_100730_add_view_permissions_to_roles.php
tests/Permissions/RestrictionsTest.php
tests/Permissions/RolesTest.php
tests/TestCase.php