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
/
admin
/
templates
/
games.html
Age
Commit message (
Collapse
)
Author
2026-02-28
feat(admin): show play/watch links for non-public games
nsfisis
Admin games list page already shows all games including non-public ones, but play/watch links were hidden behind an IsPublic check. Since this is an admin-only page, always show the links. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-09-17
feat(backend): add admin pages for submissions
nsfisis
2025-09-06
fix(backend): duplicate slashes in some URLs
nsfisis
2025-09-06
feat(backend): add admin page for game creation
nsfisis
2025-08-14
feat(backend,frontend): Replace hard-coded base path with environment variable
nsfisis
2025-03-08
websocket to polling
nsfisis
2024-08-19
refactor(backend): do not hard-code base path
nsfisis
2024-08-18
feat(backend): add the link to game watch page to admin game list page
nsfisis
2024-08-10
feat: prepend base path
nsfisis
2024-08-05
feat(backend): allow to edit `game_type` in admin page
nsfisis
2024-08-04
feat(backend): serve /admin/* pages from api-server
nsfisis