Commit graph

98 commits

Author SHA1 Message Date
ValueOn AG
8fcad7de45 add hard delete for mandates (SysAdmin only)
Made-with: Cursor
2026-03-31 21:53:14 +02:00
ValueOn AG
359f491fd9 Merge int into feat/unified-data-bar, resolve conflicts 2026-03-30 23:33:23 +02:00
ValueOn AG
317e019b18 unified failsafe neutralization architecture 2026-03-29 21:55:13 +02:00
ValueOn AG
0f0f43ce1b streamlined billing incl ai and storage budget 2026-03-29 12:18:56 +02:00
ValueOn AG
d5bb102684 cleaned mandate and unified mandate to be standard type 2026-03-28 23:54:17 +01:00
ValueOn AG
77e7eba711 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:13:18 +01:00
idittrich-valueon
0f791a53fb next version of visual workflow editor with Clickup Connector 2026-03-25 09:39:19 +01:00
ValueOn AG
9a7e3f42d2 unified data completed implementation 2026-03-24 16:39:31 +01:00
ValueOn AG
bc091c399c unified data - step 1 2026-03-24 14:16:45 +01:00
Patrick Motsch
dda7a2cac9
Merge branch 'int' into feat/service-subscription 2026-03-23 00:23:21 +01:00
ValueOn AG
e6d28c436b streamlined formgeneratortable and sort/filter globally 2026-03-22 21:34:58 +01:00
idittrich-valueon
437c79909f fix: build errors 2026-03-22 19:54:31 +01:00
idittrich-valueon
af58d5a868 finished email nodes 2026-03-22 18:22:06 +01:00
ValueOn AG
439fc3676f subscription base logic 2026-03-22 17:23:47 +01:00
idittrich-valueon
835428ac5f seperated files and updated editor 2026-03-22 16:40:42 +01:00
idittrich-valueon
9b4bad975c first version graphic automation editor 2026-03-22 16:17:38 +01:00
ValueOn AG
9b99020686 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:47 +01:00
ValueOn AG
9513e44b0c added monaco editor 2026-03-17 22:51:36 +01:00
ValueOn AG
9e792bc74f file system and stt and ttss reevisions 2026-03-17 19:19:32 +01:00
ValueOn AG
869d1f24c3 removed ChatStats, only billing and transactions relevant 2026-03-14 11:52:17 +01:00
ValueOn AG
9cad69fd0c fix feature instance passing 2026-03-13 08:29:30 +01:00
df1344c228 updated feature automation and feature chat playground routes 2026-03-10 08:54:41 +01:00
ValueOn AG
0dbcad771b fix: Transcript isContinuation - merged STT-Chunks updaten statt duplizieren
Made-with: Cursor
2026-03-07 02:12:22 +01:00
ValueOn AG
31bf734def commcoach: voice state machine refactor + document handling + abort + status events
TASK 1: muted as orthogonal flag (separate from VoiceState)
TASK 2: AbortController in sendMessage (abort previous AI calls)
TASK 3: cancelPendingSpeech for text input
TASK 4: silenceTimer reduced to 1s

Made-with: Cursor
2026-03-07 01:02:15 +01:00
ValueOn AG
fe40097d33 fix: teamsbot SSE events - chatSendFailed und error handling im UI
Made-with: Cursor
2026-03-07 00:56:02 +01:00
b13e6f105c fix: updated chatbot page to work with performance improvements 2026-03-06 15:40:51 +01:00
ValueOn AG
251a9ca1ea fixed stt procedure 2026-03-05 23:41:41 +01:00
ValueOn AG
5186e58e00 iteration 2 done 2026-03-03 23:02:49 +01:00
ValueOn AG
cd14e8a6fb commcoach iteration 1 completed 2026-03-03 22:04:54 +01:00
ValueOn AG
7077f02104 com feature mvp 2026-03-02 00:51:25 +01:00
ValueOn AG
bc5bae7c34 feat(teamsbot): user account credentials UI and MFA challenge dialog
Made-with: Cursor
2026-03-01 08:51:18 +01:00
50f3499fda ready for rebase 2026-02-26 16:27:08 +01:00
f0a7daea02 nicht fertig; Stand Demo Kessler 2026-02-26 15:58:11 +01:00
39e74110cd fix: sharepoint neutralisierer wieder eingebaut 2026-02-26 15:53:09 +01:00
1ff776c503 added neutralization view 2026-02-26 15:07:56 +01:00
ValueOn AG
b5e9599ef0 feat: show TTS delivery status in session live view
Made-with: Cursor
2026-02-26 09:46:30 +01:00
d82bb4467c feat: integrated stripe billing 2026-02-25 08:45:12 +01:00
ValueOn AG
71a8bd17ac cursor-mode-integration-mvp 2026-02-23 17:13:31 +01:00
ValueOn AG
cae8386544 fix TS build errors and add position-documents API
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:51:29 +01:00
ValueOn AG
843b481c36 sync trustee feature with rma 2026-02-22 00:07:40 +01:00
ValueOn AG
cdea97e2cf trustee connections 2026-02-21 00:56:50 +01:00
ValueOn AG
b5a9ee2d4a feat: add debug mode checkbox, update transfer mode descriptions
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 23:52:52 +01:00
ValueOn AG
2cf296dee6 feat: add debug screenshot viewer in session view (SysAdmin only)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 22:00:35 +01:00
ValueOn AG
41a4e8ffe1 refactor: UI cleanup - remove test block, backgroundImage, botAccount; add transferMode
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 18:34:35 +01:00
ValueOn AG
9aaf988932 fix: frontend calls test variants individually to avoid timeout
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 16:33:36 +01:00
ValueOn AG
c56e3e669e fix: increase test-auth timeout to 900s for 5 browser variants
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:46:24 +01:00
ValueOn AG
3e2fa1a9ff feat: show multiple step screenshots per test variant
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 11:23:18 +01:00
ValueOn AG
39ffce5a7d feat(teamsbot): add email+password fields to auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:33:06 +01:00
ValueOn AG
73bc6c08ae feat(teamsbot): show credentialDebug panel in auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:03:02 +01:00
ValueOn AG
4e41801c63 feat(teamsbot): show credentials received status in auth test UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:55:07 +01:00