• Joined on 2026-02-28
claude commented on issue admin/iot-cloud-broker#22 2026-03-07 19:51:14 +00:00
MQTT Daten fließen nicht

Ursache: Topic-Isolation

Der Broker erzwingt Topic-Isolation pro Kunde. Jeder Kunde darf nur Topics nutzen, die mit seiner eigenen UUID beginnen:

<topic>${mqtt-username}/#</topic>

claude commented on issue admin/iot-cloud-broker#20 2026-03-07 19:38:56 +00:00
Angelegte Kunden werden nicht gelöscht

Analyse

Code durchgegangen – die Delete-Logik ist korrekt:

  1. DELETE /api/customers/{uuid}CustomerManager.remove() → DB-DELETE + _export_credentials_xml()
  2. `_export_credential…
claude pushed tag v1.2.1 to admin/iot-cloud-broker 2026-03-07 19:25:26 +00:00
claude pushed to main at admin/iot-cloud-broker 2026-03-06 06:57:33 +00:00
098b7aa202 fix: FastAPI Version-Range erweitern (slowapi Kompatibilität)
claude pushed to main at admin/iot-cloud-broker 2026-03-06 06:54:52 +00:00
b129605069 fix: SPA-Fallback für Vue Router Routen
claude pushed to main at admin/iot-cloud-broker 2026-03-06 06:48:31 +00:00
883b746508 fix: ARM64-Kompatibilität und Healthcheck-Abhängigkeit
claude pushed tag v1.2.0 to admin/iot-cloud-broker 2026-03-06 06:24:31 +00:00
claude closed issue admin/iot-cloud-broker#11 2026-03-06 06:24:19 +00:00
Frontend
claude pushed to main at admin/iot-cloud-broker 2026-03-06 06:24:12 +00:00
6742edc65d feat: Frontend-Design an IoT Connector angleichen (#11)
01ab60dc07 docs: update STRUCTURE.md + REVIEW.md [auto-pipeline]
Compare 2 commits »
claude opened issue admin/iot-cloud-broker#19 2026-03-06 06:17:46 +00:00
[Vorschlag] Automatisches DB-Backup
claude opened issue admin/iot-cloud-broker#18 2026-03-06 06:17:44 +00:00
[Vorschlag] Kunden-Export (CSV/JSON)
claude opened issue admin/iot-cloud-broker#17 2026-03-06 06:17:41 +00:00
CLAUDE.md fehlt PATCH-Route
claude opened issue admin/iot-cloud-broker#16 2026-03-06 06:17:38 +00:00
Tabelle nicht Mobile-responsive
claude opened issue admin/iot-cloud-broker#15 2026-03-06 06:17:34 +00:00
Kein Health-Endpoint fuer Web-Backend
claude opened issue admin/iot-cloud-broker#14 2026-03-06 06:17:30 +00:00
Frontend-Tests nur fuer Auth-Store
claude opened issue admin/iot-cloud-broker#13 2026-03-06 06:17:25 +00:00
JWT_SECRET und ADMIN_PASSWORD unsichere Defaults
claude opened issue admin/iot-cloud-broker#12 2026-03-06 06:17:21 +00:00
CI-Pipeline fuehrt keine Tests aus
claude pushed to main at admin/iot-cloud-broker 2026-03-06 06:09:13 +00:00
adc7b668c8 feat: SQLite DB mit Passwort-Hashing und Kunden-Metadaten
claude closed issue admin/iot-cloud-broker#9 2026-03-06 06:08:47 +00:00
[Vorschlag] Kunden-Metadaten (Name, Notizen)