Commit graph

106 commits

Author SHA1 Message Date
ValueOn AG
c30c18fc71 fixed udb foldertree 2026-04-12 00:29:00 +02:00
ValueOn AG
3adbd1da29 fixed sysuser and removed redundant fallbacks 2026-04-11 22:23:41 +02:00
ValueOn AG
4dfc0afd06 fixed language logic items 2026-04-11 19:44:58 +02:00
ValueOn AG
87e2e6d401 decision subscription 2026-04-10 22:44:08 +02:00
ValueOn AG
be9e47caad phase 2 i18n clean 2026-04-10 12:33:27 +02:00
ValueOn AG
cc1fdb13e5 cleaned sql and ui language sets 2026-04-08 20:28:34 +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
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
7e88005721 unified failsafe neutralization architecture 2026-03-29 21:55:09 +02: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
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
9ef0d43091 fixed tables and forms 2026-03-22 22:19:50 +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
patrick-motsch
5d987e72fe fix(teamsbot): Fix Invalid Date + pass language to browser bot
- Add getIsoTimestamp() to timeUtils for JS-compatible ISO 8601 strings
- Replace getUtcTimestamp() (epoch float) with getIsoTimestamp() for all
  teamsbot session/transcript/response timestamp fields (startedAt, endedAt,
  creationDate, lastModified, SSE event timestamps)
- Pass config.language to browser bot in join request for captions spoken language

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 01:26:27 +01:00
patrick-motsch
77151df0f4 fix: STT audioFormat scoping, automation import name, orphan FK cleanup
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 18:03:23 +01:00
patrick-motsch
d98c31a4d1 logical fixes 2026-02-09 23:44:52 +01:00
patrick-motsch
1f3746aef5 streamlined bootstrap and initial config 2026-02-09 12:49:35 +01:00
ValueOn AG
45eda1e4d4 cleaned up all route and main references - no direct access to db.getRecordset - only over interfaces 2026-02-04 14:09:35 +01:00
ValueOn AG
edeaf64fa4 automation template/definition editor 2026-02-03 23:42:27 +01:00
ValueOn AG
e737bf5cdb gpdr compliancy implemented 2026-01-25 23:57:41 +01:00
ValueOn AG
50e3fce12b fixed automation and trustee 2026-01-24 02:06:49 +01:00
ValueOn AG
6187cc7295 refactored pages ui access with saas mandates 2026-01-23 21:05:47 +01:00
ValueOn AG
bb9630d6c4 fixed imports 2026-01-22 21:11:25 +01:00
ValueOn AG
f02ebead7c dyn options in api 2026-01-22 18:52:04 +01:00
ValueOn AG
82c01b5cb0 saas mandates core done 2026-01-21 00:32:47 +01:00
ValueOn AG
77e1414744 module testing 2026-01-20 00:55:39 +01:00
ValueOn AG
ccc41e7023 harmonized module names 2026-01-19 09:18:37 +01:00
ValueOn AG
5c0ab3f893 implemented multimandate 2026-01-17 02:17:58 +01:00
ValueOn AG
cda0cb1093 hotfix workflows dynamic and automation after pr integrations 2026-01-11 22:42:02 +01:00
ValueOn AG
d87953ce0a fixed issues in workflow with use cases 2026-01-06 22:32:52 +01:00
ValueOn AG
043ffe1044 refined generation prompt 2026-01-06 21:24:54 +01:00
ValueOn AG
2c964b254b AI Iteration tests with 1000 test runs completed 2026-01-06 20:11:57 +01:00
ValueOn AG
c3dce9221c fixed ai looping jsonBase overwriting before getting successful answer 2026-01-06 18:20:40 +01:00
ValueOn AG
e331c7fbce performance tests with json repair and cut handling 2026-01-06 17:18:51 +01:00
ValueOn AG
c40d5e5133 jsnon structure rendering with budget 2026-01-06 11:20:09 +01:00
ValueOn AG
16ebf1b152 tested json cut and merge handler for all scenarioes 2026-01-05 21:49:40 +01:00
ValueOn AG
d747054976 full refactory of core json cut handling system 2026-01-05 21:16:10 +01:00
ValueOn AG
25cbaa45b8 fixed cut json handling 2026-01-05 01:36:39 +01:00
ValueOn AG
879a3c0eff fixed json looping context strings for cut point 2026-01-05 01:30:27 +01:00
ValueOn AG
1c0604106b implemented enhanced standardized ai looping system with usecases 2026-01-04 21:38:26 +01:00
ValueOn AG
64590aa61e fixes 2026-01-04 20:01:34 +01:00
ValueOn AG
1362470f00 enhanced the ai flow for languages (prompt in de, user language en, to deliver documents in fr) and document delivery in different formats 2026-01-02 23:03:29 +01:00
ValueOn AG
0d55e40158 fixed dashboard content 2025-12-30 11:11:31 +01:00
ValueOn AG
a958defd42 fixed workflow run with chatlog 2025-12-29 23:54:27 +01:00
ValueOn AG
e1b3cd36f0 enhanced core ai call document handling with document intent 2025-12-25 00:09:27 +01:00
ValueOn AG
262f3296bf fixing renderers 2025-12-23 00:50:00 +01:00