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

590 commits

Author SHA1 Message Date
Pierre de La Morinerie
ff949368ac tools: update the bump script to sha256 all the things 2021-11-29 08:19:00 +01:00
Pierre de La Morinerie
07d725f663 Merge branch 'fix-mmctl-detection' into testing 2021-11-14 23:00:49 +01:00
Pierre de La Morinerie
16db0114dc scripts: fix mmctl detection 2021-11-12 22:05:35 +01:00
Pierre de La Morinerie
59c500ea70
Merge pull request #309 from YunoHost-Apps/testing 2021-11-08 22:56:14 +01:00
Pierre de La Morinerie
01631b98da
Merge pull request #308 from YunoHost-Apps/fix-arm-shasum 2021-11-08 22:54:46 +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
2d66f1b930
Merge pull request #282 from YunoHost-Apps/Add---purge-option 2021-11-07 12:36:55 +01:00
Yunohost-Bot
cf5ba2ae8d Auto-update README 2021-11-07 11:36:37 +00:00
Pierre de La Morinerie
43a22caee1 Merge branch 'fix-sudo-cd' into testing 2021-11-07 12:36:20 +01:00
Pierre de La Morinerie
03abf35049
Merge pull request #305 from YunoHost-Apps/fix-sudo-cd 2021-11-07 12:35:21 +01:00
Yunohost-Bot
6762ce32d2 Auto-update README 2021-11-07 11:35:08 +00:00
Pierre de La Morinerie
98e27be266 manifest: bump version number 2021-11-07 12:34:59 +01:00
Pierre de La Morinerie
b20163105d scripts: skip user and team creation if mmctl is missing
mmctl is not available for ARM builds yet.

See #306
2021-11-05 16:43:05 +01:00
ericgaspar
aca1f2c9f2
Merge branch 'testing' into Add---purge-option 2021-11-05 11:22:14 +01:00
ericgaspar
2dbda119d9
Update manifest.json 2021-11-05 11:21:58 +01:00
Pierre de La Morinerie
0aa89327da scripts: use an absolute path when invoking mmctl
It seems on some distros (like Raspian), the current working directory
is not preserved accross sudo invocations, which causes an "bin/mmctl
not found" error.

Fix #304
2021-11-05 11:08:20 +01:00
Pierre de La Morinerie
9aeb2aafa0
Merge pull request #302 from YunoHost-Apps/testing 2021-11-02 22:54:05 +01:00
Pierre de La Morinerie
4b3d8ae83f
Merge pull request #303 from YunoHost-Apps/fix-6.0-install 2021-11-02 22:52:49 +01:00
Pierre de La Morinerie
5af7f2183f scripts: fix the syntax for adding a user to a team 2021-11-01 22:41:51 +01:00
Pierre de La Morinerie
f983391fb7 scripts: create and confirm the first user in the same step 2021-11-01 22:41:51 +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
0bb5458e66 scripts: use newer option name instead of deprecated one 2021-11-01 22:41:51 +01:00
ericgaspar
7a416d6379 Remove superfluous values 2021-10-31 15:44:24 +01:00
Pierre de La Morinerie
18b6e751f2
Merge pull request #291 from YunoHost-Apps/ci-auto-update-v6.0.0
Upgrade to version 6.0.2
2021-10-31 15:33:38 +01:00
Pierre de La Morinerie
09cc4fbeb1 upgrade: warn about 6.0 lengthy database migrations 2021-10-31 13:05:13 +01:00
Pierre de La Morinerie
6a099f775c
Merge pull request #299 from YunoHost-Apps/migrate-to-mmctl 2021-10-31 13:01:21 +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
dcf247c304
Merge pull request #298 from YunoHost-Apps/ci-auto-update-v6.0.2 2021-10-30 08:09:21 +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
00c58d50eb Auto-update README 2021-10-30 06:07:09 +00:00
yunohost-bot
3e56004e1f Upgrade to v6.0.2 2021-10-30 06:07:05 +00:00
Pierre de La Morinerie
8009928e7d
Merge pull request #296 from YunoHost-Apps/ci-auto-update-v6.0.1 2021-10-19 08:35:39 +02: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
25f1ec6746 Auto-update README 2021-10-19 06:07:32 +00:00
yunohost-bot
88bb812d93 Upgrade to v6.0.1 2021-10-19 06:07:27 +00:00
Pierre de La Morinerie
1a575bc746
Merge pull request #292 from YunoHost-Apps/config
Config v.6.0.0
2021-10-13 14:27:42 +02: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
315aaae5d7 Auto-update README 2021-10-13 06:07:42 +00:00
yunohost-bot
5c6ce08058 Upgrade to v6.0.0 2021-10-13 06:07:37 +00:00
Pierre de La Morinerie
b2764c5411
Merge pull request #288 from YunoHost-Apps/testing 2021-10-10 23:08:55 +02:00
Éric Gaspar
ccd9b55f5f
Auto update (#277)
* Add automatic Action update
2021-10-06 11:04:38 +02:00
Éric Gaspar
7c6811db2d
Add descriptions (#283)
* Add desriptions
2021-10-06 11:02:00 +02:00
Pierre de La Morinerie
19024d2ee5
Merge pull request #275 from YunoHost-Apps/testing 2021-10-05 22:44:11 +02:00
Pierre de La Morinerie
9fb7437178
Merge pull request #280 from YunoHost-Apps/5.39 2021-10-04 15:59:03 +02:00
Pierre de La Morinerie
8643ca1784
Merge pull request #286 from YunoHost-Apps/Sources-for-auto-update 2021-10-03 22:20:17 +02:00
ericgaspar
ca434cb757 source for auto-update 2021-10-03 19:24:16 +02:00
Pierre de La Morinerie
e54ac05152
Merge pull request #281 from YunoHost-Apps/Update-config.json 2021-10-03 15:17:38 +02:00
ericgaspar
d6d20ebc67
Update manifest.json 2021-10-03 11:25:14 +02:00
ericgaspar
889c13e300
Update remove 2021-10-03 11:24:09 +02:00