summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Expand)Author
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow
2026-05-05Add podcast support backend: RSS/Atom feeds, episode management, cover scrapingPaul Buetow
2026-05-03fix(admin): fix rescan goroutine lifecycle and race on shared ScanProgressPaul Buetow
2026-05-01Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/playerPaul Buetow
2026-04-30na: Remove inline styles and non-theme color literals from frontendPaul Buetow
2026-04-30ba: align go.mod toolchain version with Dockerfile and PLAN.md (Go 1.23)Paul Buetow
2026-04-30Rename module to codeberg.org/snonux/play (task aa)Paul Buetow
2026-04-29feat: Create Dockerfile, k8s manifests, and Magefile.go with build/test/insta...Paul Buetow
2026-04-29feat: implement bcrypt password hashing, session management, login/logout han...Paul Buetow
2026-04-29feat: SQLite schema migrations, repository interfaces, and concrete SQLite im...Paul Buetow
2026-04-28h9: scaffold go project structurePaul Buetow