aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/Role/UpdateRoleWebModel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-15/+0
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-261-2/+4
| | | | properly; UserUpdate validates properly
* Added attributes to the Web models for validationstranstrike2021-01-191-0/+4
|
* Fixed more issuestranstrike2021-01-191-1/+4
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-1/+1
|
* Fixed namespacestranstrike2020-12-171-1/+1
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-5/+1
|
* Updated role controller and role service to use custom models and ↵Syndamia2020-12-151-1/+3
| | | | implemented role mapping
* Implemented web models and updated user controllerSyndamia2020-12-151-0/+8