Commit graph

426 commits

Author SHA1 Message Date
ValueOn AG
356acb1ca2 fix(teamsbot): use React Router navigation for session links instead of href (preserves context)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 13:02:49 +01:00
ValueOn AG
8669a5916f feat(teamsbot): bot account settings UI for dedicated Microsoft account
- New "Bot-Account (Microsoft)" section in TeamsbotSettingsView
- Email and password fields for dedicated bot account
- Hint about MFA requirement
- Updated API types: botAccountEmail, botAccountPassword in Config interfaces

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:56:05 +01:00
ValueOn AG
7421aebf74 feat(teamsbot): session auto-refresh polling for dashboard and session view
- Dashboard: poll sessions every 10s when active sessions exist
- Session view: poll every 5s as fallback when SSE not connected

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:05:58 +01:00
ValueOn AG
40fe8a0a31 feat(billing): scope filter, user balance cards, CSV export fix
- Scope dropdown (Meine Kosten / Mandant / Alle) on Overview and Statistics tabs
- All user balance cards shown in Overview when scope is mandate or all
- Balance cards and statistics react to scope selection
- CSV export endpoint fixed: /api/billing/view/users/transactions
- Scope selector hidden on Transactions tab (FormGeneratorTable handles own filters)
- Fixed unused VoiceLanguage import in TeamsbotSettingsView

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:44:25 +01:00
ValueOn AG
c58bc77154 feat(teamsbot): dynamic voice API, session auto-load, clean API types
- Dynamic language list from Google TTS API (string codes instead of objects)
- Voice test sends botName for AI-generated sample text per language
- Session view auto-loads most recent session when no sessionId given
- Shows "Keine Sitzungen vorhanden" when no sessions exist
- Updated testVoice API to pass botName instead of static text

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:08:51 +01:00
ValueOn AG
76dd20c1ce fix: add teamsbot to FEATURE_REGISTRY, fix duplicate key warning
- Added teamsbot feature config to FEATURE_REGISTRY with labels (Teams Bot)
  and view definitions (Dashboard, Sessions, Settings)
- Fixed React key warning in language dropdown (duplicate language codes from Google TTS API)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 09:43:53 +01:00
ValueOn AG
09dd6e9096 fix: add missing teamsbot settings route in App.tsx
The /settings route for teamsbot feature instances was missing from App.tsx,
causing a blank page when navigating to the settings view.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 09:32:07 +01:00
ValueOn AG
02a8bcb19f feat(teamsbot): dynamic language and voice selection from Google TTS API
- Replaced static VOICE_PRESETS with dynamic API calls to /voice-google/languages and /voice-google/voices
- Languages and voices loaded from Google Cloud TTS at runtime
- Voice dropdown updates automatically when language changes
- Added fetchLanguages() and fetchVoices() API functions with VoiceLanguage/VoiceOption types
- Test button uses bot name in sample text for personalized preview
- Fallback to basic language options if API unavailable

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:31:15 +01:00
ValueOn AG
e1e83d7d93 feat(teamsbot): voice selection with test button, browserBotUrl config
- TeamsbotSettingsView: voice dropdown with predefined Google TTS voices per language
- Voice test button with audio preview (plays TTS sample in browser)
- Language change auto-selects first matching voice
- Updated config interfaces: bridgeUrl -> browserBotUrl
- Added testVoice API function

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:25:36 +01:00
ValueOn AG
30d23ac7df fix: restore navigation tree structure and missing routes after merge damage
Restores functionality lost during merge of feat/real-estate into int (00f2158, 13 Feb):

MandateNavigation.tsx:
- Restored 3-section collapsible navigation: Meine Sicht, dynamic mandates (flat), Administration
- Reverted to flat instance structure (Mandate > Instance with feature icon > Views)
- Original commit: 4231727 (10 Feb, enhanced generic navigation tree)

App.tsx:
- Restored FileProvider wrapper around MainLayout
- Restored Billing routes (/billing/transactions)
- Restored Admin routes: /admin/billing, /admin/automation-events
- Restored Admin index redirect (/admin -> /admin/access)
- Re-added missing imports: FileProvider, BillingDataView, BillingAdmin, AdminAutomationEventsPage

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 02:15:44 +01:00
6272d21942 fix:zugriffsverwaltung liess sich nicht öffnen 2026-02-14 17:59:28 +01:00
9d365aa65a build errors 2026-02-14 17:42:53 +01:00
1829c1c4ad updated pek pages 2026-02-14 17:34:04 +01:00
ValueOn AG
c1204697f4 fix: resolve merge conflict in TeamsbotSettingsView
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-13 12:43:50 +01:00
Patrick Motsch
3ee156c5f8
Merge pull request #8 from valueonag/feat/auxiliaries2
Feat/auxiliaries2
2026-02-13 12:41:06 +01:00
Patrick Motsch
cbb1614594
Merge branch 'int' into feat/auxiliaries2 2026-02-13 12:40:57 +01:00
7e3bc59581 fix:build error 2026-02-13 11:45:47 +01:00
ValueOn AG
92bf11c809 fixed stricts 2026-02-13 11:25:37 +01:00
97a164f682 fix:merge conflicts 2026-02-13 10:42:08 +01:00
00f2158040 Merge branch 'feat/real-estate' into int 2026-02-13 10:38:04 +01:00
48d3cfcd3e fix:merge conflicts 2026-02-13 10:31:55 +01:00
Patrick Motsch
857e7cbd58
Merge pull request #7 from valueonag/feat/auxiliaries
Integration MS Teams over bridge
2026-02-13 08:56:43 +01:00
ValueOn AG
070ef8c98f teams bridge 2026-02-13 07:27:37 +01:00
ValueOn AG
012d4ef4d3 teamsbot 2026-02-13 00:00:26 +01:00
ValueOn AG
bd9807e06e fixes mandate vars 2026-02-12 13:52:54 +01:00
ValueOn AG
d8e51c3d0a fixed cache and locals issues 2026-02-12 13:49:03 +01:00
e6fdc53dd8 fix: import error 2026-02-12 10:16:50 +01:00
Stephan Schellworth
78fd0a6b17 feat(realestate): PEK map and address UI, realestate views, feature-instance routes 2026-02-12 09:29:49 +01:00
02ccadc192 feat:extended BZO information 2026-02-12 09:27:00 +01:00
ValueOn AG
95780a9911 fixes 2026-02-12 01:40:04 +01:00
ValueOn AG
eb02c1073d fix: remove unused useMemo import and fix optimisticMessage type mismatch
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 00:45:26 +01:00
ValueOn AG
a83aa31df7 fixed 3 issues 2026-02-12 00:42:09 +01:00
ValueOn AG
def3ba06de Fixed 3 issues:
AdminAutomationEventsPage.tsx — removed the unused _event variable entirely (it was never referenced).
AutomationTemplatesPage.tsx — removed FaCopy from the import (no longer used after switching to type: 'copy').
AutomationsPage.tsx — same, removed the now-unused FaCopy import.
2026-02-12 00:41:51 +01:00
ValueOn AG
d2a2cfbd10 Fixed issues:
AdminAutomationEventsPage.tsx — removed the unused _event variable entirely (it was never referenced).
AutomationTemplatesPage.tsx — removed FaCopy from the import (no longer used after switching to type: 'copy').
AutomationsPage.tsx — same, removed the now-unused FaCopy import.
2026-02-12 00:41:30 +01:00
ValueOn AG
573a77be0b deploy fix 2026-02-12 00:39:51 +01:00
ValueOn AG
9312e76737 fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
ValueOn AG
7798463e24 enhanced invitation 2026-02-10 10:56:28 +01:00
ValueOn AG
7077e75fc7 fix 02 2026-02-10 09:25:48 +01:00
ValueOn AG
7b5ac4e11c debug invitation issue on int 2026-02-10 09:22:47 +01:00
ValueOn AG
44283cd5c2 fixed mandate routing 2026-02-10 01:44:28 +01:00
ValueOn AG
861bec31cb fixes 2026-02-10 00:25:29 +01:00
Patrick Motsch
af9e827efc
Merge pull request #6 from valueonag/feat/cost-control
Feat/cost control
2026-02-10 00:11:54 +01:00
ValueOn AG
4231727544 enhanced generic navigation tree 2026-02-10 00:10:10 +01:00
ValueOn AG
2a1cd2ef64 logical fixes 2026-02-09 23:45:05 +01:00
ValueOn AG
75125e3f58 streamlined bootstrap and initial config 2026-02-09 12:49:39 +01:00
ValueOn AG
15c93b3bf0 billing rbac 2026-02-08 16:14:06 +01:00
ValueOn AG
8f29bdb270 fiixed feature instance role access 2026-02-08 14:26:06 +01:00
ValueOn AG
2cbee8fe57 fixes 2026-02-08 14:00:13 +01:00
ValueOn AG
2fdb09df01 admin views fixes 2026-02-08 13:28:35 +01:00
ValueOn AG
fcb8500104 fixed billing transactions mapping and added reporting 2026-02-08 13:15:23 +01:00