Commit graph

  • 313c7d9abd Notes added by 'git notes add' semantic-release-bot 2025-05-21 09:04:59 +00:00
  • 8b6e026e0a fix: Make user not able to enter too much money Jan K9f 2025-05-21 10:58:35 +02:00
  • dae835cbfa
    Merge pull request 'feat(auth): add oauth2 using github (CAS-64)' (!208) from feat/github-oauth into main v1.63.0 Constantin Simonis 2025-05-21 09:03:43 +00:00
  • 969e2ac0da
    style: format HTML and TypeScript files Constantin Simonis 2025-05-21 11:00:01 +02:00
  • 75de7d1370
    style: fix missing newlines at end of files Constantin Simonis 2025-05-21 10:59:36 +02:00
  • 6f6bbe6d8b
    refactor(security): remove unused GitHubService and comments Constantin Simonis 2025-05-21 10:56:56 +02:00
  • 0d9b0ad987 fix: Fix claude mirrored text Jan K9f 2025-05-21 10:52:10 +02:00
  • 6f264dccf7
    refactor: simplify UserPrincipal and OAuth2UserInfo classes Constantin Simonis 2025-05-21 10:54:31 +02:00
  • 0e150e9ded
    refactor(GitHubService): remove unnecessary logging statements Constantin Simonis 2025-05-21 10:54:25 +02:00
  • 2b29ef81b2
    fix: faulty rebase Constantin Simonis 2025-05-21 10:48:46 +02:00
  • d64b39fa69
    fix: fix email verify Constantin Simonis 2025-05-21 10:47:18 +02:00
  • 9770ad3d8f fix: Claude fixed most issues Jan K9f 2025-05-21 10:46:16 +02:00
  • 74798949c6
    style: clean up whitespace in multiple files Constantin Simonis 2025-05-21 10:33:58 +02:00
  • cc1979a068
    feat: add GitHub OAuth2 authentication support Constantin Simonis 2025-05-21 10:33:30 +02:00
  • 09677effe6 befora claude just in case Jan K9f 2025-05-21 10:32:39 +02:00
  • fe3724d420 Notes added by 'git notes add' semantic-release-bot 2025-05-21 07:54:58 +00:00
  • e4cd62cca4
    Merge pull request 'fix: delete orhpaned blackjack games' (!207) from fix-delete-completed-blackjack-games into main v1.62.0 Phan Huy Tran 2025-05-21 07:54:01 +00:00
  • 1931a02369 style: format code Phan Huy Tran 2025-05-21 09:50:00 +02:00
  • 1dfdedee91 fix: delete orhpaned blackjack games Phan Huy Tran 2025-05-21 09:49:09 +02:00
  • 41f3b506a0 feat: Create basic layout for coinflip Jan K9f 2025-05-21 09:16:53 +02:00
  • 61b806c048
    Merge pull request 'fix: Add missing dice target value validation' (!205) from fix-target-value-validation into main Phan Huy Tran 2025-05-21 07:16:44 +00:00
  • 34c7c39b63 fix: Add missing dice target value validation Phan Huy Tran 2025-05-21 09:15:03 +02:00
  • 1966313a20
    Merge pull request 'feat: implement dice game api (CAS-74)' (!203) from feat-dice into main Jan K9f 2025-05-21 07:10:07 +00:00
  • 816c659b5c
    Merge pull request 'fix: Fix bug where the password reset doesnt redirect to login (CAS-82)' (!204) from bugfix/password-reset-redirect into main Jan K9f 2025-05-21 07:10:02 +00:00
  • d02c3d24f1 fix: Fix bug where the password reset doesnt redirect to login Jan K9f 2025-05-21 09:02:13 +02:00
  • 0d59b63c23
    Merge branch 'main' into feat-dice Phan Huy Tran 2025-05-21 07:02:16 +00:00
  • d670190073 refactor: use lombok Phan Huy Tran 2025-05-21 08:59:08 +02:00
  • 8f536e0660 Notes added by 'git notes add' semantic-release-bot 2025-05-21 06:58:30 +00:00
  • 9175c82f98 feat: implement dice game api Phan Huy Tran 2025-05-21 08:58:25 +02:00
  • 898fb41030
    Merge pull request 'fix: Fix bug where verification page doesnt redirect (CAS-80)' (!202) from bugfix/verification-redirect into main v1.61.1 Jan K9f 2025-05-21 06:57:29 +00:00
  • 876bf2f427 fix: Fix bug where verification page doesnt redirect Jan K9f 2025-05-21 08:55:23 +02:00
  • d50faa8fd7 Notes added by 'git notes add' semantic-release-bot 2025-05-21 06:51:45 +00:00
  • 5c64b86bc4
    Merge pull request 'fix: Fix bug where the password reset form doesnt show up when using (CAS-81)' (!201) from bugfix/password-reset-in-modal into main v1.61.0 Jan K9f 2025-05-21 06:50:47 +00:00
  • ee3a57f5b3 fix: Fix bug where the password reset form doesnt show up when using center buttons Jan K9f 2025-05-21 08:45:54 +02:00
  • 46c9d2b7c1
    Merge pull request 'feat: Add justfile' (!200) from add-justfile into main Jan K9f 2025-05-19 12:48:24 +00:00
  • 9aab757cdf feat: Add justfile Jan K9f 2025-05-16 08:46:26 +02:00
  • 8ef4c103d1 Notes added by 'git notes add' semantic-release-bot 2025-05-15 16:14:21 +00:00
  • 12b45957e7
    Merge pull request 'refactor: remove unused directive and clean audio path' (!199) from task/fix-audio into main v1.60.2 Jan K9f 2025-05-15 16:13:07 +00:00
  • c4802546ab
    refactor: remove unused directive and clean audio path Jan-Marlon Leibl 2025-05-15 17:12:55 +02:00
  • 7ca5ec2747 Notes added by 'git notes add' semantic-release-bot 2025-05-15 12:34:11 +00:00
  • a6ebf1034e
    Merge pull request 'fix(register): fix nothing happening after registration (CAS-79)' (!198) from bugfix/CAS-79 into main v1.60.1 Constantin Simonis 2025-05-15 12:33:13 +00:00
  • 64a1155eed chore: prettier csimonis 2025-05-15 14:30:13 +02:00
  • 7c87dfb519 refactor(register): remove unused router import and variable csimonis 2025-05-15 14:23:03 +02:00
  • 031acb3d94 Notes added by 'git notes add' semantic-release-bot 2025-05-15 12:16:20 +00:00
  • 84feb5f080
    Merge pull request 'feat: add audio features and sounds to the game' (!197) from task/CAS-78/AddSoundEffects into main v1.60.0 Jan-Marlon Leibl 2025-05-15 12:15:22 +00:00
  • 566ea569e1
    refactor(audio.service): improve audio caching logic Jan-Marlon Leibl 2025-05-15 14:14:18 +02:00
  • 6d353cc202
    style: fix formatting and add missing commas in code Jan-Marlon Leibl 2025-05-15 14:04:43 +02:00
  • 5809757bc9
    feat: add audio features and sounds to the game Jan-Marlon Leibl 2025-05-15 14:03:26 +02:00
  • 0c24f701f2 Notes added by 'git notes add' semantic-release-bot 2025-05-15 11:01:25 +00:00
  • 4f2e7fe712
    Merge pull request 'feat(auth): move recover password page to modal' (!196) from 1 into main v1.59.0 Constantin Simonis 2025-05-15 11:00:22 +00:00
  • dd919799d6 chore: prettier csimonis 2025-05-15 12:58:12 +02:00
  • 9a95ad3d0f feat(auth): add recover password functionality and forms csimonis 2025-05-15 12:53:53 +02:00
  • f2401ef095 Notes added by 'git notes add' semantic-release-bot 2025-05-15 10:38:18 +00:00
  • 7d471b6898
    Merge pull request 'feat: add password recovery (CAS-73)' (!194) from feat/password-recovery into main v1.58.0 Constantin Simonis 2025-05-15 10:37:19 +00:00
  • d049048206 style: format HTML and TypeScript files for consistency csimonis 2025-05-15 12:34:28 +02:00
  • 2305e83647 feat(auth): add recover and reset password functionality csimonis 2025-05-15 12:31:08 +02:00
  • c8f2d16f07 feat(auth): add password reset functionality and DTO csimonis 2025-05-15 12:15:33 +02:00
  • 9827f81230 wip: stuff csimonis 2025-05-15 11:19:46 +02:00
  • dc27e67b79 Notes added by 'git notes add' semantic-release-bot 2025-05-15 10:13:18 +00:00
  • b41145b85c
    Merge pull request 'feat: add coinside result' (!195) from feat-coinside into main v1.57.0 Phan Huy Tran 2025-05-15 10:12:19 +00:00
  • 963516a5bd
    Merge branch 'main' into feat-coinside Phan Huy Tran 2025-05-15 10:10:51 +00:00
  • d7f2e72a15 feat: add coinside result Phan Huy Tran 2025-05-15 11:44:56 +02:00
  • d42209d1c9
    Merge pull request 'Update some stuff in the pipeline' (!193) from pipeline-optimization into main Jan K9f 2025-05-15 09:15:12 +00:00
  • 47e04567a9 perf: Update bun jobs jank 2025-05-15 11:07:00 +02:00
  • d3b954d32c Notes added by 'git notes add' semantic-release-bot 2025-05-15 09:06:26 +00:00
  • 97a25af1c6
    Merge pull request 'feat: verify email (CAS-66)' (!192) from feat/verify-email into main v1.56.0 Constantin Simonis 2025-05-15 09:05:29 +00:00
  • 2f21408e3d style: format code for better readability csimonis 2025-05-15 11:03:50 +02:00
  • 51984318e6 refactor(auth.service): change observable type to unknown csimonis 2025-05-15 11:01:47 +02:00
  • decf2e21a3 feat(email): add welcome email sending on verification success csimonis 2025-05-15 10:58:53 +02:00
  • 0963dbae06 refactor(verify-email): remove unused CSS file and update template csimonis 2025-05-15 10:57:14 +02:00
  • db9fe84259 fix: change status code for EmailNotVerifiedException csimonis 2025-05-15 10:51:29 +02:00
  • d2225decc1 feat(auth): add email verification feature and handler csimonis 2025-05-15 10:49:24 +02:00
  • 8952ddb250 Notes added by 'git notes add' semantic-release-bot 2025-05-15 08:33:01 +00:00
  • bb460f20cb
    Merge pull request 'feat: implement coinflip api' (!191) from feat-coinflip-api into main v1.55.0 Phan Huy Tran 2025-05-15 08:31:42 +00:00
  • 21209524be feat: implement coinflip api Phan Huy Tran 2025-05-15 10:27:43 +02:00
  • 59aa831981 feat(auth): add email verification functionality csimonis 2025-05-15 10:02:41 +02:00
  • 1d60644007 Notes added by 'git notes add' semantic-release-bot 2025-05-14 10:15:00 +00:00
  • 954e1ea6ea
    Merge pull request 'feat(auth): emit closeDialog on successful registration' (!190) from refactor/dialogs into main v1.54.0 Jan-Marlon Leibl 2025-05-14 10:14:04 +00:00
  • bb2e9e4834
    feat(auth): emit closeDialog on successful registration Jan-Marlon Leibl 2025-05-14 12:12:33 +02:00
  • 5baf8fdb3b Notes added by 'git notes add' semantic-release-bot 2025-05-14 10:06:54 +00:00
  • 435f0513b5
    Merge pull request 'feat(auth): add login and registration modal functionality' (!189) from refactor/dialogs into main v1.53.0 Jan-Marlon Leibl 2025-05-14 10:05:56 +00:00
  • 489f587770
    style: fix comment formatting in HTML file Jan-Marlon Leibl 2025-05-14 12:02:38 +02:00
  • f69237a1a9
    style: remove unnecessary comments from HTML files Jan-Marlon Leibl 2025-05-14 12:02:27 +02:00
  • b51305ca64
    style: format HTML for consistency and readability Jan-Marlon Leibl 2025-05-14 12:01:06 +02:00
  • 0079ee7bf2
    feat(auth): add login and registration modal functionality Jan-Marlon Leibl 2025-05-14 12:00:33 +02:00
  • 1630bce24f Notes added by 'git notes add' semantic-release-bot 2025-05-14 09:50:38 +00:00
  • 5bbfa5994e
    Merge pull request 'fix: protect slots route' (!188) from fix-slots into main v1.52.4 Phan Huy Tran 2025-05-14 09:49:41 +00:00
  • 03bee953da style: prettier Phan Huy Tran 2025-05-14 11:45:51 +02:00
  • bee6fabcfa fix: protect slots route Phan Huy Tran 2025-05-14 11:30:40 +02:00
  • 489af66425 Notes added by 'git notes add' semantic-release-bot 2025-05-14 09:24:58 +00:00
  • 20e0805d0e
    Merge pull request 'refactor: throw proper error on registration conflict, handle properly' (!187) from refactor-register into main v1.52.3 Phan Huy Tran 2025-05-14 09:24:01 +00:00
  • 0bab8a343c style: run prettier Phan Huy Tran 2025-05-14 10:40:32 +02:00
  • e7e43839eb refactor: fix linter, adjust errorhandling Phan Huy Tran 2025-05-14 10:37:08 +02:00
  • b4351ceaea refactor: throw proper error on registration conflict, handle properly Phan Huy Tran 2025-05-14 10:32:44 +02:00
  • 46e52e20cc
    Merge pull request 'fix: Add concurrency rules' (!186) from concurrency into main Jan K9f 2025-05-14 08:04:21 +00:00
  • c4a9ff0ad9
    fix(deps): update dependencies (major and minor) to v0.12.6 Renovate Bot 2025-05-14 08:02:03 +00:00
  • 48119d1faf fix: Add concurrency rules jank 2025-05-14 10:00:45 +02:00
  • 2be4d00f38 Notes added by 'git notes add' semantic-release-bot 2025-05-14 08:00:33 +00:00
  • 77c48982fa
    Merge pull request 'refactor: immediately display login error' (!185) from refactor-login into main v1.52.2 Constantin Simonis 2025-05-14 07:59:31 +00:00
  • 64b2e28566 style: run quality tools Phan Huy Tran 2025-05-14 09:54:12 +02:00