aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/RoleService.cs
Commit message (Expand)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-70/+0
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-261-2/+2
* 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 DevHive.Int...transtrike2021-01-151-1/+1
* The return of the interfacestranstrike2021-01-131-5/+6
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-3/+3
* 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 d...Syndamia2020-12-171-2/+2
* Implemented RoleService and updated RoleRepository structureSyndamia2020-12-151-11/+42
* Updated role controller and role service to use custom models and implemented...Syndamia2020-12-151-4/+16
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+26