d9f437f63e
bugfix(FIL-01 + files verschwunden nach hochladen und reload
2026-04-17 14:09:33 +02:00
ValueOn AG
1b51ee3e1c
fixed udb rbac
2026-04-12 10:43:30 +02:00
ValueOn AG
091a3672de
fixed udb issues
2026-04-12 10:12:03 +02:00
ValueOn AG
f65223137e
automation unification implemented
2026-04-07 00:49:08 +02:00
ValueOn AG
75484c0f73
BREAKING CHANGE
...
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
explicitly (same as production request context).
2026-03-28 18:12:37 +01:00
Patrick Motsch
2345ff669a
Merge pull request #113 from valueonag/feat/service-subscription
...
Feat/service subscription
2026-03-23 00:19:49 +01:00
ValueOn AG
2e7a0a73c7
streamlined formgeneratortable and sort/filter globally
2026-03-22 21:34:54 +01:00
idittrich-valueon
04305c5f95
basic functionality
2026-03-22 16:15:11 +01:00
ValueOn AG
0a0973d41b
hotfix msft/google login tokens end to end separated from connection
...
feat(billing): Nutzerhinweise bei leerem Budget + Mandats-Mail (402/SSE)
Gateway
- InsufficientBalanceException: billingModel, userAction (TOP_UP_SELF /
CONTACT_MANDATE_ADMIN), DE/EN-Texte, toClientDict(), fromBalanceCheck()
- HTTP 402 + JSON detail für globale API-Fehlerbehandlung
- AI/Chatbot: vor Raise ggf. E-Mail an BillingSettings.notifyEmails
(PREPAY_MANDATE, Throttle 1h/Mandat) via billingExhaustedNotify
- Agent-Loop & Workspace-Route: SSE-ERROR mit strukturiertem Billing-Payload
- datamodelBilling: notifyEmails-Doku für Pool-Alerts
frontend_nyla
- useWorkspace: SSE onError für INSUFFICIENT_BALANCE mit messageDe/En
und Hinweis auf Billing-Pfad bei TOP_UP_SELF
2026-03-21 01:34:40 +01:00
ValueOn AG
7fe6f9bc97
new ai agent
2026-03-15 23:38:21 +01:00
ValueOn AG
c8b7517209
refactor: modules/services/ abgeloest durch serviceCenter + serviceHub
...
serviceCenter = DI-Container (Resolver, Registry, Context) fuer Service-Instanziierung
serviceHub = Consumer-facing Aggregation (DB-Interfaces, Runtime-State, lazy Service-Resolution via serviceCenter)
- modules/serviceHub/ erstellt: ServiceHub, PublicService, getInterface()
- 22 Consumer-Dateien migriert (routes, features, tests): imports von modules.services auf serviceHub bzw. serviceCenter umgestellt
- resolver.py: legacy fallback auf altes services/ entfernt
- modules/services/ komplett geloescht (83 Dateien inkl. dead code mainAiChat.py)
- pre-extraction: progress callback durch chunk-pipeline propagiert, operationType DATA_EXTRACT->DATA_ANALYSE fuer guenstigeres Modell
2026-03-14 11:51:45 +01:00
9d1a8d53fc
fix: minor bug fixes to chatbot to work with service center
2026-03-06 14:31:56 +01:00
d3dbca7289
nicht fertig; Stand Kessler Demo
2026-02-26 16:00:26 +01:00
patrick-motsch
7051a6e35f
fixed rbac issues and sysadmin integration
2026-02-12 00:34:17 +01:00
patrick-motsch
d98c31a4d1
logical fixes
2026-02-09 23:44:52 +01:00
ValueOn AG
f31e10496a
automation template management and fix admin center
2026-02-03 21:29:50 +01:00
ValueOn AG
829711f755
fixed system and dynamic data rbac
2026-01-26 12:39:00 +01:00
ValueOn AG
e737bf5cdb
gpdr compliancy implemented
2026-01-25 23:57:41 +01:00
ValueOn AG
2fc8034260
rbac rules tested and fixed
2026-01-25 03:01:01 +01:00
ValueOn AG
df4c60fc99
fixes
2026-01-24 18:01:28 +01:00
ValueOn AG
a0b9a6e4b5
reference fixes
2026-01-24 00:42:19 +01:00
ValueOn AG
82c01b5cb0
saas mandates core done
2026-01-21 00:32:47 +01:00
ValueOn AG
5c0ab3f893
implemented multimandate
2026-01-17 02:17:58 +01:00
ValueOn AG
5380e30f0d
fix: cleaned interfaces to work all with rbac
2026-01-11 15:42:33 +01:00
ValueOn AG
4b00e741b3
refactored service center
2025-12-15 21:55:26 +01:00
ValueOn AG
1195105b94
cleaned up dependencies and code architecture
2025-12-09 23:25:06 +01:00