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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Post&Comment Models implemented; Mappings Configured
transtrike
2021-01-23
2
-8
/
+15
|
*
Fixed Comment Models&Mappings
transtrike
2021-01-23
1
-0
/
+4
|
*
Comment Models fixed
transtrike
2021-01-23
1
-0
/
+5
|
*
Fixed formatting
transtrike
2021-01-23
5
-408
/
+408
|
*
Kamen's proposal in Update() at BaseRepo merged
transtrike
2021-01-22
2
-11
/
+6
|
*
Fixed JWT not having roles when generated
Syndamia
2021-01-22
1
-0
/
+2
|
*
Merged refactor_user_updating with dev
transtrike
2021-01-21
1
-1
/
+0
|
*
Generic base repo class refactored; All repos inherit generic base repo
transtrike
2021-01-21
7
-192
/
+64
|
*
fixing edit methods in repos
Danail Dimitrov
2021-01-21
4
-67
/
+41
|
\
|
*
Code cleanup, consistency and merge conflict resolved
transtrike
2021-01-21
1
-2
/
+1
|
|
\
|
*
|
Code cleanup & consistency
transtrike
2021-01-21
4
-67
/
+41
|
|
|
*
|
|
Made all Technology Layer Tests not asymc again
Danail Dimitrov
2021-01-21
1
-4
/
+6
|
|
/
|
/
|
*
|
Refactored Technology repo edit method
Danail Dimitrov
2021-01-21
1
-5
/
+6
|
/
*
Cleaning of UserRepo&UserService of unused methods
transtrike
2021-01-21
2
-85
/
+2
|
*
Removed HTTP Patch; Refactored HTTP Put; Fixed Update bug
transtrike
2021-01-21
3
-7
/
+16
|
*
Updated migrations
Syndamia
2021-01-21
11
-2602
/
+1248
|
*
Tryed implementing the http patch
transtrike
2021-01-21
1
-7
/
+0
|
*
Changed List to HashSet for "no duplicates" scenario
transtrike
2021-01-20
10
-18
/
+18
|
*
Config ExceptionMiddleware; Config Mapper; Fixed User editing; Implmeneted ↵
transtrike
2021-01-19
2
-5
/
+8
|
|
|
|
Friend add trough HttpPatch
*
Replaced RepoMethods with BaseClass and inherited it where needed
transtrike
2021-01-19
6
-31
/
+46
|
*
Lang&Tech Many-To-Many added; Migration added
transtrike
2021-01-19
10
-1185
/
+1929
|
*
Fix lang naming
transtrike
2021-01-17
5
-15
/
+15
|
*
Lang&Tech layers now return id on Create
transtrike
2021-01-17
3
-0
/
+19
|
*
Adding TechnologyController Tetsts
Danail Dimitrov
2021-01-15
1
-6
/
+5
|
*
Renamed AddFriend to AddFriendToUser to clarify method
transtrike
2021-01-15
2
-2
/
+2
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
25
-29
/
+101
|
|
|
|
DevHive.Interfaces
*
Removed virtual from methods
transtrike
2021-01-15
2
-2
/
+2
|
*
More formatting fixes
transtrike
2021-01-14
7
-395
/
+395
|
*
Name corrections in UserRepository
transtrike
2021-01-14
2
-2
/
+2
|
*
Renamed async methods to include Async in the name in UserRepository
transtrike
2021-01-14
2
-6
/
+6
|
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
6
-12
/
+32
|
*
Added .csproj wide code analyzer support
transtrike
2021-01-13
1
-5
/
+10
|
*
The return of the interfaces
transtrike
2021-01-13
11
-18
/
+120
|
*
Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵
transtrike
2021-01-12
1
-1
/
+8
|
|
|
|
more UserService validations
*
Full implementation of Language & Technologies to User
transtrike
2021-01-12
1
-18
/
+18
|
*
Added launch & task settings for vscode
transtrike
2021-01-12
1
-5
/
+14
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
16
-161
/
+722
|
|
|
|
Migrations added
*
Added Interfaces for all repository classes
Danail Dimitrov
2021-01-11
11
-12
/
+100
|
*
Fixed test projects
Danail Dimitrov
2021-01-10
1
-1
/
+2
|
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
8
-68
/
+134
|
*
Adding coomment layers
Danail Dimitrov
2020-12-30
7
-1
/
+503
|
*
Moved migrations to DevHive.Data
transtrike
2020-12-19
6
-0
/
+1043
|
*
Moved Friends to User(you no longer have friends)
transtrike
2020-12-19
6
-51
/
+25
|
*
ALmost solved DP
transtrike
2020-12-19
1
-1
/
+1
|
*
ValidJWT bypasses username check when user is admin
Syndamia
2020-12-18
1
-0
/
+1
|
*
Removed IsUsernameValid
transtrike
2020-12-18
1
-7
/
+0
|
*
Implemented Friends layer
transtrike
2020-12-17
2
-8
/
+38
|
*
Friends implementation added. UserController/AddAFriend added
transtrike
2020-12-17
3
-3
/
+18
|
*
Preparation for Friends implementation
transtrike
2020-12-17
2
-9
/
+1
|
*
Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵
Syndamia
2020-12-17
5
-2
/
+22
|
|
|
|
doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
[next]