PLT-7849 Add config setting to disable plugin uploads (#7666)

* Add config setting to disable plugin uploads

* Update unit test
Этот коммит содержится в:
Joram Wilander
2017-10-25 08:52:50 -04:00
коммит произвёл GitHub
родитель 5474cff0eb
Коммит 1d968eb55e
5 изменённых файлов: 34 добавлений и 10 удалений

Просмотреть файл

@@ -3489,7 +3489,11 @@
},
{
"id": "app.plugin.disabled.app_error",
"translation": "Plugins have been disabled by the system admin or the server has not been restarted since they were enabled."
"translation": "Plugins have been disabled."
},
{
"id": "app.plugin.upload_disabled.app_error",
"translation": "Plugins and/or plugin uploads have been disabled."
},
{
"id": "app.plugin.extract.app_error",