chatwoot/lib/integrations
Shivam Mishra c031cb19d2
fix: downcase email before finding (#8921)
* fix: downcase email when finding

* feat: add `from_email` class

* refactor: use `from_email`

* feat: add rule to disallow find_by email directly

* chore:  remove redundant test

Since the previous imlpmentation didn't do a case-insentive search, a new user would be created, and the error would be raised at the DB layer. With the new changes, this test case is redundant

* refactor: use from_email
2024-02-21 18:51:00 +05:30
..
csml chore: Use "create!" and "save!" bang methods when not checking the result (#5358) 2022-09-13 17:40:06 +05:30
dialogflow fix: Handle PermissionDeniedError for Dialogflow processor (#8252) 2023-10-30 13:24:03 -07:00
dyte feat: Add backend APIs for Dyte integration (#6197) 2023-01-09 12:37:18 +05:30
facebook feat: Facebook delivery reports (#8136) 2023-11-20 12:22:45 +05:30
google_translate chore: Upgrade to Rails 7 (#6719) 2023-05-06 10:44:52 +05:30
openai fix: Summary prompt test (#7709) 2023-08-11 13:42:27 +05:30
slack fix: downcase email before finding (#8921) 2024-02-21 18:51:00 +05:30
bot_processor_service.rb fix: hook exception for empty hook (#6646) 2023-03-10 16:40:15 +05:30
openai_base_service.rb chore: Fix OpenAI sentry errors (#7687) 2023-08-07 14:08:26 -07:00