ValueOn AG
4dfc0afd06
fixed language logic items
2026-04-11 19:44:58 +02:00
ValueOn AG
be9e47caad
phase 2 i18n clean
2026-04-10 12:33:27 +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
ValueOn AG
c3f8be68b2
truastee sync and charting
2026-03-18 23:04:56 +01:00
6dc2afafb9
fix:performance improvements
...
- app.py: Pre-warm AI connectors at module load and in lifespan
- aicoreModelRegistry.py: Connector discovery cache, getAvailableModels cache, bulk RBAC, eager prewarm
- connectorDbPostgre.py: Connector cache, contextvars for userId, eviction (max 32)
- chatbot: Uses _get_cached_connector, Service center integration, BillingService exceptions, BillingService exceptions instead of direct imports
- interfaceDbApp.py: Uses _get_cached_connector
- interfaceDbManagement.py: Uses _get_cached_connector
- security/rbac.py: Adds checkResourceAccessBulk
2026-03-06 13:46:54 +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
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
555c9429fb
fixed automation bug rbac set
2026-02-04 01:07:42 +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
bc2877bcc1
fixed rbac feature rules to override global rules, not to combine
2026-01-25 03:18:22 +01:00
ValueOn AG
2fc8034260
rbac rules tested and fixed
2026-01-25 03:01:01 +01:00
ValueOn AG
bb9630d6c4
fixed imports
2026-01-22 21:11:25 +01:00
ValueOn AG
362080791a
isolate features
2026-01-22 17:00:29 +01:00
ValueOn AG
5c0ab3f893
implemented multimandate
2026-01-17 02:17:58 +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
ValueOn AG
d009f93dba
rbac roles and rules integration tests passed
2025-12-07 23:51:05 +01:00
ValueOn AG
54246745a9
refactored uam to rbac
2025-12-07 13:48:39 +01:00
ValueOn AG
88110d0f9d
centralized timestamp management with logger
2025-11-06 14:27:02 +01:00
ValueOn AG
c44fc92568
refactored whole codebase for camelCase part 1 of 2
2025-10-31 00:05:39 +01:00
ValueOn AG
daddf417be
Cleaned all import lists
2025-10-24 23:57:17 +02:00
8a8b0453ad
fix: secure cookies for integration
2025-10-12 16:40:48 +02:00
9f3af5ab48
fix: secure cookies for integration
2025-10-12 16:35:59 +02:00
4e06f7e661
fix: Cookies now properly cleared on logout
2025-10-12 16:13:27 +02:00
ValueOn AG
8be9211b28
complete refactory of all dependencies
2025-09-26 23:36:56 +02:00
ValueOn AG
07a2d279df
cleaned model space centralized
2025-09-25 16:59:44 +02:00
ValueOn AG
29c31e79bd
Tested workflow engine 3.1
2025-09-24 23:18:10 +02:00
ValueOn AG
472353fea0
Refactor full workflow engine 3.0
2025-09-23 22:47:54 +02:00
ValueOn AG
9ba45952e4
closed workflow action plan
2025-09-22 15:44:30 +02:00
ValueOn AG
ebfdd9ab03
admin interface
2025-09-22 07:44:39 +02:00
ValueOn AG
168d66d167
cleaned key handling and security
2025-09-22 00:39:15 +02:00
ValueOn AG
55a3cac2df
enhanced workflow
2025-09-18 17:11:35 +02:00
ValueOn AG
955a733063
google oauth2 fixes
2025-09-10 17:47:17 +02:00
ValueOn AG
c2d3877b1e
fixes sharepoint search
2025-09-04 16:46:56 +02:00
ValueOn AG
0895975478
enhanced document handover with primary search over full string and secondary search over round/task/action number only
2025-08-25 22:36:21 +02:00
ValueOn AG
bd0d964e93
cleaned up code, removed sessions as jwt used, functions alignment
2025-08-24 17:03:39 +02:00
ValueOn AG
4edaba3471
cleaned timestamp globally - now integration test
2025-08-21 22:55:06 +02:00
ValueOn AG
f1e06553eb
doc and mail final r1
2025-08-20 01:04:53 +02:00
ValueOn AG
db13db0f83
refactored connection token management and document handling
2025-08-20 00:01:13 +02:00
ValueOn AG
7d21146b6a
workflow end2end with outlook
2025-08-17 20:41:37 +02:00
ValueOn AG
03c17d7506
methods done
2025-06-13 00:41:51 +02:00
ValueOn AG
33c9ec1830
refactored ui
2025-06-02 23:12:24 +02:00
ValueOn AG
8c9492715a
mvp running
2025-05-30 01:12:59 +02:00
ValueOn AG
ecf23255d2
base for integration test
2025-05-28 01:51:10 +02:00
ValueOn AG
cf94b1115b
ref
2025-05-26 07:04:30 +02:00
ValueOn AG
628cca0ed4
refactory complete to review and test
2025-05-22 00:48:56 +02:00
ValueOn AG
e6ca2bad17
working set for clean data references
2025-05-21 19:38:06 +02:00