Chatwoot/app/controllers/api/v1/widget
Sojan Jose 6fdd4a2996
chore: Security Improvements to the API (#2893)
- Devise auth tokens are reset on password update
- Avatar attachment file type is limited to jpeg,gif and png
- Avatar attachment file size is limited to 15 mb
- Widget Message attachments are limited to types ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/tiff', 'application/pdf', 'audio/mpeg', 'video/mp4', 'audio/ogg', 'text/csv']
- Widget Message attachments are limited to 40Mb size limit.
2021-09-01 15:08:05 +05:30
..
base_controller.rb chore: Expose widget config via an API (#2645) 2021-07-21 01:26:32 +05:30
campaigns_controller.rb chore: Expose widget config via an API (#2645) 2021-07-21 01:26:32 +05:30
configs_controller.rb chore: Expose widget config via an API (#2645) 2021-07-21 01:26:32 +05:30
contacts_controller.rb chore: Set phone_number through Website SDK (#2803) 2021-08-13 17:26:09 +05:30
conversations_controller.rb chore: Fix emails being sent with the wrong translations (#2236) 2021-06-08 22:45:01 +05:30
events_controller.rb feat: Builder for creating Campaign conversations (#2192) 2021-05-03 20:23:09 +05:30
inbox_members_controller.rb chore: Expose widget config via an API (#2645) 2021-07-21 01:26:32 +05:30
labels_controller.rb chore: Prevent i18n config bleeding across requests (#1214) 2020-10-05 17:55:46 +05:30
messages_controller.rb chore: Security Improvements to the API (#2893) 2021-09-01 15:08:05 +05:30