Commit Graph

211 Commits

Author SHA1 Message Date
VPS 4 Deploy Agent 7b55354653 fix(send-media): use upsert to prevent P2002 duplicate messageId error
MessageHandler can insert the echo of a sent message before the HTTP
handler does — replace prisma.message.create() with upsert() so both
paths converge safely instead of crashing with a unique constraint error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 09:21:50 +02:00
VPS 4 Deploy Agent d7acd75bd5 chore(deploy): bump version 2026-05-11 09:15:45 +02:00
VPS 4 Deploy Agent 4d0b895c7e chore(deploy): bump version 2026-05-11 09:13:51 +02:00
VPS 4 Deploy Agent 949274e79b chore(deploy): bump version 2026-05-11 09:12:14 +02:00
VPS 4 Deploy Agent 7ec3d78be2 chore(deploy): bump version 2026-05-11 09:10:27 +02:00
VPS 4 Deploy Agent b0ac06e065 chore(deploy): bump version 2026-05-11 09:08:40 +02:00
VPS 4 Deploy Agent bbbc010945 chore(deploy): bump version 2026-05-11 09:06:59 +02:00
VPS 4 Deploy Agent 706fceabaf chore(deploy): bump version 2026-05-11 09:05:06 +02:00
VPS 4 Deploy Agent 875f31419e chore(deploy): bump version 2026-05-11 09:03:16 +02:00
VPS 4 Deploy Agent 918bce648c chore(deploy): bump version 2026-05-11 09:01:24 +02:00
VPS 4 Deploy Agent f83f1d9263 chore(deploy): bump version 2026-05-11 08:59:18 +02:00
VPS 4 Deploy Agent 80f8585a1f chore(deploy): bump version 2026-05-11 08:57:44 +02:00
VPS 4 Deploy Agent 16dbc40c8a chore(deploy): bump version 2026-05-11 08:56:09 +02:00
VPS 4 Deploy Agent 6f28d3da80 chore(deploy): bump version 2026-05-11 08:54:25 +02:00
VPS 4 Deploy Agent 2a9744762f chore(deploy): bump version 2026-05-11 08:52:45 +02:00
VPS 4 Deploy Agent bed15dd589 chore(deploy): bump version 2026-05-11 08:50:58 +02:00
VPS 4 Deploy Agent 4287b8c1d7 chore(deploy): bump version 2026-05-11 08:49:12 +02:00
VPS 4 Deploy Agent 811a9b9c65 chore(deploy): bump version 2026-05-11 08:47:38 +02:00
VPS 4 Deploy Agent b54c9fb066 chore(deploy): bump version 2026-05-11 08:45:58 +02:00
VPS 4 Deploy Agent 8253a038c6 chore(deploy): bump version 2026-05-11 08:44:13 +02:00
VPS 4 Deploy Agent c7d3701ea3 chore(deploy): bump version 2026-05-11 08:42:33 +02:00
VPS 4 Deploy Agent 2e8c59b3dd chore(deploy): bump version 2026-05-11 08:40:45 +02:00
VPS 4 Deploy Agent b2ad8a8e8b chore(deploy): bump version 2026-05-11 08:38:46 +02:00
VPS 4 Deploy Agent 9ab4b4068e chore(deploy): bump version 2026-05-11 08:37:01 +02:00
VPS 4 Deploy Agent 6bcfcab884 chore(deploy): bump version 2026-05-11 08:34:50 +02:00
VPS 4 Deploy Agent 45b7b91b04 fix(plugins): use conditional require for production Docker compatibility
Replace static require('backend/src/...') with NODE_ENV-conditional
requires in compiled plugin JS and TypeScript sources.
In production Docker /app/backend/src/ does not exist — only /app/dist/.
Fixes MODULE_NOT_FOUND errors on UnifiedStorageProvider, ext-api,
leads, nanobana, and uploads plugins.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 08:34:34 +02:00
VPS 4 Deploy Agent 55d0ddb698 chore(deploy): bump version 2026-05-11 08:32:47 +02:00
VPS 4 Deploy Agent 0e220d1f4a chore(deploy): bump version 2026-05-11 08:30:40 +02:00
VPS 4 Deploy Agent f3d3d1afa5 chore(deploy): bump version 2026-05-11 08:28:42 +02:00
VPS 4 Deploy Agent c437d28c6b chore(deploy): bump version 2026-05-11 08:26:53 +02:00
VPS 4 Deploy Agent 78569125f8 chore(deploy): bump version 2026-05-11 08:24:59 +02:00
VPS 4 Deploy Agent c4304eb2d6 chore(deploy): bump version 2026-05-11 08:23:04 +02:00
VPS 4 Deploy Agent 946d85f236 chore(deploy): bump version 2026-05-11 08:21:13 +02:00
VPS 4 Deploy Agent d30fc440b3 chore(deploy): bump version 2026-05-11 08:19:21 +02:00
VPS 4 Deploy Agent 1e4fa361e4 chore(deploy): bump version 2026-05-11 08:16:53 +02:00
VPS 4 Deploy Agent f88326328f build(frontend): ignore typescript errors during build 2026-05-11 08:15:14 +02:00
VPS 4 Deploy Agent 17537249fd fix(inbox): FilePreviewModal via createPortal — full-screen real + zoom + melhorias visuais 2026-05-11 08:07:34 +02:00
VPS 4 Deploy Agent 8b3b368b56 feat(inbox): preview de arquivo estilo WhatsApp + delay no preloader para avatares 2026-05-11 07:56:40 +02:00
VPS 4 Deploy Agent 8015ee5233 fix(flow-builder): mover componentes para _components para evitar prerender do Next.js 2026-05-11 07:39:23 +02:00
VPS 4 Deploy Agent 97bbd79ef3 fix(inbox): preloader aparece desde o primeiro render até o primeiro load completar 2026-05-11 07:11:05 +02:00
VPS 4 Deploy Agent 28de4928e5 chore(deploy): bump version to v1.0.9 build #9 2026-05-11 05:51:36 +02:00
VPS 4 Deploy Agent 68e3e56279 fix(plugins): resolve UnifiedStorageProvider and ext-api imports dynamically for production dist 2026-05-11 05:32:45 +02:00
VPS 4 Deploy Agent 201594b5a1 fix(plugins): resolve leads and nanobana runtime imports dynamically for production dist compatibility 2026-05-11 05:28:55 +02:00
VPS 4 Deploy Agent f95ac82558 feat(deploys): implement versions admin panel, automatic plugin compilation & production loader paths 2026-05-11 05:24:06 +02:00
VPS 4 Deploy Agent 10c906b61d perf(cache): implement event-driven long TTL cache optimization & fix contact renaming edge-case 2026-05-10 21:50:31 +02:00
VPS 4 Deploy Agent b046f6da7b perf: add composite index on messages table for instanceId and timestamp #12 2026-05-10 09:06:03 +02:00
VPS 4 Deploy Agent f86f5ed78c perf: implement relationLoadStrategy join on chat list query #12 2026-05-10 08:43:25 +02:00
VPS 4 Deploy Agent c1334d0cf9 test: webhook query param test 2026-05-10 08:10:32 +02:00
VPS 4 Deploy Agent ba80f065a8 test: webhook automatic trigger test 2026-05-10 08:08:11 +02:00
VPS 4 Deploy Agent b7d83b542c test: webhook automatic trigger test 2026-05-10 08:08:06 +02:00