index
:
iosdc-japan-2024-albatross
main
iosdc-japan-2024-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Collapse
)
Author
2024-08-01
refactor: run code generation by `go generate`
nsfisis
2024-08-01
feat: change procedure of game starting
nsfisis
2024-07-31
feat: "iOSDC 2024" to "iOSDC Japan 2024"
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(backend): enable `nullable-type` option of `oapi-codegen` for strict ↵
nsfisis
handling of nullable OpenAPI types
2024-07-31
feat: implement /admin/users page
nsfisis
2024-07-31
feat(backend): create indice on tables
nsfisis
2024-07-30
feat(backend): implement password-based authentication
nsfisis
2024-07-30
fix(backend): add unique constraint to user_auths.user_id
nsfisis
2024-07-30
feat(backend): add fixture file for local dev
nsfisis
2024-07-29
chore(backend): add `make lint`
nsfisis
2024-07-29
fix: problem not available in watching page
nsfisis
2024-07-29
fix(backend): fix an issue where game hub is closed unexpectedly
nsfisis
2024-07-29
refactor(backend)
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: add testcases table
nsfisis
2024-07-29
refactor(backend): enable emit_pointers_for_null_types in sqlc
nsfisis
2024-07-29
feat: handle code and execresult messages
nsfisis
2024-07-29
feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResult
nsfisis
2024-07-29
feat(backend): partially implement gaming
nsfisis
2024-07-29
feat(backend): use connection pool
nsfisis
2024-07-29
feat: add game messages to openapi spec
nsfisis
2024-07-29
feat(backend): improve dockerfile cacheability
nsfisis
2024-07-28
refactor(backend): move game-related code to game module
nsfisis
2024-07-28
refactor(backend): move config-related code to config.go
nsfisis
2024-07-28
chore(backend): rename root module
nsfisis
2024-07-28
feat(backend): log detailed error message in 5xx error
nsfisis
2024-07-28
feat: implement game entry
nsfisis
2024-07-28
refactor: remove /api/ prefix from openapi.yaml
nsfisis
2024-07-28
feat(backend): user Logger and Recover middleware
nsfisis
2024-07-28
feat(backend): handle JWT validation manually
nsfisis
2024-07-28
feat(backend): add game_players table
nsfisis
2024-07-28
refactor: change JwtPayload type
nsfisis
2024-07-28
feat(backend): change games table and create problems table
nsfisis
2024-07-28
chore: format schema.sql
nsfisis
2024-07-28
rename user's display_username to display_name
nsfisis
2024-07-28
backend: openapi
nsfisis
2024-07-27
backend: jwt
nsfisis
2024-07-27
organize dockerfiles and compose.yaml
nsfisis
2024-07-27
db: rename users.icon_url to users.icon_path
nsfisis
2024-07-22
backend: replace raw net/http with echo
nsfisis
2024-07-22
backend: add echo
nsfisis
2024-07-22
change go module name
nsfisis
2024-07-22
user login
nsfisis
2024-07-21
add sqldef and sqlc
nsfisis
2024-07-21
remove racing pages
nsfisis
2024-07-21
react router
nsfisis
2024-07-19
initial commit
nsfisis
[prev]