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

187 commits

Author SHA1 Message Date
eric_G
051d43cc02
Merge pull request #106 from YunoHost-Apps/ci-auto-update-0.6.2
Upgrade to v0.6.2
2024-06-17 21:41:48 +02:00
yunohost-bot
80cade5fb9 Auto-update READMEs 2024-06-17 01:40:00 +00:00
yunohost-bot
49dddd282d Upgrade to v0.6.2
https://github.com/mautrix/signal/releases/tag/v0.6.2
2024-06-17 03:39:59 +02:00
Mayeul Cantan
dd0ad1d059
Merge testing into master branch
Merge testing branch into master branch, with the recent log permissions fix.
2024-06-08 21:48:58 +02:00
yunohost-bot
abe12a0b4b Auto-update READMEs 2024-06-08 18:29:30 +00:00
CodeShakingSheep
7a7997fa74 Update upgrade
Fix permission for logfile (chmod & chown)
2024-06-08 20:29:27 +02:00
Nathanaël
53ee406049
Merge pull request #98 from YunoHost-Apps/testing
Testing (with python --> go migration)
2024-05-18 11:04:54 +02:00
Nathanaël Hannebert
94070c93a2 Update the config.yaml file from upstream template 2024-05-17 18:15:42 +02:00
eric_G
d34f691b31
Merge pull request #100 from YunoHost-Apps/ci-auto-update-0.6.1
Upgrade to v0.6.1
2024-05-17 12:16:34 +02:00
yunohost-bot
f26f86d267 Auto-update READMEs 2024-05-17 01:45:14 +00:00
yunohost-bot
f8c063d484 Upgrade to v0.6.1
https://github.com/mautrix/signal/releases/tag/v0.6.1
2024-05-17 03:45:12 +02:00
yunohost-bot
711532a51a Auto-update READMEs 2024-05-15 07:12:11 +00:00
Nathanaël
a327639887
Merge pull request #95 from YunoHost-Apps/ci-auto-update-0.5.1
Upgrade to v0.5.1 (migration from Python to Go version of the bridge)
2024-05-15 09:12:06 +02:00
Mayeul Cantan
b3670aecf3 fixup! Improve update of synapse bot user admin status 2024-04-28 23:22:03 +02:00
Mayeul Cantan
87274edcf1 Python->Go migration: also remove signald group 2024-04-28 21:57:33 +02:00
Mayeul Cantan
120cb079fa Shuffle settings in install script, to put them in a more logical order 2024-04-28 21:52:07 +02:00
Mayeul Cantan
7d166f53d8 Python -> Go upgrade: try harder to stop signald and processes 2024-04-28 21:52:07 +02:00
Mayeul Cantan
251f926990 Restore domain setting
This is used for communicating with synapse.
Note that previously, the setting wasn't being saved correctly on install.
2024-04-28 21:52:07 +02:00
Mayeul Cantan
5e01946b66 Add nathanael-h as co-maintainer 2024-04-28 21:52:07 +02:00
Mayeul Cantan
8001775498 Provide estimates for resource usage in the manifest
The disk size estimate is relatively large to anticipate media
attachments.
2024-04-28 21:52:07 +02:00
Mayeul Cantan
57dd7b8d8c Improve update of synapse bot user admin status 2024-04-28 21:52:07 +02:00
Mayeul Cantan
9bc70ac5e9 Satisfy shellcheck in scripts/install
I personally use shellcheck to help me find mistakes, so reducing noise
helps.
2024-04-28 21:52:04 +02:00
Mayeul Cantan
2171a7fc09 Fix setting the bot admin in restore 2024-04-28 21:50:19 +02:00
Mayeul Cantan
b87c3d73e6 Add settings to manifest: encryption, bot as admin
These settings were migrated over from the WhatsApp bridge.
2024-04-28 21:50:19 +02:00
Mayeul Cantan
aa49af1161 Fix getting synapse's database name
This relies on Synapse using manifest v2, so it needs to be upgraded
first.
2024-04-28 21:50:19 +02:00
Mayeul Cantan
070b255e0e Handle missing enable_relaybot setting
Also add a helper "yaml2json" python script to allow using jq from the
shell to query config values.
2024-04-28 21:49:58 +02:00
yunohost-bot
f2d359e254 Auto-update READMEs 2024-04-28 21:48:08 +02:00
Mayeul Cantan
632f308c3b Testing: test upgrade both from both from pre-go and Pre-manifestV2 2024-04-28 21:48:08 +02:00
Mayeul Cantan
6fb8934168 Update documentation following the python->go migration 2024-04-21 18:41:11 +02:00
Mayeul Cantan
4fc14d947f Common: remove obsolete variables and functions 2024-04-21 18:41:11 +02:00
Mayeul Cantan
10cd9d4295 Cleanup "common" variables only used for migration 2024-04-21 18:41:11 +02:00
Mayeul Cantan
f6941f1e7f Split pre-0.5 upgrade script, check version before executing 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
b619888179 fix: signald, remove systemd service 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
7c79e934e7 fix: try to fix log permission error 2024-04-21 18:41:11 +02:00
Nathanaël Hannebert
193fb3a579 add: python-->go migration, remove signald stuff 2024-04-21 18:41:11 +02:00
yunohost-bot
8b73f168b3 Auto-update READMEs 2024-04-21 18:41:08 +02:00
Nathanaël Hannebert
7ea834c074 chg: install_dir was changed in the package v2 migration, set it back to /opt/yunohost/$app #94 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
22abbe338a chg: small fix and rollback systemd.service hardening as the app is not working with this change, we should postpone this improvment to a dedicated PR 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
6da2c6d3c3 fix: small fix in config.yaml 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
a4d2695d22 chg: fix linter warning :
remove signald service, harden systemd.service file, listen only on localhost in config.yaml
2024-04-21 18:40:02 +02:00
yunohost-bot
1ea44d1eae Auto-update READMEs 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
5a2771bd00 chg: continue to make needed changes for
this python-->go upgrade
2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
3f2db7ea34 chg: update manifest.toml for new types of reales artifacts, removed signald from manifest.toml, update dependencies needed 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
3b88c23604 chg: update systemd.service file to run go binary instead of old python app 2024-04-21 18:40:02 +02:00
Nathanaël Hannebert
f8e535c1cd chg: update config.yaml template from upstream 2024-04-21 18:40:02 +02:00
yunohost-bot
9728086f8d Auto-update READMEs 2024-04-21 18:40:00 +02:00
yunohost-bot
eda6e87432 Upgrade to v0.5.1
https://github.com/mautrix/signal/releases/tag/v0.5.1
2024-04-21 18:37:58 +02:00
yunohost-bot
53823e7d92 Auto-update READMEs 2024-04-16 19:04:46 +00:00
352aac0d3f Bump revision for packagingv2 2024-04-16 21:04:39 +02:00
yunohost-bot
58c0f1c167 Auto-update READMEs 2024-04-16 14:25:49 +00:00