aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-07-31feat(frontend): implement /admin/dashboard pagensfisis
2024-07-31feat: implement /admin/users pagensfisis
2024-07-31feat(backend): create indice on tablesnsfisis
2024-07-30feat(frontend): implement /logoutnsfisis
2024-07-30feat(backend): implement password-based authenticationnsfisis
2024-07-30doc: update docs/DEV.mdnsfisis
2024-07-30Merge branch 'feat/local-dev'nsfisis
2024-07-30doc: add docs/DEV.mdnsfisis
2024-07-30fix(backend): add unique constraint to user_auths.user_idnsfisis
2024-07-30feat: separate Makefile and compose.yaml for local/prod envsnsfisis
2024-07-30feat(backend): add fixture file for local devnsfisis
2024-07-29chore(backend): add `make lint`nsfisis
2024-07-29fix: problem not available in watching pagensfisis
2024-07-29Merge branch 'fix/closed-channel-error'nsfisis
2024-07-29fix(backend): fix an issue where game hub is closed unexpectedlynsfisis
2024-07-29refactor(backend)nsfisis
2024-07-29fix(frontend): make GolfPlayApp and GolfWatchApp client-only components to ↵nsfisis
fix SSR errors
2024-07-29feat(frontend): set meta titlensfisis
2024-07-29Merge branch 'game-watching'nsfisis
2024-07-29feat: authenticate WebSocket connection by short-lived access tokennsfisis
2024-07-29feat: partially implement watchingnsfisis
2024-07-29feat: add testcases tablensfisis
2024-07-29refactor(backend): enable emit_pointers_for_null_types in sqlcnsfisis
2024-07-29Merge branch 'game-playing'nsfisis
2024-07-29feat: handle code and execresult messagesnsfisis
2024-07-29feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResultnsfisis
2024-07-29feat(frontend): partially implement gamingnsfisis
2024-07-29feat(backend): partially implement gamingnsfisis
2024-07-29feat(backend): use connection poolnsfisis
2024-07-29feat: add game messages to openapi specnsfisis
2024-07-29feat(backend): improve dockerfile cacheabilitynsfisis
2024-07-28refactor(backend): move game-related code to game modulensfisis
2024-07-28refactor(backend): move config-related code to config.gonsfisis
2024-07-28feat: add worker servernsfisis
2024-07-28chore(backend): rename root modulensfisis
2024-07-28fix(frontend): fix url of game play pagensfisis
2024-07-28feat(backend): log detailed error message in 5xx errornsfisis
2024-07-28Merge branch 'game-entry'nsfisis
2024-07-28feat: implement game entrynsfisis
2024-07-28refactor: remove /api/ prefix from openapi.yamlnsfisis
2024-07-28feat(backend): user Logger and Recover middlewarensfisis
2024-07-28feat(backend): handle JWT validation manuallynsfisis
2024-07-28feat(backend): add game_players tablensfisis
2024-07-28feat(dev): make Remix HMR worknsfisis
2024-07-28refactor: change JwtPayload typensfisis
2024-07-28refactor(frontend): do not convert property namesnsfisis
2024-07-28feat(backend): change games table and create problems tablensfisis
2024-07-28feat(frontend): remove "team" section from dashboardnsfisis
2024-07-28chore: format schema.sqlnsfisis
2024-07-28rename user's display_username to display_namensfisis