We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An improved permission system based on granting action on entity to users and roles.
action
entity
The text was updated successfully, but these errors were encountered:
Issue #257 -- Entity:Action permissions for PaperController.
a291ac5
Issue #257 -- Progress on permissions.
51e8d41
Issue #257 -- Progress on Roles and Permissions.
6178f4e
Adding proper DAOs for both roles and permissions and refactoring services to use DAOs rather than SQL directly.
74bcc99
Futher improvements to RoleDAO, PermissionService, and RoleService. Progress on ReviewController permissions.
danielBingham
Successfully merging a pull request may close this issue.
An improved permission system based on granting
action
onentity
to users and roles.The text was updated successfully, but these errors were encountered: