aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Configurations/Mapping/UserMappings.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+3
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-261-10/+4
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-261-0/+3
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-6/+7
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-191-0/+3
| | | | Friend add trough HttpPatch
* Fixed mapping issuetranstrike2021-01-191-1/+1
|
* User update now updates languages, roles and friendsSyndamia2021-01-171-0/+7
|
* Fixed sln-wide code formattingtranstrike2021-01-131-1/+1
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-2/+2
| | | | logic
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+2
|
* Fixed GetById to return only public infotranstrike2020-12-161-0/+3
|
* Fixed Mapping & duplicationtranstrike2020-12-151-1/+1
|
* User Controller, Service & Data implementedtranstrike2020-12-151-4/+5
|
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+16