aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/UserService.cs
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Interfaces for all repository classesDanail Dimitrov2021-01-111-4/+4
|
* Moved Friends to User(you no longer have friends)transtrike2020-12-191-11/+62
|
* ALmost solved DPtranstrike2020-12-191-3/+3
|
* ValidJWT bypasses username check when user is adminSyndamia2020-12-181-14/+11
|
* Made user JWT more secure by checking the validity of the attached ↵Syndamia2020-12-181-0/+47
| | | | information and the given user (id)
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-181-4/+3
|\
| * Removed password hash from JWTSyndamia2020-12-181-4/+3
| |
* | Removed IsUsernameValidtranstrike2020-12-181-2/+2
|/
* Fixing merge conflicttranstrike2020-12-171-6/+0
|
* Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into devtranstrike2020-12-171-4/+16
|\
| * Added username and password hash to JWTSyndamia2020-12-171-4/+8
| |
| * Authorization now supports multiple tokensSyndamia2020-12-171-7/+5
| |
* | Implemented Friends layertranstrike2020-12-171-17/+1
|/
* Friends implementation added. UserController/AddAFriend addedtranstrike2020-12-171-3/+19
|
* Preparation for Friends implementationtranstrike2020-12-171-1/+1
|
* 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