Commit Graph
6 Commits
Author SHA1 Message Date
stefankoelle 43ce0bcfe1 fix: build full_name from parts in chat messages endpoint
- SELECT prefix, given_name, middle_name, family_name, suffix alongside full_name
- Apply db._build_full_name() fallback when full_name is NULL
- Document the pattern in AGENTS.md to prevent future regressions
2026-09-17 19:41:38 +02:00
stefankoelle 5f39d276d6 feat: Chat-Archive integration on contact detail page
- Add proxy endpoint GET /api/contacts/{id}/messages (forwards to Chat-Archive API)
- Add chat_sender_name field to Account config for sender matching
- Add Infinite Scroll chat section with Messenger-style bubbles
- Umlaut-normalized name comparison (ae/oe/ue/ss)
- Add CHATAPI_ENABLED/URL/KEY environment variables
- Update README.md, SPEC.md, AGENTS.md
2026-09-17 19:01:42 +02:00
stefankoelle fcaa74f774 demo showcase 2026-08-10 17:42:13 +02:00
stefankoelle af922f23ba LICENSE 2026-08-05 02:29:18 +02:00
stefankoelle 4988526f46 Update README.md and more 2026-08-05 02:26:01 +02:00
stefankoelle 8bd9dc1c03 AGENTS.md 2026-08-05 02:23:10 +02:00