ValueOn AG
93f28f57df
fix sequenst subscription and mandate
2026-04-02 11:58:34 +02:00
ValueOn AG
563018b5e1
fixed tool execute subprocess
2026-04-01 22:16:08 +02:00
ValueOn AG
0a5fa20cb8
fixed voice feat commcoach
2026-04-01 21:59:28 +02:00
ValueOn AG
5a40b54524
fixed data source
2026-03-31 23:40:59 +02:00
ValueOn AG
413dcd9b6c
fix hard delete cascade: wrong import for FeatureAccessRole
...
Made-with: Cursor
2026-03-31 21:59:26 +02:00
ValueOn AG
c6e7438dfa
teams bot adapt vars
2026-03-31 20:56:35 +02:00
ValueOn AG
695c652a56
mandate admin fixes
2026-03-31 13:31:25 +02:00
ValueOn AG
bc370ef475
Alle 7 Stellen im Code, die Stripe-Objekte in Dicts konvertieren, nutzen jetzt stripeToDict(). Das funktioniert unabhängig von der Stripe-Bibliotheksversion auf DEV und INT.
2026-03-31 02:14:33 +02:00
ValueOn AG
b142c0fa6c
NT-Problem: Unhandled exception: get
...
Root Cause: Die Stripe-Python-Bibliothek auf INT hat keine .get() Methode auf Stripe-Objekten. Wenn session.get("payment_status") aufgerufen wird, sucht Python via __getattr__ nach einem Feld namens "get" → AttributeError("get").
Bestätigung: In routeBilling.py gab es bereits einen hasattr(session, "get")-Check (Zeile 998) — jemand kannte das Problem.
Fix: Alle Stripe-Objekte werden sofort nach dem API-Call in dict() konvertiert
2026-03-31 02:05:16 +02:00
ValueOn AG
ef39d01e16
fixed database issue subscriptions
2026-03-31 01:51:08 +02:00
ValueOn AG
350c699473
fexed stripe webhook
2026-03-31 01:12:25 +02:00
ValueOn AG
b53a7f363d
fixes stripe
2026-03-31 00:47:28 +02:00
ValueOn AG
7cbcaacda1
managed stripe change in env to trigger db refresh
2026-03-31 00:24:56 +02:00
ValueOn AG
3be0967936
fixed changed customer in stripe
2026-03-31 00:15:47 +02:00
ValueOn AG
4cf24884cb
fixed keys and sandbox for int
2026-03-31 00:06:01 +02:00
Patrick Motsch
a1df2df3c5
Merge pull request #115 from valueonag/feat/unified-data-bar
...
Feat/unified data bar
2026-03-30 23:05:09 +02:00
ValueOn AG
a787cdf6bf
fixed onboarding flow
2026-03-30 23:03:36 +02:00
ValueOn AG
e0a09ae6b1
streamlined neutralization flow
2026-03-30 00:14:57 +02:00
ValueOn AG
7e88005721
unified failsafe neutralization architecture
2026-03-29 21:55:09 +02:00
ValueOn AG
3ac25a269a
streamlined billing incl ai and storage budget
2026-03-29 12:18:58 +02:00
ValueOn AG
c12a75f87f
fix user name resolution
2026-03-28 23:56:28 +01:00
ValueOn AG
1fdf238aaf
cleaned mandate and unified mandate to be standard type
2026-03-28 23:54:11 +01:00
ValueOn AG
1f42c015d6
fixes commcoach
2026-03-28 22:29:15 +01:00
ValueOn AG
1883f8cd6a
fixed sys attributes
2026-03-28 21:46:55 +01:00
ValueOn AG
20d2bf215f
fixes
2026-03-28 18:28:35 +01: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
ValueOn AG
efe540b4f9
fixing round 1
2026-03-28 16:59:01 +01:00
idittrich-valueon
d0f8444bac
next version of visual workflow editor with ClickUp Connections
2026-03-25 09:38:06 +01:00
ValueOn AG
b33444e891
unified data completed implementation
2026-03-24 16:39:25 +01:00
ValueOn AG
96c94fae57
unified data - step 1
2026-03-24 14:17:18 +01:00
ValueOn AG
8b161ed410
unified data - step 1
2026-03-24 14:16:46 +01:00
Patrick Motsch
f89e4ab0c4
Merge pull request #114 from valueonag/int
...
Int
2026-03-23 10:39:44 +01:00
ValueOn AG
f796ae3807
fix: RBAC bootstrap anthropic for user, FeatureAccess response, workspace UI repair, user access overview, RBAC tests
...
Made-with: Cursor
2026-03-23 10:29:23 +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
da096bb6e2
rag stats
2026-03-23 00:17:59 +01:00
ValueOn AG
3934cdd3ee
tool fixes
2026-03-23 00:05:29 +01:00
ValueOn AG
9ef0d43091
fixed tables and forms
2026-03-22 22:19:50 +01:00
ValueOn AG
2e7a0a73c7
streamlined formgeneratortable and sort/filter globally
2026-03-22 21:34:54 +01:00
github-actions[bot]
f717da9cc7
chore: update requirements.lock
2026-03-22 18:50:05 +00:00
idittrich-valueon
749e357f8e
removed prompts files
2026-03-22 19:47:41 +01:00
idittrich-valueon
9a2e2b4f5f
included sharepoint nodes
2026-03-22 19:46:50 +01:00
idittrich-valueon
e1ed0ee63c
deleted unnecessary prompts
2026-03-22 18:21:08 +01:00
idittrich-valueon
f808d63c25
finished email nodes
2026-03-22 18:20:31 +01:00
ValueOn AG
c813bd63ca
subscription base logic
2026-03-22 17:23:54 +01:00
idittrich-valueon
04305c5f95
basic functionality
2026-03-22 16:15:11 +01:00
idittrich-valueon
c168443d4f
feat: first version of graphical automation feature
2026-03-22 15:25:29 +01:00
Patrick Motsch
d8cf4b993e
Merge pull request #112 from valueonag/int
...
fixed rendering issues
2026-03-22 11:12:56 +01:00
ValueOn AG
9186c60ad2
fixed rendering issues
2026-03-22 11:09:48 +01:00
Patrick Motsch
d40afae0a9
Merge pull request #111 from valueonag/int
...
Int
2026-03-22 01:27:55 +01:00
ValueOn AG
8cf31077a6
fixed global RAG and admin consent msft
2026-03-22 01:20:44 +01:00