iachat/app
Muhsin Keloth b9e40d1452
feat: Add an option to enable/disable email collect box (#2399)
* add email collect enabled migration

* migrations

* expose enable_email_collect field

* add select for email collect

* add enable_email condition on new conversation

* add default value true for enable_email_collect

* add specs for email collect enabled

* rereun migration

* code cleanup

* update token life span to 2 months

* revert uuid column
2021-06-10 02:34:03 -07:00
..
actions
assets chore: Improve button component styles (#1996) 2021-04-07 11:43:16 +05:30
bot chore: Update Facebook Messenger gem (#2342) 2021-06-07 13:58:01 +05:30
builders chore: Message API improvements (#2396) 2021-06-08 01:11:06 +05:30
channels
controllers feat: Add an option to enable/disable email collect box (#2399) 2021-06-10 02:34:03 -07:00
dashboards feat: Improved password security policy (#2345) 2021-06-07 17:26:08 +05:30
dispatchers feat: Builder for creating Campaign conversations (#2192) 2021-05-03 20:23:09 +05:30
drops
fields feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
finders
helpers
javascript feat: Add an option to enable/disable email collect box (#2399) 2021-06-10 02:34:03 -07:00
jobs
listeners feat: Remove restrictions on API channel webhook_url (#2261) 2021-05-13 15:03:25 +05:30
mailboxes fix: Handle application errors in Sentry (#1982) 2021-03-27 12:27:48 +05:30
mailers chore: Fix emails being sent with the wrong translations (#2236) 2021-06-08 22:45:01 +05:30
models feat: Add an option to enable/disable email collect box (#2399) 2021-06-10 02:34:03 -07:00
policies
presenters
services feat: Add an option to enable/disable email collect box (#2399) 2021-06-10 02:34:03 -07:00
views feat: Add an option to enable/disable email collect box (#2399) 2021-06-10 02:34:03 -07:00
workers chore: Fix emails being sent with the wrong translations (#2236) 2021-06-08 22:45:01 +05:30
test-matchers.js