aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/User
Commit message (Expand)AuthorAgeFilesLines
* RoleModel moved to DevHive.Commontranstrike2020-12-171-1/+2
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+5
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+12
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-164-31/+40
* Added password strength validationSyndamia2020-12-161-0/+1
* Fixed user input data validation upon registrationSyndamia2020-12-161-0/+22
* Fixed GetById to return only public infotranstrike2020-12-162-5/+12
* Implemented web models and updated user controllerSyndamia2020-12-153-0/+30