index
:
iosdc-japan-2024-albatross
main
iosdc-japan-2024-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-08-01
Merge branch 'feat/game-screen'
nsfisis
2024-08-01
feat(frontend): add minimal styling to game pages
nsfisis
2024-08-01
Merge branch 'feat/game-starting'
nsfisis
2024-08-01
feat: change procedure of game starting
nsfisis
2024-08-01
Merge branch 'feat/admin-page-styling'
nsfisis
2024-08-01
feat(frontend): introduce class-less css in admin pages
nsfisis
2024-07-31
feat: "iOSDC 2024" to "iOSDC Japan 2024"
nsfisis
2024-07-31
Merge branch 'feat/admin-games-page'
nsfisis
2024-07-31
feat: implement /admin/games and /admin/games/{gameId}
nsfisis
2024-07-31
chore: add generated api/schema.d.ts to .prettierignore
nsfisis
2024-07-31
fix: adjust /games/{gameId} definition
nsfisis
2024-07-31
Merge branch 'feat/openapi-nullable'
nsfisis
2024-07-31
feat(backend): enable `nullable-type` option of `oapi-codegen` for strict ↵
nsfisis
handling of nullable OpenAPI types
2024-07-31
Merge branch 'admin'
nsfisis
2024-07-31
feat(frontend): implement /admin/dashboard page
nsfisis
2024-07-31
feat: implement /admin/users page
nsfisis
2024-07-31
feat(backend): create indice on tables
nsfisis
2024-07-30
feat(frontend): implement /logout
nsfisis
2024-07-30
feat(backend): implement password-based authentication
nsfisis
2024-07-30
doc: update docs/DEV.md
nsfisis
2024-07-30
Merge branch 'feat/local-dev'
nsfisis
2024-07-30
doc: add docs/DEV.md
nsfisis
2024-07-30
fix(backend): add unique constraint to user_auths.user_id
nsfisis
2024-07-30
feat: separate Makefile and compose.yaml for local/prod envs
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
Merge branch 'fix/closed-channel-error'
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
fix(frontend): make GolfPlayApp and GolfWatchApp client-only components to ↵
nsfisis
fix SSR errors
2024-07-29
feat(frontend): set meta title
nsfisis
2024-07-29
Merge branch 'game-watching'
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
Merge branch 'game-playing'
nsfisis
2024-07-29
feat: handle code and execresult messages
nsfisis
2024-07-29
feat: define GamePlayerMessageC2SCode and GamePlayerMessageS2CExecResult
nsfisis
2024-07-29
feat(frontend): partially implement gaming
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
feat: add worker server
nsfisis
2024-07-28
chore(backend): rename root module
nsfisis
2024-07-28
fix(frontend): fix url of game play page
nsfisis
[next]