index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
go.mod
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-05
Add podcast support backend: RSS/Atom feeds, episode management, cover scraping
Paul Buetow
2026-05-03
fix(admin): fix rescan goroutine lifecycle and race on shared ScanProgress
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-04-30
na: Remove inline styles and non-theme color literals from frontend
Paul Buetow
2026-04-30
ba: align go.mod toolchain version with Dockerfile and PLAN.md (Go 1.23)
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-29
feat: Create Dockerfile, k8s manifests, and Magefile.go with build/test/insta...
Paul Buetow
2026-04-29
feat: implement bcrypt password hashing, session management, login/logout han...
Paul Buetow
2026-04-29
feat: SQLite schema migrations, repository interfaces, and concrete SQLite im...
Paul Buetow
2026-04-28
h9: scaffold go project structure
Paul Buetow