index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
service
/
mock.go
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-17
Add progress service completion methods
Paul Buetow
2026-05-10
Move self-deletion guard from handler into AdminService (DeleteUser) to fix S...
Paul Buetow
2026-05-09
Refine media browsing and set covers
Paul Buetow
2026-05-04
task 3: decouple API layer from repository with MediaQueryFilter and AuthServ...
Paul Buetow
2026-05-03
Backfill godoc for task 1
Paul Buetow
2026-05-02
fix detached playback and scan progress
Paul Buetow
2026-05-02
feat: secure shares with keyboard-first My Shares modal (hotkeys S/L)
Paul Buetow
2026-05-02
more on this
Paul Buetow
2026-05-02
fix:x
Paul Buetow
2026-05-01
Task 1: Create AuthService and route handleBootstrap/handleLogin through it
Paul Buetow
2026-05-01
Split MediaService interface into role-specific interfaces to fix ISP/OCP vio...
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-04-30
fix: permissions matrix UI now returns proper shape from backend
Paul Buetow
2026-04-30
task da: enforce media access and owner/admin role permissions
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-29
feat(q9): implement REST handlers, streaming, uploads, shares, notes, progres...
Paul Buetow