aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Models/Identity/User
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-139-178/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-033-0/+18
| | | | 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
|
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-313-3/+0
| | | | Posts violate key in db
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-263-3/+3
| | | | properly; UserUpdate validates properly
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-0/+5
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-202-7/+7
|
* 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-196-4/+51
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-173-1/+19
|
* Removed virtual from methodstranstrike2021-01-152-2/+2
|
* Fixed sln-wide code formattingtranstrike2021-01-135-8/+8
|
* 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
|
* 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