aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Interfaces/IUserService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Project Restructure P.1transtrike2021-02-131-25/+0
|
* Implemented profile picture table functionality; added models and interfaces ↵Syndamia2021-02-031-0/+1
| | | | for profile picture; added ability for user layers to update the profile picture; added migrations; updated mappings
* Fixed NullReference in cloud, CommentEditingWebModel, PromotionToAdmin, ↵transtrike2021-01-311-1/+1
| | | | Posts violate key in db
* Fixed the return type of UserService.DeleteUser and refactored ↵Danail Dimitrov2021-01-281-1/+1
| | | | UserController.Delete to return BadRequestObjectResult if user is not deleted successfully
* Brief testing of GetPosttranstrike2021-01-261-0/+2
|
* Cleaning of UserRepo&UserService of unused methodstranstrike2021-01-211-5/+0
|
* Removed HTTP Patch; Refactored HTTP Put; Fixed Update bugtranstrike2021-01-211-1/+0
|
* Tryed implementing the http patchtranstrike2021-01-211-3/+3
|
* Implemented HttpPatchtranstrike2021-01-191-0/+3
|
* Configured launch.json to be workspace wide; Fixed GetFriend to GetUsertranstrike2021-01-191-3/+1
|
* Made Lang&Tech layers consistant; Merged C**D methods to Updatetranstrike2021-01-171-4/+0
|
* Moved Lang&Tech CRUD to Update in User Layertranstrike2021-01-171-1/+1
|
* Fixed issues in Language & Technology and their interactions with Usertranstrike2021-01-141-3/+3
|
* The return of the interfacestranstrike2021-01-131-0/+31