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
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
Move serveFileResult and serveRemuxed to api/stream.go (3a)
Paul Buetow
2026-05-20
Validate AbsPath in streamer and clean up partial podcast downloads (l9+k9)
Paul Buetow
2026-05-20
Merge j9+i9: LIKE wildcard escaping and CreateUser password validation
Paul Buetow
2026-05-20
Block bootstrap.html access after first user created (o9)
Paul Buetow
2026-05-20
Dispatch handleError via HTTPStatuser interface (4a)
Paul Buetow
2026-05-20
Inject clock.Clock into api.Server and replace time.Now() in share/auth handlers
Paul Buetow
2026-05-20
Buffer JSON before writing response in writeJSON (y9)
Paul Buetow
2026-05-19
Inject narrow api.Authenticator into NewMiddleware
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-19
Fix four defects flagged by S19/S20/S24; tighten scenarios
Paul Buetow
2026-05-19
Map service errors to correct HTTP status codes (was 500)
Paul Buetow
2026-05-18
Add /api/v1/ integration test suite
Paul Buetow
2026-05-18
Add playback hints endpoint for client codec/container decisions
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 CORS middleware for multi-origin clients
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