Rewrite contributed permission list, role permissions list get and post, role

group list get and post API views.
This commit is contained in:
Roberto Rosario
2017-01-15 18:21:20 -04:00
parent b32bc93a70
commit a0810ed355
4 changed files with 218 additions and 167 deletions

View File

@@ -40,6 +40,12 @@ using libtesseract. If libtesseract is not available the backend fallsback to
calling the Tesseract executable.
- Language list moved from document model to document form.
- Enable password validation for the user password change view, user password change API endpoint, current user view and current user API endpoint.
- New API endpoints (initial work by @lokeshmanmode):
- API endpoint to change an user's groups subscription.
- API endpoint that list all available permissions types.
- API endpoint to view or change a role's groups.
- API endpoint to view or change a role's permissions.
Removals
--------