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.Data
/
Repositories
/
UserRepository.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
DbContext configurations
transtrike
2021-01-26
1
-12
/
+0
*
Merge branch 'dev' of https://github.com/Team-Kaleidoscope/DevHive into dev
Danail Dimitrov
2021-01-26
1
-32
/
+7
|
\
|
*
Removed IRepo in UserRepo(internal, not external)
transtrike
2021-01-26
1
-14
/
+1
|
*
Working on Update User; Currently not updating user in UserRepo
transtrike
2021-01-26
1
-33
/
+21
*
|
Adding User Repository Tests
Danail Dimitrov
2021-01-26
1
-2
/
+0
|
/
*
Fixed formatting
transtrike
2021-01-23
1
-1
/
+1
*
Fixed JWT not having roles when generated
Syndamia
2021-01-22
1
-0
/
+2
*
Generic base repo class refactored; All repos inherit generic base repo
transtrike
2021-01-21
1
-38
/
+3
*
Cleaning of UserRepo&UserService of unused methods
transtrike
2021-01-21
1
-74
/
+0
*
Removed HTTP Patch; Refactored HTTP Put; Fixed Update bug
transtrike
2021-01-21
1
-3
/
+12
*
Tryed implementing the http patch
transtrike
2021-01-21
1
-7
/
+0
*
Changed List to HashSet for "no duplicates" scenario
transtrike
2021-01-20
1
-2
/
+2
*
Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted Fr...
transtrike
2021-01-19
1
-5
/
+7
*
Replaced RepoMethods with BaseClass and inherited it where needed
transtrike
2021-01-19
1
-12
/
+12
*
Fix lang naming
transtrike
2021-01-17
1
-8
/
+8
*
Renamed AddFriend to AddFriendToUser to clarify method
transtrike
2021-01-15
1
-1
/
+1
*
Extracted Interfaces from every DevHive.Data class; Tidied up the DevHive.Int...
transtrike
2021-01-15
1
-1
/
+1
*
Name corrections in UserRepository
transtrike
2021-01-14
1
-1
/
+1
*
Renamed async methods to include Async in the name in UserRepository
transtrike
2021-01-14
1
-3
/
+3
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
1
-0
/
+5
*
The return of the interfaces
transtrike
2021-01-13
1
-3
/
+4
*
Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added mo...
transtrike
2021-01-12
1
-1
/
+8
*
Language layers refactored; User implements adding & removing Languages; Migr...
transtrike
2021-01-12
1
-34
/
+128
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
1
-2
/
+2
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
1
-1
/
+1
*
Moved Friends to User(you no longer have friends)
transtrike
2020-12-19
1
-2
/
+18
*
Removed IsUsernameValid
transtrike
2020-12-18
1
-7
/
+0
*
Implemented Friends layer
transtrike
2020-12-17
1
-8
/
+0
*
Friends implementation added. UserController/AddAFriend added
transtrike
2020-12-17
1
-0
/
+9
*
Preparation for Friends implementation
transtrike
2020-12-17
1
-2
/
+0
*
Roles are now in a seperate table, user can contain multiple roles (BUT JWT d...
Syndamia
2020-12-17
1
-1
/
+6
*
Added DevHive.Common; Changed repositories behavior; Abstracted some common l...
transtrike
2020-12-16
1
-6
/
+7
*
Fixed EditAsync method in UserRepository
Syndamia
2020-12-16
1
-2
/
+5
*
User Controller, Service & Data implemented
transtrike
2020-12-15
1
-20
/
+53
*
UserRepository refactored
transtrike
2020-12-15
1
-21
/
+21
*
Changed object to Guid in IRepository
transtrike
2020-12-15
1
-7
/
+16
*
Started work on refactoring of userservice
Syndamia
2020-12-15
1
-2
/
+3
*
Stabalized project for compilation. Next step after init architecture
transtrike
2020-12-14
1
-0
/
+69