40 Commits (227074de9867b0e748adc76fd4e4a954ea425edd)

Author SHA1 Message Date
Steffen Nitschke 227074de98 add more asserts 3 years ago
Steffen Nitschke 3d03f51a6a better createGame-Test 3 years ago
Steffen Nitschke 5ae590793e setup new createGame-Test 3 years ago
Steffen Nitschke 39685163a2 better createGameTest 3 years ago
Steffen Nitschke 21ddd27c13 refactor createGame-Method to return GameId instead of Game 3 years ago
Steffen Nitschke e5c313c02c add assert 3 years ago
Steffen Nitschke 218780d325 call createGame-Method 3 years ago
Steffen Nitschke e8eabd7bfa init GameServiceTest 3 years ago
Steffen Nitschke 3ba614577f new GameRepository with findRunningGamesOfPlayer-Method and Tests 3 years ago
Steffen Nitschke 1f92e90262 new GameRepository with findByGameId-Method and Test 3 years ago
Steffen Nitschke 1332efb29f new GameRepository with Test 3 years ago
Steffen Nitschke 9b450b0507 fix merge 3 years ago
Steffen Nitschke f394ba7b62 rename LoginRequest to LoginResponse 3 years ago
Steffen Nitschke d6046257e5 extract getUser routing to ServerApp 3 years ago
Steffen Nitschke d586c064fc extract getCompleteUser routing to ServerApp 3 years ago
Steffen Nitschke 3e507d3fe1 extract update user routing to ServerApp 3 years ago
Steffen Nitschke fd05c6125b extract delete player routing to ServerApp 3 years ago
Steffen Nitschke dae84ef1f6 extract logout routing to ServerApp 3 years ago
Steffen Nitschke 2624e63baa extract login routing to ServerApp 3 years ago
Steffen Nitschke 52b23adea2 extract registrate routing to ServerApp 3 years ago
Steffen Nitschke 3e23f6ff9c extract before routing to ServerApp 3 years ago
Steffen Nitschke 6d86dbdfa4 extract updateUser method 3 years ago
Steffen Nitschke 7821fb47e2 extract getCompleteUser method 3 years ago
Steffen Nitschke 45766f9070 extract getUser method 3 years ago
Steffen Nitschke ec303026ba extract before method 3 years ago
Steffen Nitschke ea211b5a7b extract registrate method 3 years ago
Steffen Nitschke de04669bd1 extract login method 3 years ago
Steffen Nitschke e1a3c96810 extract logout method 3 years ago
Steffen Nitschke a3edf01c74 seperate delete method 3 years ago
Steffen Nitschke d6b9ecd5bd add missing UserTest and add changeUserName behavior 3 years ago
Steffen Nitschke 307cbd8a62 add ChangeUserNameEvent and add UserServiceTest 3 years ago
Steffen Nitschke 4da6e021b7 add AccessServiceTest and AccessTokenTest 3 years ago
Steffen Nitschke 807f47c516 add rename method plus test 3 years ago
Steffen Nitschke 1a25b4d46a Add UserController 3 years ago
Steffen Nitschke dc319d4865 Add UserService 3 years ago
Steffen Nitschke 227bb430a6 Add UserRepository 3 years ago
Steffen Nitschke 7bfcb04f06 Add AccessController 3 years ago
Steffen Nitschke f5752b9423 Add AccessService 3 years ago
Steffen Nitschke 0a3fb00301 Add AccessRepository 3 years ago