Add new Radix UI components and associated dependencies in package-lock.json

This commit is contained in:
Sebastian Unterschütz
2026-05-01 11:59:27 +02:00
parent 331d60581e
commit f5466f9062
21 changed files with 5010 additions and 481 deletions

View File

@@ -30,6 +30,13 @@
- Managed Trust Vault (Provider entschlüsselt temporär im RAM)
- Event-zu-Discord-Mapping (Grundstruktur)
### Cryptography & Security
-**Player Roster & Ban List (Zero Trust)**
- ✅ Blind Index Generation in Worker & Dashboard
- ✅ Encrypted storage of player/ban details
- ✅ Searchable via Blind Index (HMAC)
- ✅ Decryption on-the-fly in Dashboard
### Cryptography & Security
-**Crypto Package** (`internal/crypto/crypto.go`)
- AES-256-GCM Encryption/Decryption
@@ -64,6 +71,12 @@
- Telemetrie-Dashboard (FPS, Player Count, Latency)
- DSGVO 1-Click Export
-**Zero Trust Player/Ban Management** (`web/dashboard/src/components/Players.tsx`)
- Client-seitige Verschlüsselung von Bann-Gründen
- Client-seitige Blind-Index Generierung
- On-the-fly Entschlüsselung der Player-Liste
- Sicherer Kick/Ban Flow ohne Key-Exposition
-**WebAuthn Login** (`web/dashboard/src/components/Login.tsx`)
- Passwortloser Hardware-Login (FaceID, YubiKey, Windows Hello)
- Browser-Kompatibilitätsprüfung