index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
player-server
/
internal
/
api
/
handlers_test.go
Age
Commit message (
Expand
)
Author
2026-05-21
Add GET /api/v1/auth/count endpoint and first-run routing in Android app
Paul Buetow
2026-05-20
Extract app wiring from main.go into internal/app package (9a)
Paul Buetow
2026-05-20
Validate AbsPath in streamer and clean up partial podcast downloads (l9+k9)
Paul Buetow
2026-05-20
Block bootstrap.html access after first user created (o9)
Paul Buetow
2026-05-19
Remove nil streamer fallback in api.serveFileResult (DIP)
Paul Buetow
2026-05-19
Replace hardcoded public-path whitelist with route registry
Paul Buetow
2026-05-19
Complete s9 + aa: NewServerWithLogger returns error; share-page renderer extr...
Paul Buetow
2026-05-19
Require explicit TokenManager in auth service (DIP)
Paul Buetow
2026-05-17
Add bulk progress sync endpoint for offline mobile clients
Paul Buetow
2026-05-17
Add /api/v1/auth/tokens endpoints for API token management
Paul Buetow
2026-05-17
Add Bearer token authentication alongside session cookies
Paul Buetow
2026-05-17
Add api_tokens table, model, and repository
Paul Buetow
2026-05-17
Add /api/v1/ versioning alias
Paul Buetow
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow