Chatwoot/spec/factories
Sony Mathew 18d3c40fb3
feat: installation config in super admin console (#1641)
* feat: installation config in super admin console

* Added the ability for super admins to view, edit and update
installation config values. Also they can add new isntallation config
values. The impact of editing and adding depends on which all
installation config values are being used in the code.
* Known limitation now: Ability to edit hash values (for eg: feature
flags) are disabled. This requires more work and will be taken up in
a secondary set of changes.
* Minor UX improvement. Clicking on the Sidekiq option in the super
admin siebar will now open the sidekiq dashboard in a new tab rather
than in the same tab that you were using super admin.

* fix: method name fix in custom adminsitrate field

* feat: added locked attribute to global config
* Added the locked attribute to instalaltion config table. Added
necessary migrations. Added changes in config loader.
* Added the changes on the installation config yml
* Locked the account feature defaults in code

* feat: show only editable configs in admin console
* Added a new scope in installation config model
* Added scope in adminstrate controller for installation_config

* fix: new installation config create error
* Fixed the error in new installation config create

* fix: specs coverage
* Added specs for installation config super admin controller

* chore: update git ignore with encrypted config ext
2021-01-15 13:21:53 +05:30
..
bot_message Feature: Rich Message Types (#610) 2020-04-10 16:42:37 +05:30
channel feat: email channel backend (#140) (#1255) 2020-09-21 22:44:22 +05:30
facebook_message Chore: Switch from Carrierwave to ActiveStorage (#393) 2020-01-07 22:59:17 +05:30
integrations Feature: Slack - receive messages, create threads, send replies (#974) 2020-06-22 13:19:26 +05:30
kbase Feature: Knowledge Base APIs (#1002) 2020-09-26 02:32:34 +05:30
twitter feat: Ignore tweets from blocked users (#1408) 2020-11-16 10:46:53 +05:30
account_users.rb Chore: Enable Users to create multiple accounts (#440) 2020-03-07 12:18:16 +05:30
accounts.rb Chore: Feature lock email settings in UI (#1065) 2020-07-19 23:08:07 +05:30
agent_bot_inboxes.rb Feature: Introduce bots (#545) 2020-03-06 01:43:12 +05:30
agent_bots.rb Feature: Introduce bots (#545) 2020-03-06 01:43:12 +05:30
canned_responses.rb Chore: Added tests for canned_responses (#477) 2020-02-08 11:58:40 +05:30
contact_inbox.rb Feature: Contact Merge Action (#378) 2019-12-24 13:27:25 +05:30
contacts.rb chore: Ingore case while searching contact name, email (#1505) 2020-12-11 23:25:00 +05:30
conversations.rb chore: Automate conversation display_id generation with db triggers (#1412) 2021-01-05 20:07:04 +05:30
email_template.rb feat: Customisable Email Templates (#1095) 2020-08-06 15:21:06 +05:30
events.rb Enhancement: Move reporting metrics to postgres (#606) 2020-03-18 16:53:35 +05:30
inbox_members.rb [#247] Filters conversation by status and paginate conversations (#284) 2019-12-01 10:16:51 +05:30
inboxes.rb [Feature] Email collect message hooks (#331) 2020-01-09 13:06:40 +05:30
installation_config.rb feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
labels.rb Feature: Improve label experience (#975) 2020-06-25 21:04:03 +05:30
messages.rb feat: Business hours 2020-11-01 00:14:33 +05:30
notification_subscriptions.rb Feature: Add web push notification permission in frontend (#766) 2020-05-06 00:10:56 +05:30
notifications.rb Feature: User Notification Objects (#752) 2020-05-01 14:53:43 +05:30
platform_apps.rb feat: Add Platform APIs (#1456) 2021-01-14 20:35:22 +05:30
platform_apps_permissibles.rb feat: Add Platform APIs (#1456) 2021-01-14 20:35:22 +05:30
super_admins.rb Feature: Introduce Super Admins (#705) 2020-05-11 23:07:22 +05:30
users.rb Chore: Add display name to the user (#1067) 2020-07-20 18:28:14 +05:30
webhooks.rb Feature: As a admin, I should be able to add webhooks to account (#572) 2020-02-29 17:43:49 +05:30
working_hours.rb feat: Business hours 2020-11-01 00:14:33 +05:30