aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/.server/api/schema.d.ts
AgeCommit message (Expand)Author
2025-03-08websocket to pollingnsfisis
2025-03-04rm registration tokennsfisis
2024-08-12feat: add `submitresult` messagensfisis
2024-08-12refactor: rename verification_steps for consistant namingnsfisis
2024-08-12feat: do not show preliminary scorensfisis
2024-08-11feat: simplify starting procedurensfisis
2024-08-11feat(backend): remove `prepare` message's payloadnsfisis
2024-08-11feat(backend): always include `problem` property in `Game` object in APIsnsfisis
2024-08-10feat: extends watcher message typesnsfisis
2024-08-10feat(backend): include `verification_steps` in `Game` objectnsfisis
2024-08-10feat(backend): include `players` in `Game` objectnsfisis
2024-08-09feat: support authentication via forteensfisis
2024-08-05feat: show execution result in play pagensfisis
2024-08-05feat(backend): return `game_type` in API responsensfisis
2024-08-04chore: remove admin APIs to communicate between app-server and api-servernsfisis
2024-08-03feat: partially implement submit actionnsfisis
2024-08-01refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`nsfisis
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: specify `operationId` in OpenAPI specnsfisis
2024-08-01feat: explicitly define 401 responses in OpenAPI specnsfisis
2024-07-31feat: implement /admin/games and /admin/games/{gameId}nsfisis
2024-07-31fix: adjust /games/{gameId} definitionnsfisis
2024-07-31feat: implement /admin/users pagensfisis
2024-07-29feat: authenticate WebSocket connection by short-lived access tokennsfisis
2024-07-29feat: partially implement watchingnsfisis
2024-07-29feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResultnsfisis
2024-07-29feat(frontend): partially implement gamingnsfisis
2024-07-29feat: add game messages to openapi specnsfisis
2024-07-28feat: implement game entrynsfisis
2024-07-28refactor: remove /api/ prefix from openapi.yamlnsfisis
2024-07-28refactor: change JwtPayload typensfisis
2024-07-28rename user's display_username to display_namensfisis
2024-07-28frontend: openapinsfisis