aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/api/handlers.go
AgeCommit message (Expand)Author
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-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: 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: implement /admin/users pagensfisis
2024-07-29fix: problem not available in watching pagensfisis
2024-07-29feat: authenticate WebSocket connection by short-lived access tokennsfisis
2024-07-29feat: partially implement watchingnsfisis
2024-07-29refactor(backend): enable emit_pointers_for_null_types in sqlcnsfisis
2024-07-29feat(backend): partially implement gamingnsfisis
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): handle JWT validation manuallynsfisis
2024-07-28refactor: change JwtPayload typensfisis
2024-07-28rename user's display_username to display_namensfisis
2024-07-28backend: openapinsfisis