| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-20 | fix(game): allow participants to view watch states after game finishes | nsfisis | |
| Previously GetWatchLatestStates returned ErrForbidden for participants regardless of game state. Now checks whether the game has finished and permits access once complete. Also fixes config test env var cleanup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> | |||
| 2026-02-16 | test(backend): add unit tests for auth, config, ratelimit, game, and api | nsfisis | |
| Cover previously untested logic: session ID generation/hashing, password authentication, IP rate limiting, game state helpers, handler endpoints, task enqueue/result processing, and config loading. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2025-08-14 | feat(backend,frontend): Replace hard-coded base path with environment variable | nsfisis | |
