Chatwoot/app
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
..
actions feat: Custom Attributes for contacts (#1158) 2020-08-21 19:30:27 +05:30
assets chore: Display app version on settings/admin area 2020-07-26 21:50:59 +05:30
bot chore: Add message_echo listener for Facebook (#1192) 2020-09-04 19:13:47 +05:30
builders feat: Add full name to the user signup form (#1534) 2020-12-21 14:05:19 +05:30
channels Chore: Fix presence for current user (#1001) 2020-07-04 20:03:16 +05:30
controllers feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
dashboards feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
dispatchers chore: Update dependencies (#1173) 2020-09-08 11:24:08 +05:30
drops chore: Enable additional attributes in liquid (#1144) 2020-08-14 00:47:24 +05:30
fields feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
finders feat: Add Contacts page (#1335) 2020-11-10 15:25:26 +05:30
helpers Chore: Remove dead code related to billing (#935) 2020-06-07 20:31:48 +05:30
javascript Adds character count to reply box 😳 (#1634) 2021-01-13 19:16:45 +05:30
jobs feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
listeners chore: Remove account.destroy listener (#1530) 2020-12-19 18:11:43 +05:30
mailboxes feat: email channel backend (#140) (#1255) 2020-09-21 22:44:22 +05:30
mailers feat: notify on slack disconnect (#1323) 2020-10-28 00:22:57 +05:30
models feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
policies feat: Add API to get the active contacts (#1313) 2020-10-05 23:30:27 +05:30
presenters fix: Use last_activity_at instead of updated_at for sorting (#1281) 2020-10-05 22:52:43 +05:30
services feat: Add preview for attachment messages (#1562) 2021-01-06 17:56:29 +05:30
views feat: installation config in super admin console (#1641) 2021-01-15 13:21:53 +05:30
workers feat: Add Cron Jobs In Chatwoot and update installation notice (#1630) 2021-01-11 17:34:41 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30