Merge branch 'mattermost-reply-threads' into 'main'

mattermost 5.34.3 → 5.37.0

See merge request hacc/infra/haccfiles!74
This commit is contained in:
stuebinm 2021-07-16 21:47:10 +00:00
commit 37e6c5ae04
2 changed files with 12 additions and 9 deletions

View file

@ -159,6 +159,9 @@
ClusterSettings.Enable = false;
MetricsSettings.Enable = false;
GuestAccountsSettings.Enable = false;
# this is just the general allow-this-at-all switch; users
# still have to turn it on for themselves
FeatureFlags.CollapsedThreads = true;
};
# turn of the weirder parts of this module (which insist on passwords

View file

@ -18,24 +18,24 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"mattermost-server": {
"branch": "release-5.31",
"branch": "master",
"description": "Open source Slack-alternative in Golang and React - Mattermost",
"homepage": "https://mattermost.com",
"owner": "mattermost",
"repo": "mattermost-server",
"rev": "facf75eaecfa62446ba36889c26c1cb852ffff46",
"sha256": "0rp0pq93k6rsf7jhab3lk1bn9ma9pml36hp5wfsmm3qlj3szr8md",
"rev": "304d655bb3966cb91d9f1793137328d128344f06",
"sha256": "1k0jn3a9nafbhvwn0d0rc2pj80mx7iz2scjbqkz96c5yzw3lyj79",
"type": "tarball",
"url": "https://github.com/mattermost/mattermost-server/archive/facf75eaecfa62446ba36889c26c1cb852ffff46.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "5.34.3"
"url": "https://github.com/mattermost/mattermost-server/archive/refs/tags/v5.37.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/v<version>.tar.gz",
"version": "5.37.0"
},
"mattermost-webapp": {
"sha256": "0c1q4s8w7q26xb387k1660fa6prb4n1b06csx90bb206y98ax6hc",
"sha256": "0na9drwnsr5fbrv6qq38dgvd0laj3wjs734ik5s673c0azqlm4kn",
"type": "tarball",
"url": "https://releases.mattermost.com/5.34.3/mattermost-5.34.3-linux-amd64.tar.gz",
"url": "https://releases.mattermost.com/5.37.0/mattermost-5.37.0-linux-amd64.tar.gz",
"url_template": "https://releases.mattermost.com/<version>/mattermost-<version>-linux-amd64.tar.gz",
"version": "5.34.3"
"version": "5.37.0"
},
"mumble-website": {
"branch": "master",