index
:
phperkaigi-2025-albatross
main
phperkaigi-2025
phperkaigi-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
2024-07-28
feat(backend): log detailed error message in 5xx error
nsfisis
2024-07-28
Merge branch 'game-entry'
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
feat(dev): make Remix HMR work
nsfisis
2024-07-28
refactor: change JwtPayload type
nsfisis
2024-07-28
refactor(frontend): do not convert property names
nsfisis
2024-07-28
feat(backend): change games table and create problems table
nsfisis
2024-07-28
feat(frontend): remove "team" section from dashboard
nsfisis
2024-07-28
chore: format schema.sql
nsfisis
2024-07-28
rename user's display_username to display_name
nsfisis
[next]