mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #351 from YunoHost-Apps/testing
Merge testing into master
This commit is contained in:
commit
09a1c3a519
8 changed files with 20 additions and 15 deletions
|
@ -37,7 +37,7 @@ To explore the benefits of Mattermost’s 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
|
- 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:** 6.4.2~ynh1
|
**Shipped version:** 6.5.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ 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
|
- 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 :** 6.4.2~ynh1
|
**Version incluse :** 6.5.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://releases.mattermost.com/6.4.2/mattermost-team-6.4.2-linux-amd64.tar.gz
|
SOURCE_URL=https://releases.mattermost.com/6.5.0/mattermost-team-6.5.0-linux-amd64.tar.gz
|
||||||
SOURCE_SUM=64d7f4689f0d957fbe80e7596f9c92b0a66801842033e01bc696c48620fe5c7d
|
SOURCE_SUM=6e9f7645a686da4d2cd40d68cfebbdc3f2f8724af4506794d55a68e8b6cf0bd9
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.2/mattermost-v6.4.2-linux-arm64.tar.gz
|
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.5.0/mattermost-v6.5.0-linux-arm64.tar.gz
|
||||||
SOURCE_SUM=f7fc2cd4ef3eb1d915378177d3c2fabc5b1c6a9f7ec560cc0d06317ee6f1e713
|
SOURCE_SUM=b834c041dca404b5da0227467f2e3da77e9f784c6424c43d872f5abf2a5194a4
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.2/mattermost-v6.4.2-linux-arm.tar.gz
|
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.5.0/mattermost-v6.5.0-linux-arm.tar.gz
|
||||||
SOURCE_SUM=7516b4427be8b9c04cc5e07a337a0ffb9a07b008f55a67deab6dfd3b309ffa7c
|
SOURCE_SUM=973d68bc1f464b6ef5d54405257b51cd0a3245dc978acea62038517bc7b88bcf
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
"EnableTesting": false,
|
"EnableTesting": false,
|
||||||
"EnableDeveloper": false,
|
"EnableDeveloper": false,
|
||||||
"DeveloperFlags": "",
|
"DeveloperFlags": "",
|
||||||
|
"EnableClientPerformanceDebugging": false,
|
||||||
"EnableOpenTracing": false,
|
"EnableOpenTracing": false,
|
||||||
"EnableSecurityFixAlert": true,
|
"EnableSecurityFixAlert": true,
|
||||||
"EnableInsecureOutgoingConnections": false,
|
"EnableInsecureOutgoingConnections": false,
|
||||||
|
@ -93,7 +94,8 @@
|
||||||
"DebugSplit": false,
|
"DebugSplit": false,
|
||||||
"ThreadAutoFollow": true,
|
"ThreadAutoFollow": true,
|
||||||
"CollapsedThreads": "disabled",
|
"CollapsedThreads": "disabled",
|
||||||
"ManagedResourcePaths": ""
|
"ManagedResourcePaths": "",
|
||||||
|
"EnableCustomGroups": true
|
||||||
},
|
},
|
||||||
"TeamSettings": {
|
"TeamSettings": {
|
||||||
"SiteName": "Mattermost",
|
"SiteName": "Mattermost",
|
||||||
|
@ -577,18 +579,21 @@
|
||||||
"PluginFocalboard": "",
|
"PluginFocalboard": "",
|
||||||
"PermalinkPreviews": true,
|
"PermalinkPreviews": true,
|
||||||
"GlobalHeader": true,
|
"GlobalHeader": true,
|
||||||
"AddChannelButton": "by_team_name",
|
|
||||||
"NewAccountNoisy": false,
|
"NewAccountNoisy": false,
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"AutoTour": "none",
|
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
"AddMembersToChannel": "top",
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"ResendInviteEmailInterval": "",
|
"ResendInviteEmailInterval": "",
|
||||||
"InviteToTeam": "none",
|
"InviteToTeam": "none",
|
||||||
|
"CustomGroups": true,
|
||||||
"InlinePostEditing": false,
|
"InlinePostEditing": false,
|
||||||
"BoardsDataRetention": false,
|
"BoardsDataRetention": false,
|
||||||
"NormalizeLdapDNs": false
|
"NormalizeLdapDNs": false,
|
||||||
|
"EnableInactivityCheckJob": true,
|
||||||
|
"UseCaseOnboarding": true,
|
||||||
|
"WorkspaceOptimizationDashboard": true,
|
||||||
|
"GraphQL": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://releases.mattermost.com/6.4.2/mattermost-enterprise-6.4.2-linux-amd64.tar.gz
|
SOURCE_URL=https://releases.mattermost.com/6.5.0/mattermost-enterprise-6.5.0-linux-amd64.tar.gz
|
||||||
SOURCE_SUM=efcc9e0dd9814d4db17c03735dbfc1a946813f47977d9ef9adf2b7f9c49be9a3
|
SOURCE_SUM=2ec39e64cc58e6e7213aad09c48401fa7e0d8df22c9720d9880f6d66097a9279
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open source collaboration platform built for developers",
|
"en": "Open source collaboration platform built for developers",
|
||||||
"fr": "Plateforme de collaboration open source conçue pour les développeurs"
|
"fr": "Plateforme de collaboration open source conçue pour les développeurs"
|
||||||
},
|
},
|
||||||
"version": "6.4.2~ynh1",
|
"version": "6.5.0~ynh1",
|
||||||
"url": "http://www.mattermost.org/",
|
"url": "http://www.mattermost.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|
Loading…
Reference in a new issue