BookStack/app/Auth
Dan Brown 2d1f1abce4
Implemented alternate approach to current joint_permissions
Is a tweak upon the existing approach, mainly to store and query role
permission access in a way that allows muli-level states that may
override eachother. These states are represented in the new PermissionStatus
class.

This also simplifies how own permissions are stored and queried, to be
part of a single column.
2023-01-24 14:55:34 +00:00
..
Access Fixed OIDC handling when no JWKS 'use' prop exists 2022-11-23 11:50:59 +00:00
Permissions Implemented alternate approach to current joint_permissions 2023-01-24 14:55:34 +00:00
Queries Refactored common list handling operations to new class 2022-10-30 15:16:06 +00:00
Role.php Revised role index list to align with user list 2022-10-29 20:52:17 +01:00
SocialAccount.php Laravel 7.x Shift (#3011) 2021-10-26 22:04:18 +01:00
User.php Refactored search-based code to its own folder 2022-08-16 11:28:05 +01:00
UserRepo.php Fixed not being able to remove all user roles 2022-12-16 17:44:13 +00:00