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
/
API
/
Service
/
UserService.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved appsettings.json reading
Syndamia
2020-12-12
1
-5
/
+5
*
Login returns a json with the token, rather than just the token
Syndamia
2020-12-12
1
-1
/
+4
*
Implemented register request, made login require correct password, removed cr...
Syndamia
2020-12-12
1
-8
/
+16
*
Added some comments to Jwt authentication
Syndamia
2020-12-11
1
-1
/
+5
*
Authorization key is gotten from appsettings.json (AppSettings/Secret)
Syndamia
2020-12-11
1
-4
/
+5
*
Renamed custom Roles class to UserRoles, fixing naming ambiguity
Syndamia
2020-12-11
1
-1
/
+1
*
Made login require only username and made null roles to user
Syndamia
2020-12-11
1
-2
/
+7
*
Added very simple and insecure roles
Syndamia
2020-12-11
1
-8
/
+3
*
Implemented very basic and rough autorization for user
Syndamia
2020-12-11
1
-1
/
+39
*
Changed returns to IActionResult; Id from UserDTO removed
transtrike
2020-12-11
1
-11
/
+5
*
Removed unnecessary JSON seralization from UserService
Syndamia
2020-12-11
1
-1
/
+1
*
Made UserController (and UserService) return IActionResult, rather than HttpS...
Syndamia
2020-12-11
1
-24
/
+14
*
Renamed Models to Data
transtrike
2020-12-11
1
-11
/
+28
*
Reverted UserDbRepository to use the .Any Linq method
Syndamia
2020-12-11
1
-4
/
+4
*
Fixed Task<bool> to bool issues
transtrike
2020-12-11
1
-4
/
+4
*
Fixed Validations in UserService. Removed unnessessary code. Swagger not working
transtrike
2020-12-11
1
-42
/
+16
*
Added data validations of UserService requests
Syndamia
2020-12-10
1
-5
/
+40
*
AutoMapper rework extravaganza
Syndamia
2020-12-10
1
-2
/
+2
*
Playing with the mapper
transtrike
2020-12-10
1
-3
/
+2
*
Added Id in UserDto
transtrike
2020-12-10
1
-6
/
+2
*
Fully implemented UpdateUser in UserService
Syndamia
2020-12-10
1
-7
/
+2
*
Fixed UserService AutoMapper implementation and fixed CreateUser
Syndamia
2020-12-10
1
-4
/
+8
*
Trying to implement AutoMapper
transtrike
2020-12-10
1
-3
/
+6
*
Mapper added : must fix it
Danail Dimitrov
2020-12-10
1
-2
/
+2
*
Implemented all HTTP Methods
transtrike
2020-12-10
1
-4
/
+8
*
Implemented User put (update) query (that works with test values, needs mapper)
Syndamia
2020-12-10
1
-0
/
+16
*
Implemented User get query; disabled friends list
Syndamia
2020-12-10
1
-1
/
+8
*
Testig API with HTTP Post in User
transtrike
2020-12-10
1
-0
/
+33