aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/User/UpdateUserWebModel.cs
Commit message (Expand)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-34/+0
* UserUpdate does not allow updating roles if not admin; HTTP Put now works pro...transtrike2021-01-261-1/+1
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-0/+5
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-201-3/+3
* Added attributes to the Web models for validationstranstrike2021-01-191-1/+9
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-0/+9
* Removed virtual from methodstranstrike2021-01-151-1/+1
* Fixed sln-wide code formattingtranstrike2021-01-131-1/+1
* Changed models in Web to use inheritance of most repeated propertiesSyndamia2020-12-161-2/+7
* Fixed GetById to return only public infotranstrike2020-12-161-5/+1
* Implemented web models and updated user controllerSyndamia2020-12-151-0/+11