Lokesh
|
863c435bf5
|
Added above file for ldap backend authentication using mayan-edms. This is settings file which is used to run mayan-edms.
|
2017-01-11 08:09:36 +00:00 |
|
Lokesh
|
93e178a1e2
|
Update urls.py As in your creation of user API, group is not mapped with user so we added new API for mapping.
So api_urls is changed for the same.
|
2017-01-11 08:05:27 +00:00 |
|
Lokesh
|
b5c6fa40fa
|
Update api_views.py In your API while creting user group field is not working i.e user not mapped with the group.
So we added above API for the same.
|
2017-01-11 08:02:16 +00:00 |
|
Lokesh
|
789120f4cb
|
Updated urls.py, As we have added new APIs for role group mapping, role permission mapping, role group delete and get all permissions so in api_urls we added respective patterns for the same.
|
2017-01-11 07:56:41 +00:00 |
|
Lokesh
|
1bfeda382a
|
There was no REST APIs for role permissions mapping, role group mapping, role group mapping delete and get list of all permissions.
So we have added all above APIs in this file.
|
2017-01-11 07:52:18 +00:00 |
|