index
:
player
main
KISS web media player
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
api
/
handlers_more_test.go
Age
Commit message (
Expand
)
Author
2026-05-17
Restructure repo: move Go server into player-server/
Paul Buetow
2026-05-17
Add progress status API routes
Paul Buetow
2026-05-10
Move self-deletion guard from handler into AdminService (DeleteUser) to fix S...
Paul Buetow
2026-05-10
api: reject id==0 in handleDeleteUser to avoid 200 OK for invalid path
Paul Buetow
2026-05-09
Extract SessionManager interface to fix DIP violation
Paul Buetow
2026-05-09
Refine media browsing and set covers
Paul Buetow
2026-05-07
i1 omit empty share thumbnail URL
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
task 31: introduce media streamer service
Paul Buetow
2026-05-07
Handle share page marshal errors (a1)
Paul Buetow
2026-05-04
task c: run gofmt and fix unwrapped error literals across the codebase
Paul Buetow
2026-05-04
task 3: decouple API layer from repository with MediaQueryFilter and AuthServ...
Paul Buetow
2026-05-04
task 6: narrow service interfaces in Server and Middleware
Paul Buetow
2026-05-03
refactor(api): extract Remuxer interface and move ffmpeg/MPEG-TS/mime logic t...
Paul Buetow
2026-05-02
feat: secure shares with keyboard-first My Shares modal (hotkeys S/L)
Paul Buetow
2026-05-02
more on this
Paul Buetow
2026-05-02
fix:x
Paul Buetow
2026-05-01
api: remux MPEG-TS files to MP4 on the fly
Paul Buetow
2026-05-01
Task 1: Create AuthService and route handleBootstrap/handleLogin through it
Paul Buetow
2026-05-01
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Paul Buetow
2026-04-30
fix: permissions matrix UI now returns proper shape from backend
Paul Buetow
2026-04-30
task ia: fix media listing/filtering semantics (favorites bool, filesize filt...
Paul Buetow
2026-04-30
task ha: enforce upload limits, role checks, probing, thumbnails, cleanup
Paul Buetow
2026-04-30
ga — implement thumbnail and set cover regeneration end to end
Paul Buetow
2026-04-30
ja: implement public share landing page and improve error mapping
Paul Buetow
2026-04-30
Rename module to codeberg.org/snonux/play (task aa)
Paul Buetow
2026-04-30
refactor: extract query param parsing from handleListMedia
Paul Buetow
2026-04-29
q9: add table-driven httptest coverage for REST handlers
Paul Buetow