summaryrefslogtreecommitdiff
path: root/player-server/internal/api
AgeCommit message (Expand)Author
2026-05-19Inject narrow api.Authenticator into NewMiddlewarePaul Buetow
2026-05-19Remove nil streamer fallback in api.serveFileResult (DIP)Paul Buetow
2026-05-19Replace hardcoded public-path whitelist with route registryPaul Buetow
2026-05-19Complete s9 + aa: NewServerWithLogger returns error; share-page renderer extr...Paul Buetow
2026-05-19Require explicit TokenManager in auth service (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-18Add /api/v1/ integration test suitePaul 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 /api/v1/auth/tokens endpoints for API token managementPaul Buetow
2026-05-17Add Bearer token authentication alongside session cookiesPaul Buetow
2026-05-17Add api_tokens table, model, and repositoryPaul Buetow
2026-05-17Add CORS middleware for multi-origin clientsPaul Buetow
2026-05-17Add /api/v1/ versioning aliasPaul Buetow
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow