]> BookStack Code Mirror - bookstack/commit
Refactored some permission controls and increased testing for roles system
authorDan Brown <redacted>
Wed, 2 Mar 2016 22:35:01 +0000 (22:35 +0000)
committerDan Brown <redacted>
Wed, 2 Mar 2016 22:35:01 +0000 (22:35 +0000)
commit8e274a5a84cc11c20c0d62f9ecc0b08cd9410305
tree8759880a905debdb53cff69d1baee1a92ba3874b
parent985d2f1c2cee6a1192df388c70154ccee9114795
Refactored some permission controls and increased testing for roles system
app/Exceptions/PermissionsException.php [new file with mode: 0644]
app/Http/Controllers/PermissionController.php
app/Repos/PermissionsRepo.php [new file with mode: 0644]
app/Role.php
app/User.php
database/factories/ModelFactory.php
tests/RolesTest.php
tests/TestCase.php