aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/User/UserWebModel.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-33/+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-4/+7
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-261-1/+1
| | | | properly; UserUpdate validates properly
* 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
* Added attributes to the Web models for validationstranstrike2021-01-191-0/+10
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+3
|
* Fixed sln-wide code formattingtranstrike2021-01-131-1/+1
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-121-0/+4
| | | | more UserService validations
* Fixed Id showing in web modeltranstrike2020-12-181-1/+1
|
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
|
* RoleModel moved to DevHive.Commontranstrike2020-12-171-1/+2
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+5
|
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-161-5/+1
|
* Fixed GetById to return only public infotranstrike2020-12-161-0/+11