aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Controllers/UserController.cs
Commit message (Collapse)AuthorAgeFilesLines
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-0/+11
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-5/+5
| | | | logic
* Authorization fixedtranstrike2020-12-161-2/+3
|
* Register now returns token, instead of requiring the user to logintranstrike2020-12-161-3/+3
|
* Fixed User Service and User Controller return typestranstrike2020-12-161-7/+19
|
* Fixed GetById to return only public infotranstrike2020-12-161-2/+5
|
* Renamed _service to _*func*Servicetranstrike2020-12-151-7/+7
|
* Fixed UpdateUser in UserServicetranstrike2020-12-151-1/+2
|
* User Controller, Service & Data implementedtranstrike2020-12-151-14/+17
|
* Changed object to Guid in IRepositorytranstrike2020-12-151-4/+4
|
* Implemented web models and updated user controllerSyndamia2020-12-151-3/+4
|
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+66