aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Identity/User/UserServiceModel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-23/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+2
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* 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 ↵transtrike2021-01-261-4/+4
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-261-1/+1
|
* Fixed formattingtranstrike2021-01-231-1/+1
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-4/+4
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-191-1/+1
| | | | Friend add trough HttpPatch
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-3/+3
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+4
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-121-1/+5
| | | | more UserService validations
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
|
* Fixed namespacestranstrike2020-12-171-2/+0
|
* RoleModel moved to DevHive.Commontranstrike2020-12-171-1/+2
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+6
|
* Changed models in the Service to have inheritancetranstrike2020-12-161-5/+1
|
* Moved user service models into their own folder and updated their namespacesSyndamia2020-12-151-0/+11