Chatwoot/app/javascript/dashboard/i18n/locale/en
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
..
agentMgmt.json Chore: Remove dead code related to billing (#935) 2020-06-07 20:31:48 +05:30
cannedMgmt.json Chore: UI Cleanup in modals (#873) 2020-05-17 21:07:45 +05:30
chatlist.json Chore: Enable bot conversations in status dropdown (#1041) 2020-07-19 21:22:12 +05:30
contact.json Feature: Improve label experience (#975) 2020-06-25 21:04:03 +05:30
conversation.json Feature: Support file type messages on widget and dashboard (#659) 2020-04-02 12:28:38 +05:30
generalSettings.json Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
inboxMgmt.json Feature: Inbox greeting message (#927) 2020-06-09 23:54:35 +05:30
index.js Feature: Improve label experience (#975) 2020-06-25 21:04:03 +05:30
integrations.json Feature: Slack - receive messages, create threads, send replies (#974) 2020-06-22 13:19:26 +05:30
labelsMgmt.json Feature: Improve label experience (#975) 2020-06-25 21:04:03 +05:30
login.json Chore: UI fixes and enhancements (#796) 2020-05-02 09:47:36 +05:30
report.json Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
resetPassword.json Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
setNewPassword.json Move src to dashboard (#152) 2019-10-16 14:36:17 +05:30
settings.json Feature: Availability Statuses (#874) 2020-07-04 11:42:47 +05:30
signup.json Chore: Web widget Inbox Tech Debts (#738) 2020-04-19 23:40:28 +05:30
webhooks.json Feature: As a admin, I should be able to add webhooks to account (#572) 2020-02-29 17:43:49 +05:30