aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/UserService.cs
Commit message (Collapse)AuthorAgeFilesLines
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵Syndamia2020-12-171-5/+14
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Cleanup after testingtranstrike2020-12-161-1/+0
|
* Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵transtrike2020-12-161-7/+13
| | | | logic
* 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