summaryrefslogtreecommitdiff
path: root/player-server/internal/api/handlers.go
AgeCommit message (Expand)Author
2026-05-20Move serveFileResult and serveRemuxed to api/stream.go (3a)Paul Buetow
2026-05-20Block bootstrap.html access after first user created (o9)Paul Buetow
2026-05-20Dispatch handleError via HTTPStatuser interface (4a)Paul Buetow
2026-05-20Inject clock.Clock into api.Server and replace time.Now() in share/auth handlersPaul Buetow
2026-05-20Buffer JSON before writing response in writeJSON (y9)Paul Buetow
2026-05-19Remove nil streamer fallback in api.serveFileResult (DIP)Paul Buetow
2026-05-19Fix four defects flagged by S19/S20/S24; tighten scenariosPaul Buetow
2026-05-19Map service errors to correct HTTP status codes (was 500)Paul Buetow
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow