ValueOn AG
2fd4bd3a68
fix instance label
2026-04-12 18:34:00 +02:00
ValueOn AG
88b581ac83
integration view
2026-04-12 18:32:16 +02:00
ValueOn AG
4762818d3d
ui fixes
2026-04-12 14:05:01 +02:00
ValueOn AG
3803ebb274
fixed udb rbac
2026-04-12 10:43:31 +02:00
ValueOn AG
0f551423b2
fixed udb issues
2026-04-12 10:12:01 +02:00
ValueOn AG
dfb4c5ebd7
fixed udb foldertree
2026-04-12 00:28:56 +02:00
ValueOn AG
994664f0b4
fixed sysuser and removed redundant fallbacks
2026-04-11 22:23:35 +02:00
ValueOn AG
d1f0b3c3d6
fixed language logic items
2026-04-11 19:44:52 +02:00
ValueOn AG
fbfe85f225
language fixes
2026-04-11 00:24:57 +02:00
ValueOn AG
7cf0795660
alle sprachtexte mit dot-strings ersetzt
2026-04-11 00:07:30 +02:00
ValueOn AG
9ac2d5a6c1
decision subscription
2026-04-10 22:44:14 +02:00
ValueOn AG
abe6ba60d4
phase 2 i18n clean
2026-04-10 12:33:32 +02:00
ValueOn AG
095fe34c81
fixes
2026-04-09 21:33:54 +02:00
ValueOn AG
464151ca67
fix
2026-04-09 00:23:30 +02:00
ValueOn AG
fc2ef731a2
fixes lang update
2026-04-09 00:21:39 +02:00
ValueOn AG
c3646075ff
ui all languages transferred
2026-04-09 00:11:35 +02:00
ValueOn AG
9661a0f7a5
issues fixed
2026-04-08 22:29:35 +02:00
ValueOn AG
db64505915
cleaned sql and ui language sets
2026-04-08 20:28:44 +02:00
ValueOn AG
280d2d0193
ux design
2026-04-07 22:42:49 +02:00
ValueOn AG
cbf81336e0
ux design
2026-04-07 22:42:29 +02:00
ValueOn AG
bc977b8281
integrated and initial teste unified automation
2026-04-07 22:32:14 +02:00
ValueOn AG
3a6f90a497
grapheditor editor and template handling
2026-04-07 14:22:52 +02:00
ValueOn AG
3bf79e1ae5
automation unification implemented
2026-04-07 00:49:12 +02:00
Patrick Motsch
b0c5b534ff
Merge pull request #29 from valueonag/feat/grafical-workflow-editor
...
fixed type errors
2026-04-05 00:42:12 +02:00
Patrick Motsch
a2f9e813aa
Merge branch 'int' into feat/grafical-workflow-editor
2026-04-05 00:42:01 +02:00
ValueOn AG
b4a853936a
fixed type errors
2026-04-05 00:39:34 +02:00
ValueOn AG
1d0cb96a91
added formgenerator filter query parameter to pass with url
2026-04-04 23:24:59 +02:00
ValueOn AG
892603156c
core class for system attributes sysCreated / sysModified
2026-04-04 16:46:22 +02:00
ValueOn AG
2a60f322ca
fix(ui): theme tokens, primary CTAs, billing; invitations; connections
...
Made-with: Cursor
2026-04-02 23:53:24 +02:00
ValueOn AG
d3d054b132
commcoach agent integration: keep-alive persistence, input bar, voice controller fixes
...
Made-with: Cursor
2026-04-01 22:04:02 +02:00
ValueOn AG
2509fbdcf2
fix TS build: prefix unused destructured props with underscore
...
Made-with: Cursor
2026-03-31 23:52:41 +02:00
ValueOn AG
66708d6743
fixed data source
2026-03-31 23:41:02 +02:00
ValueOn AG
b96d3dad4a
fix workspace sources: icon visibility, state sync, color mapping, sort order
...
Made-with: Cursor
2026-03-31 22:47:30 +02:00
ValueOn AG
cba01a2d61
fix hard delete icon color to inherit from button
...
Made-with: Cursor
2026-03-31 22:01:02 +02:00
ValueOn AG
8fcad7de45
add hard delete for mandates (SysAdmin only)
...
Made-with: Cursor
2026-03-31 21:53:14 +02:00
ValueOn AG
ca019ae28d
fexed stripe webhook
2026-03-31 01:12:29 +02:00
Patrick Motsch
4421acd052
Merge pull request #26 from valueonag/feat/merge-automation-workspace
...
fixed reloads
2026-03-31 00:07:06 +02:00
ValueOn AG
624797246e
fixed reloads
2026-03-31 00:06:33 +02:00
ValueOn AG
71bf6baae5
fixes
2026-03-30 23:39:13 +02:00
Patrick Motsch
6a66388def
Merge pull request #25 from valueonag/feat/unified-data-bar
...
Feat/unified data bar
2026-03-30 23:34:01 +02:00
ValueOn AG
359f491fd9
Merge int into feat/unified-data-bar, resolve conflicts
2026-03-30 23:33:23 +02:00
ValueOn AG
9ea6ed4613
fixed onboarding flow
2026-03-30 23:03:33 +02:00
ValueOn AG
9d4e5bc90d
streamlined neutralization flow
2026-03-30 00:15:01 +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
e9f7b2016f
fixes commcoach
2026-03-28 22:29:18 +01:00
ValueOn AG
4e2510c38b
fixed sys attributes
2026-03-28 21:46:54 +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
ValueOn AG
f5f6cad542
fixing round 1
2026-03-28 16:58:55 +01:00