index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
repository
/
sqlite_test.go
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-17
Fix in-progress media threshold
Paul Buetow
2026-05-17
Add playback repository cleanup queries
Paul Buetow
2026-05-17
Add finished flag to playback progress
Paul Buetow
2026-05-16
Configure SQLite for NFS-backed deployments
Paul Buetow
2026-05-16
Migrate stale sets schema for podcasts
Paul Buetow
2026-05-09
t1: remove repository migration shim
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
pa: raise aggregate test coverage to 81.5%
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-30
fix(ca): translate sql.ErrNoRows to nil,nil for optional lookups
Paul Buetow
2026-04-30
fix: exclude soft-deleted media from GetMediaByID
Paul Buetow
2026-04-29
fix: correct LIKE escape in ListMedia
Paul Buetow
2026-04-29
feat: SQLite schema migrations, repository interfaces, and concrete SQLite im...
Paul Buetow