index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
player-server
/
internal
/
service
Age
Commit message (
Expand
)
Author
2026-05-20
Validate AbsPath in streamer and clean up partial podcast downloads (l9+k9)
Paul Buetow
2026-05-20
Merge j9+i9: LIKE wildcard escaping and CreateUser password validation
Paul Buetow
2026-05-20
Add doc comments to probe, auth, service packages (ja)
Paul Buetow
2026-05-20
Dispatch handleError via HTTPStatuser interface (4a)
Paul Buetow
2026-05-20
Log os.Remove cleanup errors in service (0a)
Paul Buetow
2026-05-20
Check copyFile destination Close() error (u9)
Paul Buetow
2026-05-20
Log setFeedBackoff UPDATE errors instead of swallowing (w9)
Paul Buetow
2026-05-20
Promote allowedSetIDs to accessHelper (da)
Paul Buetow
2026-05-20
Make GCWorker.Start idempotent via sync.Once (x9)
Paul Buetow
2026-05-19
Introduce thumb.Resolver to decouple browseService from filesystem
Paul Buetow
2026-05-19
Extract thumbnail path helpers into internal/thumb
Paul Buetow
2026-05-19
Add HTTP retry + per-host backoff to podcast feed fetching
Paul Buetow
2026-05-19
Require explicit TokenManager in auth service (DIP)
Paul Buetow
2026-05-19
Unify panic recovery into service.RecoverWorker
Paul Buetow
2026-05-19
Add compile-time interface checks for adminService and mediaStreamer
Paul Buetow
2026-05-19
Return error from tokenManager.Generate instead of panicking
Paul Buetow
2026-05-19
Require explicit http.Client in podcast service (DIP)
Paul Buetow
2026-05-19
Fix error wrapping in streamer.go to use %w instead of %v
Paul Buetow
2026-05-19
Fix four defects flagged by S19/S20/S24; tighten scenarios
Paul Buetow
2026-05-19
Verify access on progress updates; add S16/S17/S18 scenarios
Paul Buetow
2026-05-19
Map service errors to correct HTTP status codes (was 500)
Paul Buetow
2026-05-19
Fix RevokeShare 500 on unknown token; add S14 rescan + S15 auth boundary scen...
Paul Buetow
2026-05-18
Add playback hints endpoint for client codec/container decisions
Paul Buetow
2026-05-17
Add bulk progress sync endpoint for offline mobile clients
Paul Buetow
2026-05-17
Add Bearer token authentication alongside session cookies
Paul Buetow
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow