summaryrefslogtreecommitdiff
path: root/internal/api/server.go
AgeCommit message (Collapse)Author
2026-04-30Rename module to codeberg.org/snonux/play (task aa)Paul Buetow
- Update go.mod module path - Replace all internal imports from github.com/paul/kiss-media-player to codeberg.org/snonux/play - Run go mod tidy and gofmt -w .
2026-04-29feat(q9): implement REST handlers, streaming, uploads, shares, notes, ↵Paul Buetow
progress, admin routes
2026-04-29feat: implement bcrypt password hashing, session management, login/logout ↵Paul Buetow
handlers, and bootstrap flow (m9)