mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #416 from YunoHost-Apps/testing
upgrade to 7.8.1 (#412)
This commit is contained in:
commit
f87fba3485
8 changed files with 25 additions and 20 deletions
|
@ -36,7 +36,7 @@ To explore the benefits of Mattermost’s enterprise features, you can replace t
|
|||
- New features and improvements released regularly
|
||||
|
||||
|
||||
**Shipped version:** 7.5.2~ynh2
|
||||
**Shipped version:** 7.8.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vou
|
|||
- Nouvelles fonctionnalités et améliorations publiées régulièrement
|
||||
|
||||
|
||||
**Version incluse :** 7.5.2~ynh2
|
||||
**Version incluse :** 7.8.1~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -100,7 +100,9 @@
|
|||
"ThreadAutoFollow": true,
|
||||
"CollapsedThreads": "disabled",
|
||||
"ManagedResourcePaths": "",
|
||||
"EnableCustomGroups": true
|
||||
"EnableCustomGroups": true,
|
||||
"SelfHostedPurchase": true,
|
||||
"AllowSyncedDrafts": true
|
||||
},
|
||||
"TeamSettings": {
|
||||
"SiteName": "Mattermost",
|
||||
|
@ -158,7 +160,8 @@
|
|||
"FileJson": true,
|
||||
"FileLocation": "",
|
||||
"EnableWebhookDebugging": true,
|
||||
"EnableDiagnostics": false,
|
||||
"EnableDiagnostics": true,
|
||||
"VerboseDiagnostics": false,
|
||||
"EnableSentry": true,
|
||||
"AdvancedLoggingConfig": ""
|
||||
},
|
||||
|
@ -461,7 +464,8 @@
|
|||
"UseNewSAMLLibrary": false,
|
||||
"EnableSharedChannels": false,
|
||||
"EnableRemoteClusterService": false,
|
||||
"EnableAppBar": false
|
||||
"EnableAppBar": false,
|
||||
"PatchPluginsReactDOM": false
|
||||
},
|
||||
"AnalyticsSettings": {
|
||||
"MaxUsersForStatistics": 2500
|
||||
|
@ -586,7 +590,6 @@
|
|||
"FeatureFlags": {
|
||||
"TestFeature": "off",
|
||||
"TestBoolFeature": false,
|
||||
"CollapsedThreads": true,
|
||||
"EnableRemoteClusterService": false,
|
||||
"AppsEnabled": true,
|
||||
"PluginPlaybooks": "",
|
||||
|
@ -594,12 +597,8 @@
|
|||
"PluginFocalboard": "",
|
||||
"PluginCalls": "",
|
||||
"PermalinkPreviews": true,
|
||||
"CallsMobile": false,
|
||||
"CallsEnabled": true,
|
||||
"BoardsFeatureFlags": "",
|
||||
"GuidedChannelCreation": false,
|
||||
"InviteToTeam": "none",
|
||||
"CustomGroups": true,
|
||||
"BoardsDataRetention": false,
|
||||
"NormalizeLdapDNs": false,
|
||||
"EnableInactivityCheckJob": true,
|
||||
|
@ -609,7 +608,13 @@
|
|||
"CommandPalette": false,
|
||||
"BoardsProduct": false,
|
||||
"SendWelcomePost": true,
|
||||
"PostPriority": false
|
||||
"WorkTemplate": false,
|
||||
"PostPriority": true,
|
||||
"PeopleProduct": false,
|
||||
"AnnualSubscription": false,
|
||||
"ReduceOnBoardingTaskList": false,
|
||||
"ThreadsEverywhere": false,
|
||||
"GlobalDrafts": true
|
||||
},
|
||||
"ImportSettings": {
|
||||
"Directory": "./import",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://releases.mattermost.com/7.5.2/mattermost-enterprise-7.5.2-linux-amd64.tar.gz
|
||||
SOURCE_SUM=66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345
|
||||
SOURCE_URL=https://releases.mattermost.com/7.8.1/mattermost-enterprise-7.8.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=2a6ce384092fd53a4e947b599cdfe27e4427cc3aa4d6b37e7e5e094ad6516d74
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://releases.mattermost.com/7.5.2/mattermost-enterprise-7.5.2-linux-arm64.tar.gz
|
||||
SOURCE_SUM=2aa9aaf3d599a38682dbb9a2c76b277c85976dd0d331f2d563b51dd58ac141aa
|
||||
SOURCE_URL=https://releases.mattermost.com/7.8.1/mattermost-enterprise-7.8.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=a52fd6f2f9ae5b2c5ffa632239caccfe6f76342edf066ece08761c59597aca08
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz
|
||||
SOURCE_SUM=b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885
|
||||
SOURCE_URL=https://releases.mattermost.com/7.8.1/mattermost-team-7.8.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=79e0a0f1819ff59165b61cb1aeb4da0104b5cdbe7b32bd88c2a6b44cbd1c8039
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-arm64.tar.gz
|
||||
SOURCE_SUM=39281870a69eccd7876f3c25c69ffae2b87a6920519b74a8eed25c553e06e80c
|
||||
SOURCE_URL=https://releases.mattermost.com/7.8.1/mattermost-team-7.8.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=60017d20593288e43228196ff57bf13d983482a0fea3b4b6273043cab30e8117
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open source collaboration platform built for developers",
|
||||
"fr": "Plateforme de collaboration open source conçue pour les développeurs"
|
||||
},
|
||||
"version": "7.5.2~ynh2",
|
||||
"version": "7.8.1~ynh1",
|
||||
"url": "http://www.mattermost.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
|
Loading…
Reference in a new issue