aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Models/Identity/User
Commit message (Collapse)AuthorAgeFilesLines
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-034-0/+23
| | | | 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-0/+3
|
* UserUpdate does not allow updating roles if not admin; HTTP Put now works ↵transtrike2021-01-262-5/+5
| | | | properly; UserUpdate validates properly
* Brief testing of GetPosttranstrike2021-01-261-1/+1
|
* Fixed formattingtranstrike2021-01-232-2/+2
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-213-5/+14
|
* Fixed Password property positioningtranstrike2021-01-213-2/+5
|
* Tryed implementing the http patchtranstrike2021-01-211-0/+1
|
* Changed List to HashSet for "no duplicates" scenariotranstrike2021-01-203-10/+10
|
* Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵transtrike2021-01-192-1/+8
| | | | Friend add trough HttpPatch
* User update now updates languages, roles and friendsSyndamia2021-01-172-1/+18
|
* Fixed role implementation by bringing back and improving all role modelsSyndamia2021-01-171-3/+3
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+4
|
* More formatting fixestranstrike2021-01-141-1/+1
|
* Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵transtrike2021-01-121-1/+5
| | | | more UserService validations
* Language layers refactored; User implements adding & removing Languages; ↵transtrike2021-01-121-1/+7
| | | | Migrations added
* Fixed roles not mapping properlytranstrike2020-12-171-1/+1
|
* Fixed namespacestranstrike2020-12-171-2/+0
|
* RoleModel moved to DevHive.Commontranstrike2020-12-171-1/+2
|
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-1/+6
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-12/+0
| | | | logic
* Fixed User Service and User Controller return typestranstrike2020-12-161-0/+12
|
* Changed models in the Service to have inheritancetranstrike2020-12-163-11/+13
|
* Moved user service models into their own folder and updated their namespacesSyndamia2020-12-154-0/+39