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 #221 from YunoHost-Apps/testing

This commit is contained in:
Pierre de La Morinerie 2021-02-20 11:10:25 +01:00 committed by GitHub
commit 6434670b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 16 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
Mattermost is a self-hosted, open source instant messaging and service software. It's designed as an internal chat for organizations and businesses, and it's touted as an alternative to Slack. Mattermost is a self-hosted, open source instant messaging and service software. It's designed as an internal chat for organizations and businesses, and it's touted as an alternative to Slack.
**Shipped version:** 5.31.1 **Shipped version:** 5.32.1
## Screenshots ## Screenshots

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Vue d'ensemble ## Vue d'ensemble
Mattermost est un logiciel et un service de messagerie instantanée libre auto-hébergeable. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack. Mattermost est un logiciel et un service de messagerie instantanée libre auto-hébergeable. Il est conçu comme un chat interne pour les organisations et les entreprises, et il est présenté comme une alternative à Slack.
**Version incluse :** 5.31.1 **Version incluse :** 5.32.1
## Captures d'écran ## Captures d'écran

View file

@ -75,8 +75,6 @@
"ExperimentalEnableDefaultChannelLeaveJoinMessages": true, "ExperimentalEnableDefaultChannelLeaveJoinMessages": true,
"ExperimentalGroupUnreadChannels": "disabled", "ExperimentalGroupUnreadChannels": "disabled",
"ExperimentalChannelOrganization": false, "ExperimentalChannelOrganization": false,
"ExperimentalChannelSidebarOrganization": "disabled",
"ExperimentalDataPrefetch": true,
"ImageProxyType": "", "ImageProxyType": "",
"ImageProxyURL": "", "ImageProxyURL": "",
"ImageProxyOptions": "", "ImageProxyOptions": "",
@ -99,7 +97,8 @@
"DebugSplit": false, "DebugSplit": false,
"ThreadAutoFollow": true, "ThreadAutoFollow": true,
"CollapsedThreads": "disabled", "CollapsedThreads": "disabled",
"ManagedResourcePaths": "" "ManagedResourcePaths": "",
"EnableLegacySidebar": false
}, },
"TeamSettings": { "TeamSettings": {
"SiteName": "Mattermost", "SiteName": "Mattermost",
@ -298,7 +297,10 @@
"Scope": "", "Scope": "",
"AuthEndpoint": "", "AuthEndpoint": "",
"TokenEndpoint": "", "TokenEndpoint": "",
"UserApiEndpoint": "" "UserApiEndpoint": "",
"DiscoveryEndpoint": "",
"ButtonText": "",
"ButtonColor": ""
}, },
"GoogleSettings": { "GoogleSettings": {
"Enable": false, "Enable": false,
@ -307,7 +309,10 @@
"Scope": "profile email", "Scope": "profile email",
"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth", "AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth",
"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token", "TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token",
"UserApiEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata" "UserApiEndpoint": "https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata",
"DiscoveryEndpoint": "",
"ButtonText": "",
"ButtonColor": ""
}, },
"Office365Settings": { "Office365Settings": {
"Enable": false, "Enable": false,
@ -317,8 +322,21 @@
"AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", "AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize",
"TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token",
"UserApiEndpoint": "https://graph.microsoft.com/v1.0/me", "UserApiEndpoint": "https://graph.microsoft.com/v1.0/me",
"DiscoveryEndpoint": "",
"DirectoryId": "" "DirectoryId": ""
}, },
"OpenIdSettings": {
"Enable": false,
"Secret": "",
"Id": "",
"Scope": "profile openid email",
"AuthEndpoint": "",
"TokenEndpoint": "",
"UserApiEndpoint": "",
"DiscoveryEndpoint": "",
"ButtonText": "",
"ButtonColor": "#145DBF"
},
"LdapSettings": { "LdapSettings": {
"Enable": false, "Enable": false,
"EnableSync": false, "EnableSync": false,
@ -326,7 +344,7 @@
"LdapPort": 389, "LdapPort": 389,
"ConnectionSecurity": "", "ConnectionSecurity": "",
"BaseDN": "", "BaseDN": "",
"BindUsername": "cn", "BindUsername": "",
"BindPassword": "", "BindPassword": "",
"UserFilter": "", "UserFilter": "",
"GroupFilter": "", "GroupFilter": "",
@ -403,6 +421,10 @@
"LoginButtonTextColor": "#ffffff" "LoginButtonTextColor": "#ffffff"
}, },
"NativeAppSettings": { "NativeAppSettings": {
"AppCustomURLSchemes": [
"mmauth://",
"mmauthbeta://"
],
"AppDownloadLink": "https://mattermost.com/download/#mattermostApps", "AppDownloadLink": "https://mattermost.com/download/#mattermostApps",
"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/", "AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/",
"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/" "IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"
@ -541,6 +563,12 @@
"FeatureFlags": { "FeatureFlags": {
"TestFeature": "off", "TestFeature": "off",
"TestBoolFeature": false, "TestBoolFeature": false,
"CloudDelinquentEmailJobsEnabled": false "CloudDelinquentEmailJobsEnabled": false,
"CollapsedThreads": false,
"PluginIncidentManagement": "1.3.2"
},
"ImportSettings": {
"Directory": "./import",
"RetentionDays": 30
} }
} }

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://releases.mattermost.com/5.31.1/mattermost-5.31.1-linux-amd64.tar.gz SOURCE_URL=https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz
SOURCE_SUM=9dbe720b1e54fab31061fe186d39187f84aeb99b263c2377bb248cbaa8a21bef SOURCE_SUM=9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=mattermost-5.31.1-linux-amd64.tar.gz SOURCE_FILENAME=mattermost-5.32.1-linux-amd64.tar.gz

View file

@ -1,6 +1,6 @@
SOURCE_URL=https://releases.mattermost.com/5.31.1/mattermost-team-5.31.1-linux-amd64.tar.gz SOURCE_URL=https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz
SOURCE_SUM=83abcef77caf19f2b620e54b2a996b8d6d9f434fcfd8f7402a76cc7183c105b0 SOURCE_SUM=86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=mattermost-team-5.31.1-linux-amd64.tar.gz SOURCE_FILENAME=mattermost-team-5.32.1-linux-amd64.tar.gz

View file

@ -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": "5.31.1~ynh1", "version": "5.32.1~ynh1",
"url": "http://www.mattermost.org/", "url": "http://www.mattermost.org/",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"maintainer": { "maintainer": {