Chatwoot/app/views/api/v1/accounts
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
..
agents Chore: Remove duplication of user JBuilder (#911) 2020-05-31 23:10:20 +05:30
callbacks Chore: Web widget Inbox Tech Debts (#738) 2020-04-19 23:40:28 +05:30
channels/twilio_channels Feature: Twilio SMS Channel (#658) 2020-04-05 22:11:27 +05:30
contacts Feature: Availability Statuses (#874) 2020-07-04 11:42:47 +05:30
conversations Chore: Convert Message Sender to polymorphic (#740) 2020-06-27 21:34:53 +05:30
inbox_members Chore: Scope URLs with account_id (#601) 2020-03-09 23:27:10 +05:30
inboxes Feature: Inbox greeting message (#927) 2020-06-09 23:54:35 +05:30
integrations Feature: Slack - receive messages, create threads, send replies (#974) 2020-06-22 13:19:26 +05:30
labels Feature: Label APIs (#931) 2020-06-07 11:17:13 +05:30
notification_settings Feature: Add web push notification permission in frontend (#766) 2020-05-06 00:10:56 +05:30
notifications Chore: FCM Notification Improvements (#957) 2020-06-15 13:36:56 +05:30
webhooks Chore: Scope URLs with account_id (#601) 2020-03-09 23:27:10 +05:30
show.json.jbuilder Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
update.json.jbuilder Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30