aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
AgeCommit message (Collapse)Author
2024-08-04feat(backend): add /logout to /admin/dashboardnsfisis
2024-08-04feat(backend): serve /admin/* pages from api-servernsfisis
2024-08-03feat: partially implement submit actionnsfisis
2024-08-01refactor(backend): `Id` to `ID` in echo path paramsnsfisis
2024-08-01refactor(backend): `Id` to `ID` in oapi-codegennsfisis
2024-08-01refactor(backend): `Id` to `ID` in sqlcnsfisis
2024-08-01refactor: simplify error responses in OpenAPI specnsfisis
2024-08-01refactor: simplify parameter definitions in OpenAPI specnsfisis
2024-08-01refactor: remove `player_id` parameter from `/api/games`nsfisis
2024-08-01refactor(backend): wrap ApiHandler with user authenticationnsfisis
2024-08-01refactor: specify `operationId` in OpenAPI specnsfisis
2024-08-01feat: explicitly define 401 responses in OpenAPI specnsfisis
2024-08-01refactor: run code generation by `go generate`nsfisis
2024-08-01feat: change procedure of game startingnsfisis
2024-07-31feat: "iOSDC 2024" to "iOSDC Japan 2024"nsfisis
2024-07-31feat: implement /admin/games and /admin/games/{gameId}nsfisis
2024-07-31fix: adjust /games/{gameId} definitionnsfisis
2024-07-31feat(backend): enable `nullable-type` option of `oapi-codegen` for strict ↵nsfisis
handling of nullable OpenAPI types
2024-07-31feat: implement /admin/users pagensfisis
2024-07-31feat(backend): create indice on tablesnsfisis
2024-07-30feat(backend): implement password-based authenticationnsfisis
2024-07-30fix(backend): add unique constraint to user_auths.user_idnsfisis
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-29fix(backend): fix an issue where game hub is closed unexpectedlynsfisis
2024-07-29refactor(backend)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-29feat: handle code and execresult messagesnsfisis
2024-07-29feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResultnsfisis
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-28chore(backend): rename root modulensfisis
2024-07-28feat(backend): log detailed error message in 5xx errornsfisis
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-28refactor: change JwtPayload typensfisis
2024-07-28feat(backend): change games table and create problems tablensfisis
2024-07-28chore: format schema.sqlnsfisis
2024-07-28rename user's display_username to display_namensfisis