Commit Graph

46 Commits

Author SHA1 Message Date
371b5676fb UI: Agregar botones de copiar en paneles de debug de ChatItem y MessageBubble
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m2s
2025-12-02 21:06:51 -06:00
f4ed9488bd UI: Agregar botones de copiar en paneles de debug de Mensajes
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m2s
2025-12-02 20:58:41 -06:00
b92ccf88b7 Fix: Usar propiedad slot en tabs de debug para mostrar contenido correctamente
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m2s
2025-12-02 20:53:58 -06:00
9f2f3ac510 Docs: Script para scrapear documentacion de Baileys API
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m3s
- Script en scripts/scrape-baileys-docs.ts
- Genera docs/baileys-api-reference.md con 6433 lineas
- 79 secciones: interfaces, types, functions, variables, enums
- Referencia completa para desarrollo de mensajes
2025-12-02 20:49:59 -06:00
ae8e4e37a7 Fix: Checkboxes de eventos en formulario de webhook
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m2s
2025-12-02 20:39:16 -06:00
738584514d Webhooks: Completar integracion backend-frontend
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m1s
- Inicializar webhookDispatcher en plugin de servidor
- Conectar pagina de webhooks con API
- Agregar selector de instancias en formulario
- Corregir bug en toast de handleSaved
2025-12-02 20:33:48 -06:00
a750bd9163 UI: Agregar botones de debug en header de lista de chats y ventana de chat
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m2s
2025-12-02 20:25:15 -06:00
ea5c5943df Fix: Actualizar nombre del chat cuando llega pushName del contacto
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 1m4s
2025-12-02 20:23:31 -06:00
26f755926b Feature: debug buttons + SSE realtime updates
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
- Agregar boton debug en MessageBubble para ver objeto completo
- Agregar boton debug en ChatItem para ver objeto completo
- Crear useRealtime composable para conectar a SSE
- Agregar indicador de estado SSE en mensajes
- Agregar panel debug para ver ultimo evento SSE
- Auto-recargar chats/mensajes cuando llegan nuevos mensajes
2025-12-02 20:18:05 -06:00
1b5317845d Feature: habilitar History Sync en Baileys
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s
- syncFullHistory: true
- shouldSyncHistoryMessage: sincroniza mensajes de los ultimos 30 dias
- Permite cargar chats existentes de WhatsApp
2025-12-02 20:04:33 -06:00
fd67a955da feat: Agregar enlace a Mensajes en la navegación
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 20:02:41 -06:00
95a93a1a10 Fix: guardar mensaje enviado en la base de datos
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
El evento messages.upsert no siempre se dispara para mensajes enviados.
Guardar manualmente el mensaje en el endpoint de envio.
2025-12-02 20:01:35 -06:00
f2d9682560 Fix: filtrar mensajes de protocolo en saveMessage
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 50s
- Skip protocol messages (HISTORY_SYNC, SECURITY_NOTIFICATION, etc)
- Skip messages sin contenido real
- Agregar caption para video/document messages
- Solo guardar mensajes con contenido real de chat
2025-12-02 19:58:59 -06:00
3462827ad9 Fix: usar nombres correctos de componentes Nuxt 3
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 50s
En Nuxt 3, los componentes en subdirectorios usan prefijos:
- ChatItem -> MessagesChatItem
- MessageBubble -> MessagesMessageBubble
- MessageInput -> MessagesMessageInput
2025-12-02 19:54:09 -06:00
b516da39f3 Fix: selectedInstance object handling in messages page
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
USelectMenu devuelve un objeto {label, value}, no solo el value string.
Actualizado el tipo y todas las referencias para usar instance.value
2025-12-02 19:50:16 -06:00
03c1bc8e4e Retry: deploy after network timeout
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s
2025-12-02 19:44:58 -06:00
478f4f8b34 Fix: API de chats con lastMessage y send acepta content
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 13s
2025-12-02 19:44:06 -06:00
91e152a4a3 Feature: Conectar pagina de mensajes con API
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 19:42:48 -06:00
036cdd1972 Feature: History sync, getMessage y handlers de chats
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 19:39:42 -06:00
3817e3c4ae Feature: Boton para reiniciar conexion de instancia
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 51s
2025-12-02 19:36:06 -06:00
9ebbacf03b Debug: Logs detallados en connection.update y eliminar healthcheck
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 52s
2025-12-02 19:31:48 -06:00
4bd498a17c Fix: Incluir qr_code en respuesta de API instances
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m23s
2025-12-02 19:26:31 -06:00
d7d399f3ab debug: Agregar logs detallados para Baileys
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m24s
2025-12-02 19:21:35 -06:00
b5606b78fc fix: Agregar importaciones de Tailwind CSS y Nuxt UI v3
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m19s
Los estilos no se cargaban porque faltaban las importaciones
requeridas por Nuxt UI v3 que usa Tailwind CSS v4.
2025-12-02 19:17:26 -06:00
767b0800a8 fix: Corregir imports de Baileys para ESM/CJS
Some checks failed
build-and-deploy / build-and-deploy (push) Has been cancelled
2025-12-02 19:15:08 -06:00
a0b1502bb1 fix: Agregar serverDir para ubicar server/ correctamente
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 4m52s
2025-12-02 18:54:31 -06:00
90e2fb1d34 fix: Simplificar UI para usar Nuxt UI v3 basico (sin Pro)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m16s
2025-12-02 18:47:37 -06:00
a0aadde05e feat: Agregar iconos PWA
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m12s
2025-12-02 18:42:57 -06:00
3bd288397d fix: Agregar srcDir para usar directorio app/
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m12s
2025-12-02 18:37:56 -06:00
c78c4fc213 fix: Usar prefijo NUXT_ para variables de runtime config
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 3m13s
2025-12-02 18:30:38 -06:00
37b009f658 fix: Usar workflow igual a analiticaNucleo (docker build directo)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 7m33s
2025-12-02 18:22:09 -06:00
3c78186869 ci: Reintentar deploy (problema de red temporal)
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
2025-12-02 18:17:58 -06:00
d1c3e1cf41 fix: Agregar git al Dockerfile para dependencias npm
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 8m19s
2025-12-02 18:08:56 -06:00
e0f844e5dc fix: Corregir versiones de npm y imports ESM de Baileys
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m7s
- Downgrade a Nuxt 3.14.0 (Nuxt 4 no existe todavía)
- Downgrade @nuxt/ui a ^3.0.0
- Downgrade Baileys a ^6.7.9 (versión estable)
- Corregir imports ESM de Baileys en auth-state.ts y manager.ts
- Remover compatibilityDate (específico de Nuxt 4)
2025-12-02 18:04:07 -06:00
faedec47d7 feat: WhatsApp Nucleo con Nuxt 4 + Baileys v7
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 6m46s
Reemplazo completo de Evolution API por implementación directa con Baileys.

Características:
- Dashboard completo con Nuxt UI v4
- Soporte para múltiples instancias de WhatsApp
- Conexión via QR code o pairing code
- Persistencia de mensajes en PostgreSQL
- API REST para integraciones externas
- Webhooks con firma HMAC
- SSE para actualizaciones en tiempo real
- Autenticación con Authentik
2025-12-02 17:54:31 -06:00
327118440b Revertir a latest - v2.3.1 no disponible en Docker Hub
All checks were successful
deploy / deploy (push) Successful in 10s
2025-12-02 17:16:42 -06:00
7fc9df9167 Actualizar Evolution API a v2.3.1 para corregir problema de conexión Baileys
Some checks failed
deploy / deploy (push) Failing after 3s
2025-12-02 17:15:11 -06:00
c2d157ca2d Redeploy: Actualizar EVOLUTION_API_KEY
All checks were successful
deploy / deploy (push) Successful in 10s
2025-12-02 16:46:17 -06:00
732fe870af Fix: Agregar rutas de Authentik al router protegido
All checks were successful
deploy / deploy (push) Successful in 10s
2025-12-02 16:44:33 -06:00
22d7cdc523 Fix: Agregar PostgreSQL con nombre único para evitar conflictos
All checks were successful
deploy / deploy (push) Successful in 17s
2025-12-02 16:41:47 -06:00
b0ae5a26b6 Fix: Agregar DATABASE_PROVIDER para Evolution API
All checks were successful
deploy / deploy (push) Successful in 4s
2025-12-02 16:37:37 -06:00
9c16924c68 CI: Agregar workflow de deploy y hook de monitoreo de Gitea Actions
All checks were successful
deploy / deploy (push) Successful in 28s
2025-12-02 16:33:42 -06:00
cd64f1e8b2 ekiminado deploy viejo 2025-12-02 16:11:32 -06:00
79f90c311e CI: Workflow de deploy en un solo step
Some checks failed
Deploy Evolution API / deploy (push) Has been cancelled
2025-12-02 16:06:20 -06:00
eaf8bb5c28 CI: Agregar workflow de despliegue automático
Some checks failed
Deploy Evolution API / deploy (push) Has been cancelled
2025-12-02 15:40:07 -06:00
ec81c5b0f5 Init: Evolution API para WhatsApp - configuración simplificada
- docker-compose.yml con Evolution API (sin PostgreSQL/Redis)
- Almacenamiento local en volúmenes Docker
- Traefik labels con Authentik para /manager
- API endpoints protegidos por API Key
2025-12-02 15:11:13 -06:00