summaryrefslogtreecommitdiff
path: root/internal/model
AgeCommit message (Expand)Author
2026-05-17Restructure repo: move Go server into player-server/Paul Buetow
2026-05-17Add finished flag to playback progressPaul Buetow
2026-05-10Add circuit breaker / backoff for failing podcast feeds in CheckFeedsPaul Buetow
2026-05-09style: gofmt and goimports formatting fixesPaul Buetow
2026-05-09s1 add media rescan hotkey and progress indicatorPaul Buetow
2026-05-07task 81: replace test sleeps with deterministic syncPaul Buetow
2026-05-05Add podcast support backend: RSS/Atom feeds, episode management, cover scrapingPaul Buetow
2026-05-03Backfill godoc for task 1Paul Buetow
2026-05-03test: raise coverage above 60% in cmd/mediaplayer, model, and probePaul Buetow
2026-05-03fix(admin): fix rescan goroutine lifecycle and race on shared ScanProgressPaul Buetow
2026-05-01Add player stage collapse, multi-set selection, grid nav, m4b support, conten...Paul Buetow
2026-04-30Wire playback resume end to end (task ka)Paul Buetow
2026-04-29fix(model): add Permissions field to Set struct to sync with repository layerPaul Buetow
2026-04-28feat(k9): Define domain model structs (Media, User, Set, Tag, Session, Share,...Paul Buetow
2026-04-28h9: scaffold go project structurePaul Buetow