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.Web
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed formatting
transtrike
2021-01-15
5
-5
/
+5
|
*
Extracted Interfaces from every DevHive.Data class; Tidied up the ↵
transtrike
2021-01-15
2
-17
/
+16
|
|
|
|
DevHive.Interfaces
*
Removed virtual from methods
transtrike
2021-01-15
2
-2
/
+2
|
*
Refactoed technology service tests to use Assert.Throw instead of try catch
Danail Dimitrov
2021-01-14
1
-3
/
+3
|
*
Fixed dependency injection for controller service interfaces in controllers
Syndamia
2021-01-14
6
-36
/
+30
|
*
Fixed DI when running DevHive.Web
transtrike
2021-01-14
1
-11
/
+13
|
*
Fixed Language & Technology Update methods
transtrike
2021-01-14
2
-13
/
+12
|
*
Fixed issues in Language & Technology and their interactions with User
transtrike
2021-01-14
4
-6
/
+8
|
*
Fixed technology mappings
transtrike
2021-01-13
1
-2
/
+5
|
*
Fixed sln-wide code formatting
transtrike
2021-01-13
20
-122
/
+122
|
*
Added .csproj wide code analyzer support
transtrike
2021-01-13
1
-0
/
+5
|
*
Fixed bugs with Lang features, User's GetById, Lang & User mappings; Added ↵
transtrike
2021-01-12
5
-3
/
+10
|
|
|
|
more UserService validations
*
Changed HttpPost to HttpDelete when appropriate
transtrike
2021-01-12
1
-2
/
+2
|
*
Full implementation of Language & Technologies to User
transtrike
2021-01-12
7
-18
/
+84
|
*
Language layers refactored; User implements adding & removing Languages; ↵
transtrike
2021-01-12
5
-9
/
+20
|
|
|
|
Migrations added
*
Implemented CORS in API (so Angular could accept requests from the API)
Syndamia
2021-01-08
1
-0
/
+8
|
*
Fixed Comment implementation
Danail Dimitrov
2021-01-04
2
-5
/
+9
|
*
added user validation for deleting and updating comments
Danail Dimitrov
2021-01-03
1
-2
/
+8
|
*
Implemented Posts and merged Comment to Post
transtrike
2020-12-30
13
-95
/
+187
|
*
Fixed mappings bug for Comment in the service
Danail Dimitrov
2020-12-30
1
-1
/
+1
|
*
Fixed dependency injection, migrations and dbset for comment
Danail Dimitrov
2020-12-30
1
-0
/
+2
|
*
Adding coomment layers
Danail Dimitrov
2020-12-30
4
-0
/
+109
|
*
Exception handling added
transtrike
2020-12-21
1
-7
/
+36
|
*
Moved IdModel to DevHive.Common.Data
transtrike
2020-12-20
1
-1
/
+1
|
*
Moved DI config to DevHive.Web/Extensions
transtrike
2020-12-19
2
-10
/
+23
|
*
Moved migrations to DevHive.Data
transtrike
2020-12-19
2
-3
/
+15
|
*
Moved Friends to User(you no longer have friends)
transtrike
2020-12-19
4
-62
/
+30
|
*
ALmost solved DP
transtrike
2020-12-19
15
-2204
/
+11
|
*
Friends insert validations
transtrike
2020-12-19
3
-14
/
+34
|
*
Merge branch 'dev' of github.com:Team-Kaleidoscope/DevHive into dev
Danail Dimitrov
2020-12-18
1
-4
/
+12
|
\
|
*
Made user JWT more secure by checking the validity of the attached ↵
Syndamia
2020-12-18
1
-4
/
+12
|
|
|
|
|
|
|
|
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
-2
/
+2
|
/
|
|
|
of updating the old one
*
Fixed Technology and Language validations
Danail Dimitrov
2020-12-18
2
-0
/
+2
|
*
Adding Technology Web layer
Danail Dimitrov
2020-12-18
4
-0
/
+104
|
*
Fixed random 2 showing up
transtrike
2020-12-18
1
-1
/
+0
|
*
Fixed Id showing in web model
transtrike
2020-12-18
3
-3
/
+13
|
*
Implemented Friends layer
transtrike
2020-12-17
2
-9
/
+59
|
*
Fixed roles not mapping properly
transtrike
2020-12-17
1
-1
/
+1
|
*
Fixed namespaces
transtrike
2020-12-17
4
-18
/
+17
|
*
RoleModel moved to DevHive.Common
transtrike
2020-12-17
4
-12
/
+12
|
*
Friends implementation added. UserController/AddAFriend added
transtrike
2020-12-17
7
-13
/
+453
|
*
Newtonsoft.Json added
transtrike
2020-12-17
1
-1
/
+6
|
*
Reworked RoleController and RoleService to be consistent with the app structure
Syndamia
2020-12-17
4
-13
/
+40
|
*
Cleanup in User and preparation for Friends implementation
transtrike
2020-12-17
1
-2
/
+1
|
*
Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵
Syndamia
2020-12-17
3
-6
/
+517
|
|
|
|
doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
*
Added DevHive.Common; Changed repositories behavior; Abstracted some common ↵
transtrike
2020-12-16
3
-7
/
+8
|
|
|
|
logic
*
Refactored LanguageController and Language web models
Danail Dimitrov
2020-12-16
5
-14
/
+39
|
*
IRepository should return bool for void operations
transtrike
2020-12-16
1
-1
/
+1
|
*
Authorization fixed
transtrike
2020-12-16
5
-5
/
+14
|
*
Register now returns token, instead of requiring the user to login
transtrike
2020-12-16
1
-3
/
+3
|
[next]