From 510b1a18f5282981a70503c0cde474e121c9e651 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Mon, 28 Aug 2017 09:22:54 -0700 Subject: Manage version configurations client versions (#7220) * Add config values for client versions. Return client versions in ping response. * Manage client version through System Console. * Added client versions to diagnostics * Added translations messages en.json file. * Hide Client Versions on System Console. --- config/default.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') diff --git a/config/default.json b/config/default.json index 7f03e035b..e0d3ec53c 100644 --- a/config/default.json +++ b/config/default.json @@ -76,6 +76,14 @@ "MaxNotificationsPerChannel": 1000, "TeammateNameDisplay": "username" }, + "ClientRequirements": { + "AndroidLatestVersion": "", + "AndroidMinVersion": "", + "DesktopLatestVersion": "", + "DesktopMinVersion": "", + "IosLatestVersion": "", + "IosMinVersion": "" + }, "SqlSettings": { "DriverName": "mysql", "DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s", -- cgit v1.2.3-1-g7c22