mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Testing (#343)
* Upgrade to v6.4.0 * Auto-update README * Update config.json * Upgrade to v6.4.1 * Auto-update README Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
This commit is contained in:
parent
78e3b074da
commit
aa4719437a
8 changed files with 18 additions and 13 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.3.3~ynh1
|
**Shipped version:** 6.4.1~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.3.3~ynh1
|
**Version incluse :** 6.4.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://releases.mattermost.com/6.3.3/mattermost-team-6.3.3-linux-amd64.tar.gz
|
SOURCE_URL=https://releases.mattermost.com/6.4.1/mattermost-team-6.4.1-linux-amd64.tar.gz
|
||||||
SOURCE_SUM=1e61f04968d13180d28fd76a9b917fa828d77847edb9956f5f3a52dca7804b3f
|
SOURCE_SUM=5f64bcdae6ddfd8ed456ffe63422819378b189f95116dae01e284b5f66583e4a
|
||||||
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.3.3/mattermost-v6.3.3-linux-arm64.tar.gz
|
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.1/mattermost-v6.4.1-linux-arm64.tar.gz
|
||||||
SOURCE_SUM=ded58bd1b3136b818982cdc87e4f3cd82af4ac86d8ffabacdc7854242a3fd7e7
|
SOURCE_SUM=8f5e50393a2450261146c696f7398a5bc789e9260751724e97f1d34290baca2b
|
||||||
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.3.3/mattermost-v6.3.3-linux-arm.tar.gz
|
SOURCE_URL=https://github.com/SmartHoneybee/ubiquitous-memory/releases/download/v6.4.1/mattermost-v6.4.1-linux-arm.tar.gz
|
||||||
SOURCE_SUM=0ad758191860122ef9be5f95fb990322021dad9515c6a15992b68545dbe7dda7
|
SOURCE_SUM=7e337ecb20155138597e647ec30e4e516a16063e8b14bc13055c4f37f931d5d7
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -137,6 +137,7 @@
|
||||||
"AtRestEncryptKey": "",
|
"AtRestEncryptKey": "",
|
||||||
"QueryTimeout": 30,
|
"QueryTimeout": 30,
|
||||||
"DisableDatabaseSearch": false,
|
"DisableDatabaseSearch": false,
|
||||||
|
"MigrationsStatementTimeoutSeconds": 100000,
|
||||||
"ReplicaLagSettings": []
|
"ReplicaLagSettings": []
|
||||||
},
|
},
|
||||||
"LogSettings": {
|
"LogSettings": {
|
||||||
|
@ -489,8 +490,10 @@
|
||||||
"DataRetentionSettings": {
|
"DataRetentionSettings": {
|
||||||
"EnableMessageDeletion": false,
|
"EnableMessageDeletion": false,
|
||||||
"EnableFileDeletion": false,
|
"EnableFileDeletion": false,
|
||||||
|
"EnableBoardsDeletion": false,
|
||||||
"MessageRetentionDays": 365,
|
"MessageRetentionDays": 365,
|
||||||
"FileRetentionDays": 365,
|
"FileRetentionDays": 365,
|
||||||
|
"BoardsRetentionDays": 365,
|
||||||
"DeletionJobStartTime": "02:00",
|
"DeletionJobStartTime": "02:00",
|
||||||
"BatchSize": 3000
|
"BatchSize": 3000
|
||||||
},
|
},
|
||||||
|
@ -576,14 +579,16 @@
|
||||||
"GlobalHeader": true,
|
"GlobalHeader": true,
|
||||||
"AddChannelButton": "by_team_name",
|
"AddChannelButton": "by_team_name",
|
||||||
"NewAccountNoisy": false,
|
"NewAccountNoisy": false,
|
||||||
"BoardsUnfurl": true,
|
|
||||||
"CallsMobile": false,
|
"CallsMobile": false,
|
||||||
"AutoTour": "none",
|
"AutoTour": "none",
|
||||||
"BoardsFeatureFlags": "",
|
"BoardsFeatureFlags": "",
|
||||||
"AddMembersToChannel": "top",
|
"AddMembersToChannel": "top",
|
||||||
"GuidedChannelCreation": false,
|
"GuidedChannelCreation": false,
|
||||||
"ResendInviteEmailInterval": "",
|
"ResendInviteEmailInterval": "",
|
||||||
"InviteToTeam": "none"
|
"InviteToTeam": "none",
|
||||||
|
"InlinePostEditing": false,
|
||||||
|
"BoardsDataRetention": false,
|
||||||
|
"NormalizeLdapDNs": false
|
||||||
},
|
},
|
||||||
"ImportSettings": {
|
"ImportSettings": {
|
||||||
"Directory": "./import",
|
"Directory": "./import",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://releases.mattermost.com/6.3.3/mattermost-enterprise-6.3.3-linux-amd64.tar.gz
|
SOURCE_URL=https://releases.mattermost.com/6.4.1/mattermost-enterprise-6.4.1-linux-amd64.tar.gz
|
||||||
SOURCE_SUM=3a0f43506c84e1c59817b1103fff2ccc8ad63352ddaa7a6a73e1d6f8bed7029a
|
SOURCE_SUM=29d5565e4649baea0be01cc1482fdfda2dd97e59d5ea7930b476e3dcbf635dca
|
||||||
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.3.3~ynh1",
|
"version": "6.4.1~ynh1",
|
||||||
"url": "http://www.mattermost.org/",
|
"url": "http://www.mattermost.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|
Loading…
Add table
Reference in a new issue