bookstack/app/Auth/Permissions
Dan Brown a9f02550f0
Removed joint_permissions auto_increment id
Removed auto_incrementing id and set a primary key of the [role_id,
entity_type, entity_id, action] instead since this table could recieve a
lot of activity, especially when permission regeneration was automated,
leading to very high auto_increment counts which could max out the
integer limit.

Also updated some RolesTest comment endpoints to align with
recent route changes.

Should fix #2091
2020-08-04 13:02:31 +01:00
..
EntityPermission.php Re-structured the app code to be feature based rather than code type based 2018-09-25 12:30:50 +01:00
JointPermission.php Removed joint_permissions auto_increment id 2020-08-04 13:02:31 +01:00
PermissionService.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
PermissionsRepo.php Extracted some methods into a BookRepo 2019-09-15 23:28:23 +01:00
RolePermission.php Re-structured the app code to be feature based rather than code type based 2018-09-25 12:30:50 +01:00