aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/RoleService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-70/+0
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-261-2/+2
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-261-2/+2
|
* Fixed formattingtranstrike2021-01-231-2/+2
|
* The beginning of role based authorizationtranstrike2021-01-231-2/+1
|
* Kamen's proposal in Update() at BaseRepo mergedtranstrike2021-01-221-1/+1
|
* Fixed role id creeping up the chaintranstrike2021-01-191-4/+4
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-7/+17
|
* Extracted Interfaces from every DevHive.Data class; Tidied up the ↵transtrike2021-01-151-1/+1
| | | | DevHive.Interfaces
* The return of the interfacestranstrike2021-01-131-5/+6
|
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-3/+3
| | | | Migrations added
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-3/+3
|
* ALmost solved DPtranstrike2020-12-191-2/+2
|
* Fixed namespacestranstrike2020-12-171-5/+5
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-24/+15
|
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵Syndamia2020-12-171-2/+2
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Implemented RoleService and updated RoleRepository structureSyndamia2020-12-151-11/+42
|
* Updated role controller and role service to use custom models and ↵Syndamia2020-12-151-4/+16
| | | | implemented role mapping
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+26