Chatwoot/lib
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
..
action_view/template/handlers feat: Customisable Email Templates (#1095) 2020-08-06 15:21:06 +05:30
assets Initial Commit 2019-08-14 15:18:44 +05:30
azure chore: Monkey patch Azure Storage Service (#1366) 2020-10-26 00:31:19 +05:30
custom_exceptions chore: Update dependencies (#1173) 2020-09-08 11:24:08 +05:30
events chore: Remove account.destroy listener (#1530) 2020-12-19 18:11:43 +05:30
integrations chore: Add slack external_source_id for outgoing messages (#1503) 2020-12-10 22:53:49 +05:30
redis feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
reports 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
tasks chore: Fixed typos (#1369) 2020-10-27 20:22:55 +05:30
webhooks chore: Handle exceptions on external URL calls (#1334) 2020-10-11 20:22:21 +05:30
chatwoot_hub.rb feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
config_loader.rb feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
current.rb feat: Add Platform APIs (#1456) 2021-01-14 20:35:22 +05:30
exception_list.rb chore: Handle exceptions on external URL calls (#1334) 2020-10-11 20:22:21 +05:30
global_config.rb Bugfix: Invalid argument expiry in global config 2020-06-22 12:01:26 +05:30
local_resource.rb bugfix: fix file uploads not showing original file name 2020-09-21 18:42:30 +05:30
online_status_tracker.rb feat: Add API to get the active contacts (#1313) 2020-10-05 23:30:27 +05:30
regex_helper.rb Feature: Improve label experience (#975) 2020-06-25 21:04:03 +05:30