core/frontend
enzo d55ecdcd97 fix: session F5 + token/password modifiables dans les paramètres
Session F5 :
- auth.store: restoreSession() essaie fetchMe() avec le token existant
  (< 15 min → fonctionne sans cookie), puis tryRefresh() en fallback
- router: appelle restoreSession() au premier chargement au lieu de tryRefresh()

Paramètres infrastructure :
- Champs ssh_password et proxmox_token en write-only (vide = pas de changement)
- SettingsHandler: accepte les clés chiffrées, chiffre avant stockage
- Permet de corriger le token Proxmox invalide sans réinstallation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 00:17:12 +01:00
..
src fix: session F5 + token/password modifiables dans les paramètres 2026-03-21 00:17:12 +01:00
Dockerfile fix: supprimer nginx -t du Dockerfile frontend 2026-03-20 21:57:11 +01:00
index.html feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
nginx.conf feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
package-lock.json feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
package.json feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
tsconfig.json feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
tsconfig.node.json feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
vite.config.ts feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00