BookStack/app/Auth
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
..
Access Removed unused function in registration service 2020-05-02 01:07:30 +01:00
Permissions Removed joint_permissions auto_increment id 2020-08-04 13:02:31 +01:00
Role.php Added testing coverage to API token auth 2019-12-30 19:42:46 +00:00
SocialAccount.php Fleshed out entity provided and optimized imports 2018-09-25 16:58:03 +01:00
User.php Added chapters to the API 2020-05-23 00:28:41 +01:00
UserRepo.php Checked over and aligned registration option behavior across all auth options 2020-02-02 17:31:00 +00:00