iachat/spec/controllers
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 Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
devise Chore: Include avatar url in sign_in response (#501) 2020-02-15 22:57:48 +05:30
super_admin Chore: Minor bugfixes and housekeeping tasks (#896) 2020-06-02 23:50:39 +05:30
twilio Feature: Twilio SMS Channel (#658) 2020-04-05 22:11:27 +05:30
twitter Chore: Twitter Integration house cleaning (#855) 2020-05-14 22:51:07 +05:30
.keep Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
api_controller_spec.rb Chore: Housekeeping tasks (#721) 2020-04-16 15:05:01 +05:30
apple_app_spec.rb Chore: Apple site association file for deep linking (#805) 2020-05-03 12:16:11 +05:30
dashboard_controller_spec.rb Chore: Added tests for dashboard_controller (#529) 2020-02-21 00:43:14 +05:30
super_admin_controller_spec.rb Feature: Rewamp super admin dashboard (#882) 2020-05-24 22:44:26 +05:30
swagger_controller_spec.rb Chore: Swagger Docs V1 (#546) 2020-02-23 12:54:29 +05:30
widget_tests_controller_spec.rb [Feature] Email collect message hooks (#331) 2020-01-09 13:06:40 +05:30
widgets_controller_spec.rb Chore: Increase test coverage for widgets controller (#473) 2020-02-07 13:14:07 +05:30