index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
repository
/
repository.go
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 service completion methods
Paul Buetow
2026-05-17
Add playback repository cleanup queries
Paul Buetow
2026-05-10
Decouple podcast browse logic from BrowseSet via PodcastBrowser interface
Paul Buetow
2026-05-05
Add podcast support backend: RSS/Atom feeds, episode management, cover scraping
Paul Buetow
2026-05-03
task 2 review fixes: narrow BrowseService and accessHelper store interfaces
Paul Buetow
2026-05-03
task 2: decompose mediaService and adminService into role-focused structs
Paul Buetow
2026-05-03
Backfill godoc for task 1
Paul Buetow
2026-05-02
feat: secure shares with keyboard-first My Shares modal (hotkeys S/L)
Paul Buetow
2026-05-01
Task 1: Create AuthService and route handleBootstrap/handleLogin through it
Paul Buetow
2026-05-01
add readme and so on
Paul Buetow
2026-05-01
Add support for audiobook/cover images with ancestor lookup and fix keyboard ...
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-04-30
task ia: fix media listing/filtering semantics (favorites bool, filesize filt...
Paul Buetow
2026-04-30
task da: enforce media access and owner/admin role permissions
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-30
refactor: split repository.Store into focused interfaces
Paul Buetow
2026-04-29
feat: SQLite schema migrations, repository interfaces, and concrete SQLite im...
Paul Buetow
2026-04-28
h9: scaffold go project structure
Paul Buetow