aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/Role
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-133-43/+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-193-0/+18
|
* Fixed more issuestranstrike2021-01-191-1/+4
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-173-4/+2
|
* Fixed random 2 showing uptranstrike2020-12-181-1/+0
|
* Fixed Id showing in web modeltranstrike2020-12-181-0/+10
|
* Fixed namespacestranstrike2020-12-172-2/+2
|
* RoleModel moved to DevHive.Commontranstrike2020-12-171-10/+0
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-172-5/+11
|
* 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-152-0/+15