aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Identity
Commit message (Expand)AuthorAgeFilesLines
* Implemented profile picture table functionality; added models and interfaces ...Syndamia2021-02-034-0/+23
* GetByUsername & GetById return post Ids; Read POst returns URLstranstrike2021-02-011-0/+3
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-262-5/+5
* Brief testing of GetPosttranstrike2021-01-261-1/+1
* Fixed formattingtranstrike2021-01-232-2/+2
* The beginning of role based authorizationtranstrike2021-01-231-4/+0
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-214-5/+28
* Fixed Password property positioningtranstrike2021-01-213-2/+5
* Tryed implementing the http patchtranstrike2021-01-211-0/+1
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-203-10/+10
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...transtrike2021-01-192-1/+8
* Fixed role id creeping up the chaintranstrike2021-01-192-3/+3
* User update now updates languages, roles and friendsSyndamia2021-01-172-1/+18
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-173-3/+20
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+4
* More formatting fixestranstrike2021-01-141-1/+1
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...transtrike2021-01-121-1/+5
* Language layers refactored; User implements adding & removing Languages; Migr...transtrike2021-01-121-1/+7
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
* Fixed namespacestranstrike2020-12-171-2/+0
* RoleModel moved to DevHive.Commontranstrike2020-12-172-11/+2
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+6
* Added DevHive.Common; Changed repositories behavior; Abstracted some common l...transtrike2020-12-161-12/+0
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+12
* Changed models in the Service to have inheritancetranstrike2020-12-163-11/+13
* Updated role controller and role service to use custom models and implemented...Syndamia2020-12-151-0/+10
* Moved user service models into their own folder and updated their namespacesSyndamia2020-12-154-5/+5
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-144-0/+39