Commit Graph

14 Commits

Author SHA1 Message Date
Adam f1aedcaa1e refactor: Session 1 - critical safety bug fixes
- Remove hardcoded Replicate API key -> appsettings.Development.json
- Replace static Dictionary with ConcurrentDictionary for thread safety
- Remove static myHome field; ProcessAudio2 and OpenEmailForm2 now
  use session-keyed _instances lookup for correct multi-user routing
- Register _instances cleanup in DisposeAsync
- CreateSiteWizard: Singleton -> Scoped, static _instance replaced
  with DotNetObjectReference for per-circuit JS interop
- Remove duplicate DbContext registration from Program.cs
- HandleBrandNameChanged: remove spurious async void
- UpdateTextContentForVoice: add try/catch to contain exceptions
- UI event handlers (UpdateContent/Finished/Status): early-return
  guards + try/catch with _logger instead of silent failures

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 00:44:56 +01:00
Adam e0325bb4bb chore: rotate OpenAI key, point Qdrant at local dev instance
Switch Qdrant from cloud (GCP europe-west3) to local Tailscale
host (100.117.141.100) with TLS disabled. Rotate OpenAI API key
in appsettings and embedding service.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-07 00:44:35 +01:00
Adam 00417c4cf8 húúúúúúúdenagycommit 2025-08-26 21:04:55 +02:00
Adam de70b8c97f content management rewrite, groups, chunking, multidimensional collections 2025-06-28 23:51:37 +02:00
Adam 492fa9209b Muuuuuch faster, local vector search, local embedding service and api 2025-06-17 20:22:49 +02:00
Adam 4effccf3a7 Clean code approvements, refractoring 2025-06-12 12:54:17 +02:00
Adam 85589532d7 text-to-speech improvements 2025-06-12 09:07:37 +02:00
Adam 0fca13a505 voice fixes, custom voice for page, upload fixes, layoutbuilder, database extensions 2025-06-02 10:48:20 +02:00
Adam 94d002657a Agent tests, TTS and STT settings, further fixes and developments 2025-05-25 03:18:37 +02:00
Adam 03b1995771 Menu fix, do not modify fix content fix, simplified content display from static menuitems 2025-05-18 10:20:49 +02:00
Adam fb6283628f button clicks further development, admin area developments and fixes, snippet preview, create form 2025-04-22 18:40:04 +02:00
Adam 8bf5c1c787 cerebras integration, json error fix, appsettings possible to swtich between providers, dynamic pdf form poc, many small imporvements 2025-04-13 19:17:02 +02:00
Adam ebfc8aa3d0 Initial commit 2025-04-01 19:18:17 +02:00
Adam 44fbe3d65b Initial commit 2025-02-25 09:59:24 +01:00