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

158 commits

Author SHA1 Message Date
Pierre de La Morinerie
710d7af11b
Merge pull request #365 from YunoHost-Apps/Set-config
Update config.json
2022-05-17 22:35:52 +02:00
ericgaspar
938655f894
Update config.json 2022-05-17 11:04:24 +02:00
yunohost-bot
21a972c984 Upgrade to v6.7.0 2022-05-17 06:11:26 +00:00
github-actions[bot]
915d0c543e
Upgrade to version 6.6.1 (#359)
* Upgrade to v6.6.1

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-05-02 10:23:25 +02:00
github-actions[bot]
eafe400232
Upgrade to version 6.6.0 (#355)
* Upgrade to v6.6.0

* Auto-update README

* Update config.json

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
2022-04-15 18:12:39 +02:00
Pierre de La Morinerie
468a6a684d conf: update systemd conf to fix preview links
The previous systemd hardening prevented the Go networking library from
resolving a hostname to an IP.

Adding the correct permission fixes the hostname resolution, which fixes
the retrieval of link previews by Mattermost's server.

Fix #340
2022-04-12 08:30:58 +02:00
ericgaspar
4ef3c481b9
Update config.json 2022-03-17 08:16:26 +01:00
yunohost-bot
031fd7e18a Upgrade to v6.5.0 2022-03-17 06:09:14 +00:00
github-actions[bot]
e3aa45e117
Upgrade to version 6.4.2 (#346)
* Upgrade to v6.4.2

* Auto-update README

Co-authored-by: yunohost-bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-03-12 23:22:31 +01:00
Pierre de La Morinerie
5d27ee0012
Merge branch 'ci-auto-update-v6.4.0' into ci-auto-update-v6.4.1 2022-02-26 14:09:20 +01:00
yunohost-bot
b7fc0292d0 Upgrade to v6.4.1 2022-02-26 06:08:45 +00:00
Pierre de La Morinerie
8cacf8876e
Merge pull request #339 from YunoHost-Apps/config-to-upstream
Update config.json
2022-02-25 08:03:36 +01:00
ericgaspar
5095a6a8ce Update config.json 2022-02-25 07:58:47 +01:00
yunohost-bot
2f8d0f22ae Upgrade to v6.4.0 2022-02-25 06:09:03 +00:00
yunohost-bot
7a99df28dd Upgrade to v6.3.3 2022-02-05 06:07:26 +00:00
Pierre de La Morinerie
a6c44d7753 Upgrade to v6.3.1 2022-01-24 00:23:35 +01:00
Pierre de La Morinerie
e8dc894171 conf: fix src files botched by the auto-update CI action 2022-01-19 08:43:31 +01:00
yunohost-bot
cbeeb58647 Upgrade to v6.3.0 2022-01-19 08:43:30 +01:00
ericgaspar
3d61e62612
Update config.json 2022-01-16 12:21:53 +01:00
Pierre de La Morinerie
edc5f8f8f7 config: allow connections to the Plugins marketplace
Otherwise the connections to the default Marketplace are blocked, which
is a bad user experience.
2021-12-26 09:42:01 +01:00
ericgaspar
58fa4dfc3d synchronize config file to upstream 2021-12-21 09:18:28 +01:00
yunohost-bot
c8bd48b44d Upgrade to v6.2.1 2021-12-21 06:08:12 +00:00
Éric Gaspar
678a1d80cb
Remove ynh_detect_arch helper (#317)
ynh_detect_arch is deprecated in favor of YNH_ARCH

* Add  #315 and #316
2021-12-06 12:37:56 +01:00
ericgaspar
982af69b0c
Update config.json 2021-12-03 23:25:41 +01:00
Pierre de La Morinerie
25591dfeb0 Update to Mattermost 6.1.0 2021-11-29 08:20:07 +01:00
Pierre de La Morinerie
1c3c76e635 Fix arm and arm64 releases shasum
The upstream release was republished (with an updated version that
includes mmctl), so the shasum changed too.
2021-11-08 22:52:18 +01:00
Pierre de La Morinerie
b3647e3db5 config: store the socket file in a writable location
On Yunhost `/var/tmp` is only writable by root.
2021-11-01 22:41:51 +01:00
Pierre de La Morinerie
940589206b install: replace bin/mattermost by bin/mmctl
`mmctl` is supposed to authenticate as one of the admin users. But since
this is the first user we're creating, there are no admin yet.

So in order to create the first user, we:

1. enable mmctl's "local mode", which connects to the Mattermost server
   through a socket (rather than through the authenticated API), 
2. create the first user and team,
3. disable the "local mode".
2021-10-30 22:06:56 +02:00
Pierre de La Morinerie
02d571fa16
Merge branch 'ci-auto-update-v6.0.0' into ci-auto-update-v6.0.2 2021-10-30 08:09:11 +02:00
yunohost-bot
3e56004e1f Upgrade to v6.0.2 2021-10-30 06:07:05 +00:00
Pierre de La Morinerie
d24452f6cc
Merge branch 'ci-auto-update-v6.0.0' into ci-auto-update-v6.0.1 2021-10-19 08:35:20 +02:00
yunohost-bot
88bb812d93 Upgrade to v6.0.1 2021-10-19 06:07:27 +00:00
ericgaspar
ff89ba1ac0
Merge remote-tracking branch 'origin/ci-auto-update-v6.0.0' into config 2021-10-13 09:41:36 +02:00
ericgaspar
15351182e7
Update config.json 2021-10-13 09:40:10 +02:00
yunohost-bot
5c6ce08058 Upgrade to v6.0.0 2021-10-13 06:07:37 +00:00
Pierre de La Morinerie
9fb7437178
Merge pull request #280 from YunoHost-Apps/5.39 2021-10-04 15:59:03 +02:00
ericgaspar
ca434cb757 source for auto-update 2021-10-03 19:24:16 +02:00
ericgaspar
5b27b0b5fc Update config.json 2021-10-03 09:52:06 +02:00
Pierre de La Morinerie
d8f0ab251c Upgrade to Matermost 5.39.0 2021-10-02 23:45:01 +02:00
Éric Gaspar
1b7fb89181
Update systemd.service (#273) 2021-09-09 23:45:22 +02:00
Pierre de La Morinerie
c36fb57b04 Upgrade to Matermost 5.38.2 2021-08-27 08:30:25 -05:00
Pierre de La Morinerie
181de7fd90 Upgrade to Mattermost 5.38.1 2021-08-20 10:23:15 -05:00
Pierre de La Morinerie
a0629a05fa Upgrade to Mattermost 5.38.0 2021-08-17 16:28:53 -05:00
Pierre de La Morinerie
34522d751a Update to Mattermost 5.37.1 2021-08-10 17:47:51 +02:00
ericgaspar
85480b0457 Update config.json 2021-07-16 09:12:39 +02:00
Pierre de La Morinerie
e0aaa4d986 Update to Mattermost 5.37.0 2021-07-15 23:51:28 +02:00
ericgaspar
a80f28440a
Update config.json 2021-06-23 10:32:28 +02:00
Pierre de La Morinerie
6862514964 Update Mattermost to 5.36.1 2021-06-23 08:43:14 +02:00
Pierre de La Morinerie
875002e58b Update Mattermost to 5.36.0 2021-06-16 17:54:59 +02:00
Pierre de La Morinerie
f3f68628d5 Update x86 Mattermost to 5.35.3 2021-06-15 08:34:59 +02:00