index
:
phperkaigi-2026-albatross
main
phperkaigi-2026-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backend
/
api
/
handler_wrapper.go
Age
Commit message (
Expand
)
Author
2026-02-21
refactor(api): separate business logic into game, tournament, session packages
nsfisis
2026-02-20
feat: allow viewing/spectating games without login
Claude
2026-02-20
feat: add user submission history page
nsfisis
2026-02-15
refactor(backend): introduce DI interfaces for testability
nsfisis
2026-02-15
fix(backend): resolve TODO items for transactions, validation, and error hand...
nsfisis
2026-02-15
refactor(auth): replace JWT authentication with server-side sessions
nsfisis
2026-02-14
feat(openapi): generate OpenAPI specs from TypeSpec sources
nsfisis
2026-02-13
feat(auth): store JWT in HTTP-only cookie instead of JS-accessible cookie
nsfisis
2026-02-13
refactor: rename module/package name
nsfisis
2025-09-17
feat(backend,frontend): implement tournament page
nsfisis
2025-08-17
feat: update "PHPerKaigi" to "iOSDC Japan"
nsfisis
2025-03-08
websocket to polling
nsfisis
2025-03-04
update go package names
nsfisis
2024-08-08
feat(backend): add `code_hash` to `submissions` table
nsfisis
2024-08-08
feat(backend/worker): enable `revive` in `golangci-lint`
nsfisis
2024-08-08
feat(backend/worker): enable `stylecheck` in `golangci-lint`
nsfisis
2024-08-04
chore: remove admin APIs to communicate between app-server and api-server
nsfisis
2024-08-01
refactor: simplify error responses in OpenAPI spec
nsfisis
2024-08-01
refactor(backend): wrap ApiHandler with user authentication
nsfisis