media-rip/backend/app
xpltd b0d2781980 Flip API key logic: no key = browser-only, add confirmation gates
- No API key configured: external API access blocked, browser-only
- API key generated: external access enabled with that key
- Added 'Sure?' confirmation on Regenerate and Revoke buttons (3s timeout)
- Updated hint text to reflect security-first default
2026-03-22 01:16:19 -05:00
..
core Security hardening: API key system, container hardening 2026-03-22 00:42:10 -05:00
middleware Fix ruff lint errors: unused imports, E402 import ordering 2026-03-19 07:27:38 -05:00
models Fix playlist support, session persistence, audio detection, progress errors 2026-03-19 02:53:45 -05:00
routers Flip API key logic: no key = browser-only, add confirmation gates 2026-03-22 01:16:19 -05:00
services Security hardening: API key system, container hardening 2026-03-22 00:42:10 -05:00
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
__version__.py Dynamic app version from git tag + file size display in queue 2026-03-21 23:45:48 -05:00
dependencies.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
main.py Accept plaintext admin password — hash on startup, clear from memory 2026-03-21 22:40:34 -05:00