core/backend/internal/api
enzo 21e1e0ed1e feat: sync DB prefs, update history tab, configurable dashboard shortcuts
- auth store fetchMe(): sync theme/sidebar_position/lang from DB to localStorage+stores on login/refresh
- profilePage setters: PATCH /api/auth/preferences on every preference change
- updatesPage: add history tab (GET /api/updates/history) with job list, click to view output
- dashboardPage: load shortcuts from settings API, fall back to defaults if none configured
- settingsPage: new Raccourcis tab to add/remove/configure dashboard shortcuts (saved as JSON)
- settings.go: expose dashboard_shortcuts in publicSettings for GET/PUT access
- pages.css: add .history-table, .shortcut-row styles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 00:35:24 +01:00
..
auth.go fix: auth redirect bug + cookie Secure + migration multi-statements 2026-03-21 22:29:22 +01:00
helpers.go fix: correction decodeJSON nil body + logs debug test-ssh 2026-03-20 22:54:47 +01:00
install.go fix: détection HTTPS et crash i18n étape 3 installation 2026-03-20 23:03:17 +01:00
middleware.go feat: initialisation complète du CORE ProxmoxPanel 2026-03-20 21:08:53 +01:00
proxmox.go fix: proxmox client relit la config DB à chaque requête (token update sans redémarrage) 2026-03-21 00:39:19 +01:00
settings.go feat: sync DB prefs, update history tab, configurable dashboard shortcuts 2026-03-22 00:35:24 +01:00
terminal.go fix: SSHAuthenticator vide après installation + logs debug 2026-03-20 23:39:52 +01:00
updates.go fix: sudo -n pour pct exec/list (permissions root requises) 2026-03-21 01:29:07 +01:00