index
:
phperkaigi-2025-albatross
main
phperkaigi-2025
phperkaigi-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
frontend
/
app
/
.server
/
api
/
schema.d.ts
Age
Commit message (
Collapse
)
Author
2024-08-05
feat: show execution result in play page
nsfisis
2024-08-05
feat(backend): return `game_type` in API response
nsfisis
2024-08-04
chore: remove admin APIs to communicate between app-server and api-server
nsfisis
2024-08-03
feat: partially implement submit action
nsfisis
2024-08-01
refactor(frontend): disable `--path-params-as-types` of `openapi-typescript`
nsfisis
2024-08-01
refactor: simplify error responses in OpenAPI spec
nsfisis
2024-08-01
refactor: simplify parameter definitions in OpenAPI spec
nsfisis
2024-08-01
refactor: remove `player_id` parameter from `/api/games`
nsfisis
2024-08-01
refactor: specify `operationId` in OpenAPI spec
nsfisis
2024-08-01
feat: explicitly define 401 responses in OpenAPI spec
nsfisis
2024-07-31
feat: implement /admin/games and /admin/games/{gameId}
nsfisis
2024-07-31
fix: adjust /games/{gameId} definition
nsfisis
2024-07-31
feat: implement /admin/users page
nsfisis
2024-07-29
feat: authenticate WebSocket connection by short-lived access token
nsfisis
2024-07-29
feat: partially implement watching
nsfisis
2024-07-29
feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResult
nsfisis
2024-07-29
feat(frontend): partially implement gaming
nsfisis
2024-07-29
feat: add game messages to openapi spec
nsfisis
2024-07-28
feat: implement game entry
nsfisis
2024-07-28
refactor: remove /api/ prefix from openapi.yaml
nsfisis
2024-07-28
refactor: change JwtPayload type
nsfisis
2024-07-28
rename user's display_username to display_name
nsfisis
2024-07-28
frontend: openapi
nsfisis