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