index
:
IT-kariera/Team-Kaleidoscope/DevHive
chat_system
dev
dev-old
feature/profile_picture_implementation
fix_friends_authorization
friends_functionality
heroku/main
lazy_loading
main
nswag
rating_system
unit_test_refactoring
unit_tests
[no description]
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
DevHive.Services
/
Services
/
UserService.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Renamed AddFriend to AddFriendToUser to clarify method
transtrike
2021-01-15
1
-1
/
+1
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
1
-1
/
+1
|
|
|
|
DevHive.Interfaces
*
JWT stores User ID, instead of username
Syndamia
2021-01-15
1
-8
/
+8
|
*
Renamed async methods to include Async in the name in UserRepository
transtrike
2021-01-14
1
-2
/
+2
|
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
1
-44
/
+56
|
*
The return of the interfaces
transtrike
2021-01-13
1
-10
/
+12
|
*
Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵
transtrike
2021-01-12
1
-22
/
+20
|
|
|
|
more UserService validations
*
Full implementation of Language & Technologies to User
transtrike
2021-01-12
1
-14
/
+63
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
1
-47
/
+99
|
|
|
|
Migrations added
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
1
-4
/
+4
|
*
Moved Friends to User(you no longer have friends)
transtrike
2020-12-19
1
-11
/
+62
|
*
ALmost solved DP
transtrike
2020-12-19
1
-3
/
+3
|
*
ValidJWT bypasses username check when user is admin
Syndamia
2020-12-18
1
-14
/
+11
|
*
Made user JWT more secure by checking the validity of the attached ↵
Syndamia
2020-12-18
1
-0
/
+47
|
|
|
|
information and the given user (id)
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2020-12-18
1
-4
/
+3
|
\
|
*
Removed password hash from JWT
Syndamia
2020-12-18
1
-4
/
+3
|
|
*
|
Removed IsUsernameValid
transtrike
2020-12-18
1
-2
/
+2
|
/
*
Fixing merge conflict
transtrike
2020-12-17
1
-6
/
+0
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2020-12-17
1
-4
/
+16
|
\
|
*
Added username and password hash to JWT
Syndamia
2020-12-17
1
-4
/
+8
|
|
|
*
Authorization now supports multiple tokens
Syndamia
2020-12-17
1
-7
/
+5
|
|
*
|
Implemented Friends layer
transtrike
2020-12-17
1
-17
/
+1
|
/
*
Friends implementation added. UserController/AddAFriend added
transtrike
2020-12-17
1
-3
/
+19
|
*
Preparation for Friends implementation
transtrike
2020-12-17
1
-1
/
+1
|
*
Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵
Syndamia
2020-12-17
1
-5
/
+14
|
|
|
|
doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
*
Cleanup after testing
transtrike
2020-12-16
1
-1
/
+0
|
*
Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵
transtrike
2020-12-16
1
-7
/
+13
|
|
|
|
logic
*
Authorization fixed
transtrike
2020-12-16
1
-6
/
+9
|
*
Register now returns token, instead of requiring the user to login
transtrike
2020-12-16
1
-2
/
+2
|
*
Fixed User Service and User Controller return types
transtrike
2020-12-16
1
-21
/
+15
|
*
Fixed GetById to return only public info
transtrike
2020-12-16
1
-7
/
+4
|
*
Fixed JWT Token generation
transtrike
2020-12-15
1
-0
/
+1
|
*
Added public const Role
transtrike
2020-12-15
1
-1
/
+1
|
*
Fixed existing email message in UserService
Syndamia
2020-12-15
1
-1
/
+1
|
*
Fixed User password hash implementation
transtrike
2020-12-15
1
-2
/
+1
|
*
Fixed UpdateUser in UserService
transtrike
2020-12-15
1
-3
/
+3
|
*
User Controller, Service & Data implemented
transtrike
2020-12-15
1
-46
/
+59
|
*
Changed object to Guid in IRepository
transtrike
2020-12-15
1
-1
/
+1
|
*
Started work on refactoring of userservice
Syndamia
2020-12-15
1
-12
/
+24
|
*
Stabalized project for compilation. Next step after init architecture
transtrike
2020-12-14
1
-0
/
+103