Commit graph

461 commits

Author SHA1 Message Date
b803055307
Merge pull request 'feat: add authentik for authentication' (!58) from feature/authentik into main
Reviewed-on: 
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
2025-04-04 13:26:02 +00:00
c942b4bb39
style: remove unnecessary blank line in config file 2025-04-03 12:02:59 +02:00
c765ef87e3
refactor: remove unused storage factory code and comments 2025-04-03 11:58:58 +02:00
02453449cd
refactor(user): clean up comments and rename variables 2025-04-03 11:51:55 +02:00
25c68e230d
Merge branch 'main' into feature/authentik 2025-04-03 11:44:49 +02:00
87c822dbd7
Merge pull request 'feat(blackjack): add animated number component and usage' (!123) from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main
Reviewed-on: 
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-03 08:07:07 +00:00
b5a6582905
style(blackjack): format code and adjust whitespace 2025-04-03 10:05:31 +02:00
28f7b15d4c
refactor: remove unnecessary comments and variables 2025-04-03 10:04:28 +02:00
4b70a4ac4a
feat(blackjack): add animated number component and usage 2025-04-03 10:04:28 +02:00
64f701c651
refactor(login-success): remove unnecessary blank line 2025-04-02 16:36:26 +02:00
0e1946d190
refactor(auth): clean up login and logout logic 2025-04-02 16:33:28 +02:00
9de08ab233
refactor: remove debug logs from auth components 2025-04-02 16:27:35 +02:00
2e76446328
feat(auth): improve logout functionality and token management 2025-04-02 16:24:40 +02:00
47f4a4d558
style(user.service.ts): format code for clarity and consistency 2025-04-02 16:21:56 +02:00
e37dcecd3f
refactor: update imports and type definitions in services 2025-04-02 16:20:37 +02:00
d3b7e7d5e7
refactor: improve type annotations in services and config 2025-04-02 16:15:31 +02:00
617654caeb
style: Fix formatting and spacing in multiple files 2025-04-02 16:11:53 +02:00
fa09a8533f
refactor(deposit, user): rename Keycloak to Authentik user info 2025-04-02 16:09:34 +02:00
d7fe0e3965
Merge branch 'main' into feature/authentik 2025-04-02 16:00:01 +02:00
80d5c1e413
Merge pull request 'refactor: rename keycloakId to authentikId in codebase' (!122) from fix-authentik into feature/authentik
Reviewed-on: 
2025-04-02 13:52:17 +00:00
8317349507
refactor: rename keycloakId to authentikId in codebase 2025-04-02 15:49:58 +02:00
a2f1a40931
Merge pull request 'task/CAS-50/add_rest_blackjack_logic_with_frontend_animations' (!121) from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main
Reviewed-on: 
2025-04-02 11:09:07 +00:00
csimonis
7eebd12699 feat(login): log user info on successful login success page 2025-04-02 13:07:10 +02:00
3d7ee92cf2
refactor(debt-dialog): update timerSubscription type to Subscription 2025-04-02 13:07:01 +02:00
7bec17dd52
style: Format code for readability and consistency 2025-04-02 13:04:22 +02:00
775205b54c
style(blackjack): remove commented modal sections from HTML 2025-04-02 13:04:19 +02:00
eb5b94c7bb
Merge pull request 'fix(deps): update dependency ajv-formats to v3' (!120) from renovate/major-dependencies-(major-and-minor) into main
Reviewed-on: 
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-02 11:03:59 +00:00
40c402ae36
feat: add hand value display to dealer and player hands 2025-04-02 13:03:04 +02:00
801edfe89e
feat(blackjack): add balance display to game result component 2025-04-02 12:58:12 +02:00
68a226b677
feat(debt-dialog): add debt warning dialog for negative balance 2025-04-02 12:50:51 +02:00
faa0a1495b
fix(deps): update dependency ajv-formats to v3 2025-04-02 10:42:58 +00:00
823cb88807
Merge pull request 'Update the stripe api' (!119) from fix-renovate into main
Reviewed-on: 
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
2025-04-02 10:21:33 +00:00
0aa7ad1031
style: Fix missing newline at end of files 2025-04-02 12:17:35 +02:00
b1b8c939a6
Merge branch 'main' into fix-renovate 2025-04-02 12:15:23 +02:00
6182ff717f
feat(deposit): enhance payment session handling and error logging 2025-04-02 12:12:13 +02:00
4c3f42d347
Merge pull request 'fix(deps): update dependency ajv to v8.17.1' (!117) from renovate/dependencies-(major-and-minor) into main
Reviewed-on: 
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-02 10:03:53 +00:00
9981ebc9d1
fix(deps): update dependencies (major and minor) 2025-04-02 10:01:44 +00:00
ab80f5d285
fix(deps): update dependency ajv to v8.17.1 2025-04-02 10:01:37 +00:00
ac6e3be52c
Merge pull request 'Add all the renovate changes' (!115) from renovate-test into main
Reviewed-on: 
2025-04-02 10:00:20 +00:00
3c64b9ec8b
build: update stripe-java dependency version to 20.136.0 2025-04-02 11:54:06 +02:00
6b3a8a41fd
ci: remove debug job from CI workflow 2025-04-02 11:45:35 +02:00
06318a8b57
build(frontend): update ajv and ajv-formats versions 2025-04-02 11:42:53 +02:00
5d15f40a30
Merge pull request 'feat(blackjack): add split functionality to the game' (!116) from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main
Reviewed-on: 
Reviewed-by: Jan K9f <jan@kjan.email>
2025-04-02 09:41:18 +00:00
4c83419a31
Merge branch 'main' into task/CAS-50/add_rest_blackjack_logic_with_frontend_animations 2025-04-02 09:38:43 +00:00
d22c4c243f
feat(game-info): add placeholder and disable bet input 2025-04-02 11:38:14 +02:00
f60ce73e65
build(frontend): add ajv-formats dependency to package.json 2025-04-02 11:36:55 +02:00
bd82262049
ci: add debug step to CI workflow for better logging 2025-04-02 11:34:46 +02:00
6b4adfca0a
build(frontend): update angular compiler version to 19.2.4 2025-04-02 11:31:39 +02:00
1fc62af66d
build(frontend): update rxjs version to ~7.8.2 2025-04-02 11:31:08 +02:00
e9c4d4fbed
refactor(BlackJackService): simplify card dealing logic 2025-04-02 11:29:16 +02:00