aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/UserService.cs
Commit message (Expand)AuthorAgeFilesLines
* Authorization fixedtranstrike2020-12-161-6/+9
* Register now returns token, instead of requiring the user to logintranstrike2020-12-161-2/+2
* Fixed User Service and User Controller return typestranstrike2020-12-161-21/+15
* Fixed GetById to return only public infotranstrike2020-12-161-7/+4
* Fixed JWT Token generationtranstrike2020-12-151-0/+1
* Added public const Roletranstrike2020-12-151-1/+1
* Fixed existing email message in UserServiceSyndamia2020-12-151-1/+1
* Fixed User password hash implementationtranstrike2020-12-151-2/+1
* Fixed UpdateUser in UserServicetranstrike2020-12-151-3/+3
* User Controller, Service & Data implementedtranstrike2020-12-151-46/+59
* Changed object to Guid in IRepositorytranstrike2020-12-151-1/+1
* Started work on refactoring of userserviceSyndamia2020-12-151-12/+24
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+103