1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

Merge pull request #392 from YunoHost-Apps/testing

Testing
This commit is contained in:
Pierre de La Morinerie 2022-08-31 22:45:24 +02:00 committed by GitHub
commit 4530e34da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 14 deletions

View file

@ -37,7 +37,8 @@ To explore the benefits of Mattermosts enterprise features, you can replace t
- Multiple languages including U.S. English, Australian English, Bulgarian, Chinese (Simplified and Traditional), Dutch, French, German, Hungarian, Italian, Japanese, Korean, Polish, Brazilian Portuguese, Romanian, Russian, Turkish, Spanish, Swedish, and Ukrainian
**Shipped version:** 7.1.2~ynh1
**Shipped version:** 7.2.0~ynh1
## Screenshots

View file

@ -37,7 +37,8 @@ Pour explorer les avantages des fonctionnalités d'entreprise de Mattermost, vou
- Plusieurs langues dont l'anglais américain, l'anglais australien, le bulgare, le chinois (simplifié et traditionnel), le néerlandais, le français, l'allemand, le hongrois, l'italien, le japonais, le coréen, le polonais, le portugais brésilien, le roumain, le russe, le turc, l'espagnol, le suédois et l'ukrainien
**Version incluse :** 7.1.2~ynh1
**Version incluse :** 7.2.0~ynh1
## Captures d'écran

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://releases.mattermost.com/7.1.2/mattermost-team-7.1.2-linux-amd64.tar.gz
SOURCE_SUM=3cbbd885a5299594a216ca3c1bc6baf1d176e69fb8d4838c90b74891accfdde7
SOURCE_URL=https://releases.mattermost.com/7.2.0/mattermost-team-7.2.0-linux-amd64.tar.gz
SOURCE_SUM=185eecbcee8bdfc10f9c99f04a294912269701da86a6217eb48cc761207fca80
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.1.2/mattermost-v7.1.2-linux-arm64.tar.gz
SOURCE_SUM=fab8c7ff3ecb7c605206998f01da8a2aa76192470d7904ea87256382b876a30b
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.2.0/mattermost-v7.2.0-linux-arm64.tar.gz
SOURCE_SUM=d5ff399f4e025a77c8d009ed0c64d029ecba3a3d5ab8271fca6d5aabf25d97d8
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.1.2/mattermost-v7.1.2-linux-arm.tar.gz
SOURCE_SUM=d201f08f9626414673878121b39ef2b0ca426d3a74b431f7ec52b784a45448a6
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v7.2.0/mattermost-v7.2.0-linux-arm.tar.gz
SOURCE_SUM=f5a1697242c6064276107085dabc80db442365244bc9ddc8f19010b4522591dd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -601,7 +601,10 @@
"GraphQL": false,
"InsightsEnabled": true,
"CommandPalette": false,
"AdvancedTextEditor": true
"PostForwarding": true,
"AdvancedTextEditor": true,
"BoardsProduct": false,
"PlanUpgradeButtonText": "Upgrade"
},
"ImportSettings": {
"Directory": "./import",

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://releases.mattermost.com/7.1.2/mattermost-enterprise-7.1.2-linux-amd64.tar.gz
SOURCE_SUM=4058f1e09bb9c4c0bd37d1b06002354e59097bd8eb8339cccb606f632d871ca6
SOURCE_URL=https://releases.mattermost.com/7.2.0/mattermost-enterprise-7.2.0-linux-amd64.tar.gz
SOURCE_SUM=1404ed3bac456bf6cac32c3284a105660ae57b440f29923c0506eb0372253d18
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,14 +6,15 @@
"en": "Open source collaboration platform built for developers",
"fr": "Plateforme de collaboration open source conçue pour les développeurs"
},
"version": "7.1.2~ynh1",
"version": "7.2.0~ynh1",
"url": "http://www.mattermost.org/",
"upstream": {
"license": "GPL-3.0-only",
"website": "http://www.mattermost.org/",
"admindoc": "https://docs.mattermost.com/guides/deployment.html",
"userdoc": "https://docs.mattermost.com/guides/messaging.html",
"code": "https://github.com/mattermost/mattermost-server"
"code": "https://github.com/mattermost/mattermost-server",
"cpe": "cpe:2.3:a:mattermost:mattermost"
},
"license": "GPL-3.0-only",
"maintainer": {
@ -103,4 +104,4 @@
}
]
}
}
}