jukebox-vibe/server
Bot 9130a205f0 Refactor: Backend-Optimierungen + Volume-Debounce
- /api/play delegiert an playFilePath() statt ~120 Zeilen Duplikat-Code (inkl. fehlende Loudnorm)
- safeSoundsPath() Helfer gegen Path-Traversal bei Admin delete/rename
- writePersistedStateDebounced() reduziert Disk-I/O bei Play-Countern (2s Debounce)
- /api/sounds nutzt listAllSounds() statt duplizierte Dateisystem-Scans
- /api/play-url vor catch-all Route verschoben (war unreachable in Produktion)
- Frontend Volume-Slider mit 120ms Debounce (weniger API-Calls beim Ziehen)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 21:08:38 +01:00
..
src Refactor: Backend-Optimierungen + Volume-Debounce 2026-03-01 21:08:38 +01:00
package-lock.json fix(deps): update libsodium for node 20 esm resolution 2026-02-26 14:32:41 +01:00
package.json fix(deps): update libsodium for node 20 esm resolution 2026-02-26 14:32:41 +01:00
pnpm-lock.yaml clean: initial commit ohne Secrets 2025-08-07 23:24:56 +02:00
tsconfig.json build(ts): include local typeRoots for module shims 2025-08-08 02:18:23 +02:00