vm-bench/frontend/templates
Claus Lohmar 63659e4f93 feat: session GUID isolation for multi-user support
Each browser gets a UUID stored in localStorage, set as a cookie,
and attached to every API call. Files go to session-specific dirs:

  /mnt/converter/in/{guid}/    — uploads, downloads, SCP pulls
  /mnt/converter/out/{guid}/   — converted QCOW2s

Changes:
- base.html: generates UUID via crypto.randomUUID(), stores in
  localStorage + cookie, exposes as window.VM_BENCH_SID
- Frontend: all endpoints accept session_id, _staging() helper
  creates session-aware paths on demand
- JavaScript: session_id appended to all FormData, set as
  X-Session-ID header on raw uploads
- Backend models: JobSubmissionRequest.session_id field added
- Provisioner: _staging_in/_staging_out helpers, source path
  resolution uses session-aware directory
- Converter: extract_if_needed skips re-extraction if dir exists
2026-07-23 09:32:16 +00:00
..
_analysis.html style: Proxmox VE-inspired dark theme — pve-* class naming 2026-07-23 09:09:29 +00:00
base.html feat: session GUID isolation for multi-user support 2026-07-23 09:32:16 +00:00
index.html feat: session GUID isolation for multi-user support 2026-07-23 09:32:16 +00:00
polling.html style: Proxmox VE-inspired dark theme — pve-* class naming 2026-07-23 09:09:29 +00:00
scp.html style: Proxmox VE-inspired dark theme — pve-* class naming 2026-07-23 09:09:29 +00:00