aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/api
AgeCommit message (Expand)Author
2025-09-19feat(backend): allow admin to access private gamesHEADmainnsfisis
2025-09-17feat(backend,frontend): implement tournament pagensfisis
2025-09-06fix(*): support compile_error as worker resultnsfisis
2025-09-06feat(backend): add admin page for problemsnsfisis
2025-09-05feat(backend): support swift languagensfisis
2025-08-17feat: update "PHPerKaigi" to "iOSDC Japan"nsfisis
2025-03-29feat: show code in ranking pagensfisis
2025-03-21feat(frontend): do not transit to finished pagensfisis
2025-03-21fix(frontend): fix submission status flickeringnsfisis
2025-03-21feat(frontend): show game result in 1v1 watchnsfisis
2025-03-20feat: show submission date on rankingnsfisis
2025-03-15feat(backend): allow admin to watch themselves 1v1 pagensfisis
2025-03-11refactor(backend): simplify conversion from *T to Nullable[T]nsfisis
2025-03-11feat: show user labelnsfisis
2025-03-08fixnsfisis
2025-03-08fixnsfisis
2025-03-08websocket to pollingnsfisis
2025-03-04rm registration tokennsfisis
2025-03-04update go package namesnsfisis
2024-08-12feat: show left time in play pagensfisis
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-11feat(backend): make `games.problem_id` non-nullnsfisis
2024-08-11feat(frontend): improve error handling of login formnsfisis
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-08feat(backend): add `code_hash` to `submissions` tablensfisis
2024-08-08feat(backend/worker): enable `revive` in `golangci-lint`nsfisis
2024-08-08feat(backend/worker): enable `stylecheck` in `golangci-lint`nsfisis
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(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-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