summaryrefslogtreecommitdiff
path: root/player-server/internal/api/handlers_test.go
AgeCommit message (Expand)Author
2026-05-21Add GET /api/v1/auth/count endpoint and first-run routing in Android appPaul Buetow
2026-05-20Extract app wiring from main.go into internal/app package (9a)Paul Buetow
2026-05-20Validate AbsPath in streamer and clean up partial podcast downloads (l9+k9)Paul Buetow
2026-05-20Block bootstrap.html access after first user created (o9)Paul 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-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 /api/v1/ versioning aliasPaul Buetow
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow