Chatwoot/app/javascript/dashboard
Sony Mathew 96efc44b82
Chore: Feature lock email settings in UI (#1065)
* Chore: Feature lock email settings in UI

The email settings under account settings needed to be
feature locked in a way different from teh current way for it
to be enabled for accounts in a self hosted scenario.

Some refactorings were also done along with this change.

1. There was a feature flag defined in code in account model called
domain_emails_enabled was used to check if the inbound emails was
enabled for the account. But there was already a feature flag called
"inbound_emails" defined in features.yml. So changed to use this to
check if inbound emails are enabled for an account.
2. Renamed and re-purposed existing `domain_emails_enabled` to
`custom_email_domain_enabled` to use for feature toggling the UI
for email settings.
3. To enable & disable multiple features using the featurable concern
we were passing an array of values. Changed this to accept a comma
separated set of values.

* Chore: Feature lock email settings in UI

Fixed the specs for accounts controller & removed
unneccessary code from Account seetings component in UI

* Chore: Convert newlines to <br>s

Removed the layout used while sending replies in
conversation continuity.

Converted the newlines in the messages to <br/> tags
for the correct HTML rendering.

* Chore: Bug fix in reply email domain

Renamed the function custom_email_domain_enabled  to
inbound_email_enabled.

Fixed bug on setting reply emails's domain.
2020-07-19 23:08:07 +05:30
..
api Feature: Availability Statuses (#874) 2020-07-04 11:42:47 +05:30
assets Enhancement: Add focus state for reply box in dashboard (#999) 2020-07-04 13:50:44 +05:30
components Chore: Cleanup attachment handling for Facebook & Whatsapp (#1051) 2020-07-17 00:32:32 +05:30
helper Chore: Fix presence for current user (#1001) 2020-07-04 20:03:16 +05:30
i18n Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
mixins Bug: Fix account_id in URLs (#894) 2020-05-26 23:36:42 +05:30
routes Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
store Chore: Cleanup attachment handling for Facebook & Whatsapp (#1051) 2020-07-17 00:32:32 +05:30
App.vue Feature: Ability to set an account name (#667) 2020-04-06 22:17:07 +05:30
App.Vue.spec.js Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
constants.js Chore: Enable bot conversations in status dropdown (#1041) 2020-07-19 21:22:12 +05:30