aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/UserPermissionService.cs
Commit message (Collapse)AuthorAgeFilesLines
* ...crupest2020-11-271-3/+30
|
* fix: Fix a typo in user permissions.crupest2020-11-201-1/+1
|
* feat: Deleting root user now returns 400.crupest2020-11-151-2/+2
|
* feat: Now changing user permission returns 400.crupest2020-11-151-4/+6
|
* test: Add integrated tests for permission api.crupest2020-11-131-1/+1
|
* test: Write tests for user permission service.crupest2020-11-121-8/+7
|
* feat: Add user permission service.crupest2020-11-121-0/+213
TODO: Add unit tests.