index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-17
Add Bearer token authentication alongside session cookies
Paul Buetow
2026-05-17
Add TokenManager for API token generation and hashing
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
Add monorepo root orientation
Paul Buetow
2026-05-17
Track player-android Flutter lockfile
Paul Buetow
2026-05-17
Complete player-android Flutter scaffold
Paul Buetow
2026-05-17
Add player-android/ Flutter skeleton
Paul Buetow
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-17
Fix in-progress media threshold
Paul Buetow
2026-05-17
Add in-progress frontend actions
Paul Buetow
2026-05-17
Add progress status API routes
Paul Buetow
2026-05-17
Add progress service completion methods
Paul Buetow
2026-05-17
Add playback repository cleanup queries
Paul Buetow
2026-05-17
Add finished flag to playback progress
Paul Buetow
2026-05-16
Configure SQLite for NFS-backed deployments
Paul Buetow
2026-05-16
Migrate stale sets schema for podcasts
Paul Buetow
2026-05-10
refactor: move ServeHTTP above unexported helpers for public-method ordering
Paul Buetow
2026-05-10
refactor(cmd/player): move appDeps and parseVersionFlag above main
Paul Buetow
2026-05-10
Decompose podcastService (SRP): split subscription, episode, and feed-checker...
Paul Buetow
2026-05-10
Move self-deletion guard from handler into AdminService (DeleteUser) to fix S...
Paul Buetow
2026-05-10
refactor(service,scanner): return concrete types from constructors
Paul Buetow
2026-05-10
fix(browse): return ErrNotFound when set cover is missing
Paul Buetow
2026-05-10
api: reject id==0 in handleDeleteUser to avoid 200 OK for invalid path
Paul Buetow
2026-05-10
internal/service: stop swallowing CreateEpisode errors in insertPodcastEpisod...
Paul Buetow
2026-05-10
podcast: propagate UpdateFeed error on 304 Not Modified path
Paul Buetow
2026-05-10
player: log downloadCover errors in podcast subscribe and feed check
Paul Buetow
2026-05-10
refactor(api): replace all writeJSON 500 error patterns with handleError helper
Paul Buetow
2026-05-10
fix(tests): handle json.Unmarshal errors explicitly in *_test.go
Paul Buetow
2026-05-10
Add compile-time interface assertions for FFProber, FFmpegGenerator, FFRemuxer
Paul Buetow
2026-05-10
internal/service: fix ListEpisodes global pagination by using cross-feed SQL ...
Paul Buetow
2026-05-10
Add circuit breaker / backoff for failing podcast feeds in CheckFeeds
Paul Buetow
2026-05-10
fix: close destination file and clean up partial copies in copyFile
Paul Buetow
2026-05-10
internal/service: swap GC hard-delete ordering
Paul Buetow
2026-05-10
internal/repository: use placeholders for LIMIT and OFFSET in ListMedia
Paul Buetow
2026-05-10
Decouple podcast browse logic from BrowseSet via PodcastBrowser interface
Paul Buetow
2026-05-09
remove stray ... file
Paul Buetow
2026-05-09
style: gofmt and goimports formatting fixes
Paul Buetow
2026-05-09
internal/api: panic early in NewServerWithLogger if Config is nil
Paul Buetow
2026-05-09
Extract SessionManager interface to fix DIP violation
Paul Buetow
2026-05-09
Harden external process and network calls
Paul Buetow
2026-05-09
Handle background worker panics for task 42
Paul Buetow
2026-05-09
more on this
Paul Buetow
2026-05-09
t1: remove repository migration shim
Paul Buetow
2026-05-09
s1 fix immediate scan progress state
Paul Buetow
2026-05-09
s1 keep scan indicator above admin modal
Paul Buetow
2026-05-09
s1 keep scan progress visible
Paul Buetow
2026-05-09
s1 add media rescan hotkey and progress indicator
Paul Buetow
2026-05-09
Fix media Enter key handling (o1)
Paul Buetow
[next]