iachat/app/controllers/api/v1
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
..
accounts feat: Ability to remove inbox avatar (#2885) 2021-08-31 15:12:05 +05:30
integrations Feature: Slack integration (#783) 2020-06-12 23:12:47 +05:30
widget chore: Security Improvements to the API (#2893) 2021-09-01 15:08:05 +05:30
accounts_controller.rb chore: Suppress the unnecessary CSRF warning (#2606) 2021-07-14 18:40:24 +05:30
notification_subscriptions_controller.rb Feature: Add web push notification permission in frontend (#766) 2020-05-06 00:10:56 +05:30
profiles_controller.rb enhancement: Current password confirmation in change password (#2108) 2021-06-02 05:22:24 -07:00
webhooks_controller.rb chore: Upgrade rails and ruby versions (#2400) 2021-08-03 20:11:52 +05:30