Tassio Alves
ce1680f515
[FIX] Adding a timestamp to the filename to make it possible to send the same file more than once in the same conversation.
2025-03-27 10:46:13 -04:00
Davidson Gomes
b89f1144b4
Merge pull request #1334 from adaptwebtech/fix_and_add_name_to_find_chats_and_paginate_get_contacts_and_get_chats
...
Corrigindo um bug no endpoint de findChats e permitindo paginação nos endpoints de findChats e findContacts
2025-03-26 10:34:56 -03:00
pedro-php
c5c354ffe7
fix_and_add_name_to_find_chats_and_paginate_get_contacts_and_get_chats
2025-03-25 10:52:19 -03:00
Davidson Gomes
043df62a8f
Merge pull request #1304 from rafwell/main
...
Add eventos referente a instancia que estavam faltando
2025-03-14 14:33:41 -03:00
Rafael Souza
53ae521863
Add eventos referente a instancia que estavam faltando
2025-03-10 18:11:03 -03:00
Davidson Gomes
13bdbc268c
Merge pull request #1290 from jrCleber/main
...
Corrige validação de URL para permitir localhost e endereços IP
2025-03-06 16:59:48 -03:00
Davidson Gomes
ea9c3fbbe0
Merge pull request #1287 from pedroepif/main
...
fix: adjusting cloud api send audio and video
2025-03-06 16:53:05 -03:00
Cleber Wilson
22a958616d
basic regex for url
2025-03-06 16:17:42 -03:00
Davidson Gomes
32cde710b8
feat: Enhance WebSocket authentication and connection handling
...
- Add robust authentication mechanism for WebSocket connections
- Implement API key validation for both instance-specific and global tokens
- Improve connection request handling with detailed logging
- Refactor WebSocket controller to support more secure connection validation
2025-03-06 09:17:43 -03:00
Pedro Epifanio
d9aa111800
fix: lint
2025-03-06 08:59:45 -03:00
Pedro Epifanio
fb41ab14e8
fix: adding media verification
2025-03-05 20:01:14 -03:00
Pedro Epifanio
5998fcf940
fix: adjustin cloud api send audio and video
2025-03-05 19:54:34 -03:00
Davidson Gomes
2198a86ae4
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2025-02-25 15:44:42 -03:00
Davidson Gomes
8a54efe11c
feat: Add NATS integration and update Baileys service
...
- Create Nats table in PostgreSQL migration
- Disable message recovery logic in Baileys service
- Remove console log in instance creation route
2025-02-25 15:42:40 -03:00
Ygor Santana
2f1df734e0
style: run lint
2025-02-22 14:17:37 -03:00
Ygor Santana
247c39fe39
fix: expiration time being useless when not awaitUser
2025-02-22 14:16:08 -03:00
Davidson Gomes
ada63b58af
Merge pull request #1251 from fernandoralha/hotfix/sqs-event
...
fix: Refactor SQS controller to correct bug in sqs events by instance
2025-02-21 19:31:29 -03:00
“fernandoralha”
278add6b11
fix: Refactor SQS controller to correct bug in sqs events by instance
...
- Implement dynamic queue creation based on enabled events - Add method to list existing queues for an instance - Improve error handling and logging for SQS operations - Remove unused queue removal methods - Update set method to handle queue creation/deletion on event changes - Add comments for future feature of forced queue deletion
2025-02-17 21:22:59 -03:00
Davidson Gomes
98b8419b8d
Merge pull request #1237 from GrimBit1/main
...
Refactor Editing Message events and update message handler
2025-02-14 12:09:27 -03:00
Aditya Nandwana
33f7f2932d
Implement message update handling in BaileysStartupService
2025-02-13 11:07:18 +05:30
Aditya Nandwana
c939ed2337
Enhance message editing validation in BaileysStartupService
2025-02-13 10:39:29 +05:30
Alexis Hernandez
b93ee2e023
fix: chatwoot csat creating new conversation in another language
2025-02-11 08:20:36 -04:00
Davidson Gomes
b58d9e957f
Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop
2025-02-10 12:53:06 -03:00
Davidson Gomes
e5137e1aac
Merge pull request #1221 from mbap-dev/fix-audio
...
Fix audio send duplicate from chatwoot.
2025-02-10 12:52:48 -03:00
mbap-dev
6b120e5da2
Fix audio send duplicate from chatwoot.
2025-02-09 20:12:40 -03:00
Davidson Gomes
342dacc398
Merge pull request #1217 from Desarrollo-TMS/feat-message-location
...
feat: add message location support whatsapp meta
2025-02-07 16:57:45 -03:00
Alexis Hernandez
d75c37e233
feat: add message location support meta
2025-02-07 13:04:36 -04:00
Davidson Gomes
68c6ad4f91
Merge pull request #1211 from joaosouz4dev/main
...
feat: notconvertsticket for animated stickers
2025-02-07 11:38:00 -03:00
Wayre Avelar
6c1355b64b
feat: Criado um novo grupo de rotas (business) para tratar dos catalogos de produtos e Coleções evitando alterações desnecessárias em arquivos do repositório
2025-02-07 00:56:49 -03:00
João Victor Souza
0c5d28bb6c
Merge branch 'main' of https://github.com/EvolutionAPI/evolution-api
2025-02-06 18:02:36 -03:00
João Victor Souza
0d1e7c08c9
feat: sendsticket notconvertsticket
2025-02-06 17:56:21 -03:00
Davidson Gomes
d665474404
feat: Add NATS integration support to the event system
...
- Added NATS package to dependencies
- Created Prisma schema models for NATS configuration
- Implemented NATS controller, router, and event management
- Updated instance controller and event manager to support NATS
- Added NATS configuration options in environment configuration
- Included NATS events in instance validation schema
2025-02-05 17:05:29 -03:00
Davidson Gomes
b143363c5d
Merge pull request #1201 from wayre/catalogProducts
...
Feat: Adicionei suporte para obter o Catálogos de Produtos e as Coleções de Produtos para a versão 2.2.3
2025-02-04 09:59:59 -03:00
Wayre Avelar
56a8e09ba8
chore: eslint applied
2025-02-04 09:04:41 -03:00
Davidson Gomes
023e030802
Merge pull request #1195 from GrimBit1/main
...
Refactor edit and delete message functionality in BaileyStartupService
2025-02-04 06:22:49 -03:00
Wayre Avelar
e27db0612f
feat: Add support to get Catalogs and Collections with new routes: '{{baseUrl}}/chat/fetchCatalogs' and '{{baseUrl}}/chat/fetchCollections'
2025-02-04 03:51:47 -03:00
Davidson Gomes
e51b6e9270
fix: improve message deduplication and edited message handling in Baileys service
...
- Refactor edited message detection logic
- Prevent duplicate message processing for edited messages
- Optimize message key caching mechanism
2025-02-03 17:19:07 -03:00
Davidson Gomes
867e8493aa
fix: added cache to identify duplicated messages on events
...
- Update Docker image repository to evoapicloud/evolution-api
- Modify contact email to contato@evolution-api.com
- Update Docker Compose, Dockerfile, and workflow files
- Add Docker image badge to README
- Include additional content creator in README
- Implement message deduplication cache in Baileys service
2025-02-03 15:37:11 -03:00
Aditya Nandwana
91e7a32209
Refactor createJid method in BaileysStartupService
2025-02-03 14:24:27 +05:30
Aditya Nandwana
4137984b5d
Refactor message deletion in BaileysStartupService
2025-02-03 11:44:41 +05:30
Aditya Nandwana
96821f5d9a
Refactor BaileysStartupService updateMessage method
2025-02-03 11:43:53 +05:30
Davidson Gomes
3c2ea5c67c
feat: Re-enable group metadata caching in Baileys service
...
- Restore group metadata caching mechanisms
- Uncomment cache-related methods for group updates and participants
- Implement conditional group metadata retrieval based on cache configuration
2025-02-02 16:42:17 -03:00
Davidson Gomes
9109b140a9
Merge pull request #1192 from tonimoreiraa/fix-dify-truncated-messages
...
fix(dify-service): Truncated messages (agent bot)
2025-02-01 16:11:07 -03:00
Davidson Gomes
ff5a8adc71
Merge pull request #1190 from GrimBit1/main
...
Fix Message deletion in Whatsapp Bailey Service
2025-02-01 16:08:56 -03:00
Toni Moreira
fc84e0f327
fix: dify truncated messages
2025-02-01 11:47:50 -03:00
Aditya Nandwana
c1494ca035
Refactor logical message deletion in BaileysStartupService
2025-02-01 16:09:08 +05:30
Davidson Gomes
f8f1cbf4a2
fix: Disable group metadata caching in Baileys service
...
- Remove group metadata caching mechanisms
- Modify group-related cache update methods
- Simplify group metadata retrieval process
2025-01-31 17:44:44 -03:00
Davidson Gomes
fa19c7fa89
feat(rabbitmq): Add prefix key configuration for queue names
2025-01-28 18:01:28 -03:00
Davidson Gomes
f340f7716f
Remove unused dependencies from ChannelController to streamline integration logic
2025-01-22 11:14:05 -03:00
Davidson Gomes
3a04f7587e
Refactor Evolution Channel with new instance management and media handling features
...
- Added `setInstance` method to manage instance details and trigger events for instance creation.
- Refactored `connectToWhatsapp` to improve error handling and streamline connection logic.
- Enhanced `sendMessageWithTyping` to support various message types including buttons and lists, and integrated file handling for media messages.
- Updated `processAudio` to handle audio conversion using an external API, improving audio processing capabilities.
- Introduced new methods for sending button messages and handling audio messages, enhancing user interaction features.
- Improved contact update logic to ensure accurate data synchronization with the database and external services.
2025-01-22 11:06:10 -03:00