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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
added user validation for deleting and updating comments
Danail Dimitrov
2021-01-03
1
-1
/
+42
|
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
15
-93
/
+194
|
*
Fixed mappings bug for Comment in the service
Danail Dimitrov
2020-12-30
1
-3
/
+4
|
*
Adding coomment layers
Danail Dimitrov
2020-12-30
5
-0
/
+107
|
*
Moved Friends to User(you no longer have friends)
transtrike
2020-12-19
2
-87
/
+62
|
*
ALmost solved DP
transtrike
2020-12-19
5
-11
/
+11
|
*
Friends service no longer inherits user service
transtrike
2020-12-19
1
-3
/
+2
|
*
Friends insert validations
transtrike
2020-12-19
1
-0
/
+7
|
*
ValidJWT bypasses username check when user is admin
Syndamia
2020-12-18
1
-14
/
+11
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
Danail Dimitrov
2020-12-18
1
-0
/
+47
|
\
|
*
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)
*
|
Fixed a bug where updating a Technology would create a new instence instead ↵
Danail Dimitrov
2020-12-18
1
-1
/
+1
|
/
|
|
|
of updating the old one
*
Fixed a bug where Updating a Language would create a new instance instead of ↵
Danail Dimitrov
2020-12-18
2
-1
/
+2
|
|
|
|
updating the old one
*
Fixed Technology and Language validations
Danail Dimitrov
2020-12-18
4
-4
/
+6
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
transtrike
2020-12-18
8
-7
/
+102
|
\
|
*
Adding Technology Web layer
Danail Dimitrov
2020-12-18
1
-3
/
+3
|
|
|
*
Added: TechnologyService, Technology Service models, Technology mappings for ↵
Danail Dimitrov
2020-12-18
7
-3
/
+99
|
|
|
|
|
|
|
|
the service and fixed laguage mappings for the service
|
*
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
2
-17
/
+71
|
/
*
Fixed roles not mapping properly
transtrike
2020-12-17
1
-1
/
+1
|
*
Fixed namespaces
transtrike
2020-12-17
3
-10
/
+8
|
*
RoleModel moved to DevHive.Common
transtrike
2020-12-17
2
-11
/
+2
|
*
Friends implementation added. UserController/AddAFriend added
transtrike
2020-12-17
2
-4
/
+25
|
*
Reworked RoleController and RoleService to be consistent with the app structure
Syndamia
2020-12-17
2
-24
/
+16
|
*
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
2
-7
/
+16
|
|
|
|
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
3
-19
/
+17
|
|
|
|
logic
*
Refactored LanguageService and Language service Models
Danail Dimitrov
2020-12-16
3
-11
/
+18
|
*
Changed LanguageService's methods' return types to Task<LanguageServiceModel>
Danail Dimitrov
2020-12-16
1
-13
/
+13
|
*
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
2
-21
/
+27
|
*
Changed models in the Service to have inheritance
transtrike
2020-12-16
3
-11
/
+13
|
*
Fixed GetById to return only public info
transtrike
2020-12-16
2
-7
/
+6
|
*
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
|
*
Updated LanguageService
Danail Dimitrov
2020-12-15
1
-1
/
+1
|
*
Adding LanguageService and updating LanguageRepository
Danail Dimitrov
2020-12-15
1
-0
/
+69
|
*
Added a package, that prevented migrations to happen
Syndamia
2020-12-15
1
-0
/
+4
|
*
Adding LanguageMappings and LanguageServiceModel
Danail Dimitrov
2020-12-15
2
-0
/
+24
|
*
Implemented RoleService and updated RoleRepository structure
Syndamia
2020-12-15
1
-11
/
+42
|
*
Fixed UpdateUser in UserService
transtrike
2020-12-15
1
-3
/
+3
|
[prev]
[next]