aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
AgeCommit message (Expand)Author
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 han...nsfisis
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
2024-07-28backend: openapinsfisis
2024-07-27backend: jwtnsfisis
2024-07-27organize dockerfiles and compose.yamlnsfisis
2024-07-27db: rename users.icon_url to users.icon_pathnsfisis
2024-07-22backend: replace raw net/http with echonsfisis
2024-07-22backend: add echonsfisis
2024-07-22change go module namensfisis
2024-07-22user loginnsfisis
2024-07-21add sqldef and sqlcnsfisis
2024-07-21remove racing pagesnsfisis
2024-07-21react routernsfisis
2024-07-19initial commitnsfisis