Chatwoot/app/controllers/api/v1
Sojan Jose 6a6a37a67b
chore: Ability to Disable Gravatars (#5027)
fixes: #3853

- Introduced DISABLE_GRAVATAR Global Config, which will stop chatwoot from making API requests to gravatar
- Cleaned up avatar-related logic and centralized it into the avatarable concern
- Added specs for the missing cases
- Added migration for existing installations to move the avatar to attachment, rather than making the API that results in 404.
2022-07-21 19:27:12 +02:00
..
accounts chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
integrations Feature: Slack integration (#783) 2020-06-12 23:12:47 +05:30
widget chore: Fix contact model silently discarding invalid attributes (#4994) 2022-07-08 13:58:09 +05:30
accounts_controller.rb feat: Add hCaptcha for public forms (#4017) 2022-02-18 20:02:50 +05:30
notification_subscriptions_controller.rb chore: Use "destroy!" instead of "destroy" when not checking the return value (#4259) 2022-03-24 13:28:25 +05:30
profiles_controller.rb chore: Remove message_signature_enabled from users (#3982) 2022-02-15 12:10:53 +05:30
webhooks_controller.rb chore: Upgrade Exception tracking (#4638) 2022-05-09 14:23:19 +05:30