index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
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 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
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
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 add media rescan hotkey and progress indicator
Paul Buetow
2026-05-09
Refine media browsing and set covers
Paul Buetow
2026-05-07
k1 avoid duplicate downloaded podcast episodes
Paul Buetow
2026-05-07
Fix podcast browser workflows for k1
Paul Buetow
2026-05-07
i1 omit empty share thumbnail URL
Paul Buetow
2026-05-07
Fix missing share thumbnails for i1
Paul Buetow
2026-05-07
j1 fix admin media lifecycle QA defects
Paul Buetow
2026-05-07
Fix PWA static routes for browser smoke test g1
Paul Buetow
2026-05-07
Fix upload multipart memory budget for t0
Paul Buetow
2026-05-07
Fix static file read seeker guard for s0
Paul Buetow
2026-05-07
Fix scan cancellation progress error for q0
Paul Buetow
2026-05-07
Fix remux error propagation for task o0
Paul Buetow
2026-05-07
Task 51: add API error helpers
Paul Buetow
2026-05-07
task 31: introduce media streamer service
Paul Buetow
2026-05-07
Task 21: move thumbnail regeneration to write service
Paul Buetow
2026-05-07
Refactor API server dependencies for task 11
Paul Buetow
[next]