Commit graph

35 commits

Author SHA1 Message Date
ValueOn AG
7366da06ac feat(teamsbot): per-user settings API, system bot admin API, credentials removed from settings UI
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:16:03 +01:00
ValueOn AG
dffebc8d73 feat(teamsbot): join mode selector, response channel setting, API types for chat and join modes
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:07:52 +01:00
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
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
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
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
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
Stephan Schellworth
78fd0a6b17 feat(realestate): PEK map and address UI, realestate views, feature-instance routes 2026-02-12 09:29:49 +01:00
ValueOn AG
2a1cd2ef64 logical fixes 2026-02-09 23:45:05 +01:00
ValueOn AG
fe5f4bf188 automation template/definition editor 2026-02-03 23:42:19 +01:00
Stephan Schellworth
557deb11ac RealEstate/PageManager: Dashboard, Parcels, Projects, useRealEstate, realEstateApi, FeatureView, MandateNavigation, UiComponents, docs BACKEND_DRIVEN_RENDERING 2026-02-03 08:40:23 +01:00
Stephan Schellworth
83530a44bd Admin UX: Zugriffsverwaltung-Hub, InstanceDetailModal, PermissionMatrix, Wizard, Sidebar-Links, Hierarchie-Styling (mandateRow Glow/Glassmorph) 2026-02-03 08:33:28 +01:00
1342bdbcca fixed chatbot functionality 2026-01-30 14:04:56 +01:00
3388002330 build fixes 2026-01-29 16:57:26 +01:00
0af4d7c30b feat:chatbot dynamisch geladen 2026-01-29 15:37:38 +01:00
9b10f73d09 build errors 2026-01-29 10:14:33 +01:00
ValueOn AG
f41e6d0088 fixed ai call end to end with saas multimandate 2026-01-26 23:26:34 +01:00
ValueOn AG
2b220fe816 gpdr compliancy implemented 2026-01-25 23:57:47 +01:00
ValueOn AG
bf4ddc6fd5 rbac rules tested and fixed 2026-01-25 03:01:07 +01:00
ValueOn AG
6a406d885d fixes 2026-01-24 18:01:35 +01:00
ValueOn AG
5952074626 access rules editor enhanced 2026-01-24 09:58:04 +01:00
ValueOn AG
dc4b475728 refactored pages ui access with saas mandates 2026-01-23 21:05:36 +01:00
ValueOn AG
70c84dd897 revised ui components 2026-01-20 00:56:00 +01:00