]> BookStack Code Mirror - bookstack/commit
Major permission naming refactor and database migration cleanup 103/head
authorDan Brown <redacted>
Sun, 1 May 2016 20:20:50 +0000 (21:20 +0100)
committerDan Brown <redacted>
Sun, 1 May 2016 21:33:56 +0000 (22:33 +0100)
commit75a4fc905ba3bb6a8b011caf7354b208256841f5
tree0c7c1a793a5d45be63db54b9160600f17d16df5b
parent05666efda9a51f245d23fc33e65cd598180e97da
Major permission naming refactor and database migration cleanup
42 files changed:
app/Activity.php
app/Book.php
app/Chapter.php
app/Console/Commands/RegeneratePermissions.php
app/EmailConfirmation.php
app/Entity.php
app/EntityPermission.php
app/Http/Controllers/BookController.php
app/Http/Controllers/ChapterController.php
app/Http/Controllers/PageController.php
app/Http/Controllers/PermissionController.php
app/JointPermission.php [new file with mode: 0644]
app/Ownable.php
app/Page.php
app/PageRevision.php
app/Providers/AuthServiceProvider.php
app/Providers/CustomFacadeProvider.php
app/Repos/BookRepo.php
app/Repos/ChapterRepo.php
app/Repos/EntityRepo.php
app/Repos/ImageRepo.php
app/Repos/PageRepo.php
app/Repos/PermissionsRepo.php
app/Restriction.php [deleted file]
app/Role.php
app/RolePermission.php [moved from app/Permission.php with 72% similarity]
app/Services/ActivityService.php
app/Services/PermissionService.php [moved from app/Services/RestrictionService.php with 73% similarity]
app/Services/ViewService.php
app/SocialAccount.php
app/User.php
app/helpers.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2015_08_29_105422_add_roles_and_permissions.php
database/migrations/2016_02_27_120329_update_permissions_and_roles.php
database/migrations/2016_04_09_100730_add_view_permissions_to_roles.php
database/migrations/2016_04_20_192649_create_joint_permissions_table.php [moved from database/migrations/2016_04_20_192649_create_entity_permissions_table.php with 51% similarity]
database/seeds/DummyContentSeeder.php
resources/views/settings/roles/checkbox.blade.php
resources/views/settings/roles/form.blade.php
tests/Permissions/RestrictionsTest.php
tests/TestCase.php