media-rip/backend/app
xpltd 0a67cb45bc Fix session UNIQUE constraint race, fix table horizontal scrollbar
- create_session uses INSERT OR IGNORE to handle concurrent requests
  with same session cookie (race when multiple requests arrive before
  the first INSERT commits)
- Widen actions column 110px→130px to fit 3 action buttons without
  overflowing (was causing 4px horizontal scrollbar)
- Widen status column 100px→120px for DOWNLOADING badge breathing room
2026-03-21 20:23:07 -05:00
..
core Fix session UNIQUE constraint race, fix table horizontal scrollbar 2026-03-21 20:23:07 -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 First-run admin setup wizard, password persistence, forced setup gate 2026-03-21 20:01:13 -05:00
services First-run admin setup wizard, password persistence, forced setup gate 2026-03-21 20:01:13 -05:00
__init__.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
dependencies.py M001: media.rip() v1.0 — complete application 2026-03-18 20:00:17 -05:00
main.py First-run admin setup wizard, password persistence, forced setup gate 2026-03-21 20:01:13 -05:00