index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
service
/
admin.go
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-10
Move self-deletion guard from handler into AdminService (DeleteUser) to fix S...
Paul Buetow
2026-05-10
refactor(service,scanner): return concrete types from constructors
Paul Buetow
2026-05-04
task b: inject app context into AdminService and propagate cancellation to ba...
Paul Buetow
2026-05-03
task 2: decompose mediaService and adminService into role-focused structs
Paul Buetow
2026-05-03
Task 8: standardize scanner and handler logging
Paul Buetow
2026-05-03
fix(admin): fix rescan goroutine lifecycle and race on shared ScanProgress
Paul Buetow
2026-05-02
fix detached playback and scan progress
Paul Buetow
2026-05-01
add readme and so on
Paul Buetow
2026-05-01
Make rescan asynchronous in background goroutine
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-05-01
Minimalist UI: hide all elements until activated; add help modal and keyboard...
Paul Buetow
2026-04-30
fix: permissions matrix UI now returns proper shape from backend
Paul Buetow
2026-04-30
task ea: wire filesystem scanner into app and admin rescan endpoint
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-30
refactor: split repository.Store into focused interfaces
Paul Buetow
2026-04-29
feat(n9): Implement MediaService, AdminService, ProgressService, GCWorker
Paul Buetow