Commit graph

6509 commits

Author SHA1 Message Date
ljf (zamentur)
4266cfec6b
[fix] Remove SPFB cause this dnsbl make false positive compared to web version ! 2021-05-21 01:09:19 +02:00
ljf (zamentur)
0f10b91fa1
[fix] nftable migrations for python3 compatibility 2021-05-13 17:25:28 +02:00
Alexandre Aubin
52e307040e Attempt to fix the 'yunohost-api' being down after yunohost upgrades ... Apparently this is due to the port being still busy, which is puzzling, but also because it tries to restart but hit the StartLimitBurst (defaults is 5 times in 10 s). Increasing RestartSec to 5 may fix the issue (at some point the port gets free and service starts) 2021-05-11 00:21:12 +02:00
Alexandre Aubin
2b0df6c35a Add requirements for new helpers 2021-05-10 19:00:53 +02:00
Alexandre Aubin
06f8c1cc88 Define ynh_node_load_path to be compatible with ynh_replace_vars 2021-05-10 19:00:53 +02:00
Alexandre Aubin
a66b9a89f3
Merge pull request #1224 from YunoHost-Apps/n-upgrade
Update nodejs
2021-05-10 17:24:12 +02:00
ericgaspar
bdd343a4b7
Update nodejs 2021-05-10 09:53:39 +02:00
Alexandre Aubin
4aaf015428
Also catch tarfile.ReadError as possible archive corruption error 2021-05-09 18:38:17 +02:00
ljf (zamentur)
2ea4c2bae9
[fix] Inconsistency in translation 2021-05-09 01:00:59 +02:00
Alexandre Aubin
b4570b81da Update changelog for 4.2.4 2021-05-08 15:06:49 +02:00
Alexandre Aubin
1757ce6012
Merge pull request #1222 from yalh76/ynh_systemd_action_stop
ynh_systemd_action: Fix case where service is already stopped
2021-05-08 14:56:58 +02:00
Alexandre Aubin
14c74c5173
Merge pull request #1220 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-05-08 14:45:36 +02:00
Flavio Cristoforetti
abd05beff2 Translated using Weblate (Italian)
Currently translated at 100.0% (636 of 636 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2021-05-08 12:44:57 +00:00
Quentí
badbfacb74 Translated using Weblate (Occitan)
Currently translated at 58.3% (371 of 636 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/oc/
2021-05-08 12:44:57 +00:00
Christian Wehrli
5b52fbeee1 Translated using Weblate (German)
Currently translated at 86.6% (551 of 636 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2021-05-08 12:44:57 +00:00
Alexandre Aubin
9334e1d8f7
Merge pull request #1221 from YunoHost/ci-format-dev
[CI] Format code
2021-05-08 14:44:53 +02:00
yunohost-bot
b38d5eedf7 [CI] Format code 2021-05-07 18:22:04 +00:00
Alexandre Aubin
51478d14e2 ssh_config: add conf block for sftp apps 2021-05-07 19:48:22 +02:00
yalh76
19d2901d46 Manage case of service already stopped 2021-05-06 13:05:21 +02:00
Alexandre Aubin
af567c6f85 python3: smtplib's sendmail miserably crashes with encoding issue if accent in mail body 2021-05-03 19:02:10 +02:00
Alexandre Aubin
aa0d7195cf Update changelog for 4.2.3.1 2021-04-28 18:00:17 +02:00
Alexandre Aubin
e3d6d2d603
Merge pull request #1219 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-04-28 17:58:07 +02:00
Alexandre Aubin
ee83c3f9ba Recreate the admins group which for some reason didnt exist on old setups .. 2021-04-28 17:47:22 +02:00
Éric Gaspar
3e408b20bc Translated using Weblate (French)
Currently translated at 99.8% (628 of 629 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2021-04-27 17:06:57 +00:00
Weblate
eb1fe7ceef Merge branch 'dev' of https://github.com/YunoHost/yunohost into dev 2021-04-26 21:33:45 +00:00
Alexandre Aubin
d740046a2d
Merge pull request #1218 from YunoHost/ci-format-dev
[CI] Format code
2021-04-26 17:17:17 +02:00
yunohost-bot
2443b2ee1d [CI] Format code 2021-04-26 15:10:07 +00:00
Alexandre Aubin
b3d4872538 Update changelog for 4.2.3 2021-04-26 16:36:13 +02:00
Alexandre Aubin
e5f54f3656
Merge pull request #1208 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-04-26 16:19:36 +02:00
Alexandre Aubin
1484df1bcb
Merge branch 'dev' into weblate-yunohost-core 2021-04-26 16:19:28 +02:00
Alexandre Aubin
a3e01ff5bf
Merge pull request #1216 from YunoHost/ssh_app_group
Add ssh.app, sftp.app groups to cover my_webapp and borg needing ssh access
2021-04-26 16:08:53 +02:00
Alexandre Aubin
db3cc62bc7 Add ssh.app, sftp.app groups to cover my_webapp and borg needing ssh access 2021-04-24 17:26:03 +02:00
Alexandre Aubin
381f789fec ynh_port_available: also check ports used by other apps in settings.yml 2021-04-23 21:00:21 +02:00
Alexandre Aubin
4ae72cc3c8
Don't suggest that we can remove multiple apps 2021-04-22 14:41:54 +02:00
Alexandre Aubin
50af0393d1 Fix a stupid issue where an app's tmp work dir would be deleted during upgrade because of the backup process 2021-04-20 20:22:42 +02:00
Laurent Peuch
dfdc058aab fix(py37-black-run): stop if there is not diff 2021-04-17 05:25:57 +02:00
Alexandre Aubin
de8ca5a8cb Update changelog for 4.2.2 2021-04-17 04:34:20 +02:00
Alexandre Aubin
567bdb9a15 Undefined MoulinetteError 2021-04-17 02:55:55 +02:00
Alexandre Aubin
43591f0cae
Merge pull request #1215 from YunoHost/ci-format-dev
[CI] Format code
2021-04-17 02:54:30 +02:00
Alexandre Aubin
298f8e877e
Merge branch 'dev' into ci-format-dev 2021-04-17 02:54:13 +02:00
Alexandre Aubin
92eb97042f ynh_remove_fpm_config: we probably want to remove the conf file *before* reloading the service... 2021-04-17 02:52:56 +02:00
Alexandre Aubin
229d0ab5cb No need to define run_before_app_restore for migration 0020, let's avoid some confusing/misleading message 2021-04-17 02:35:41 +02:00
yunohost-bot
66f2613518 [CI] Format code 2021-04-17 00:31:06 +00:00
Alexandre Aubin
27c4b33065
Merge pull request #1190 from YunoHost/remove-src_filename
Remove src filename
2021-04-17 01:57:41 +02:00
Alexandre Aubin
65759e978f
Merge pull request #1213 from YunoHost/app_manifest
Add route to fetch app manifest for custom app installs in a forge-agnostic way
2021-04-17 01:56:36 +02:00
Alexandre Aubin
931ed64e1b
Merge pull request #1214 from YunoHost/more-uniform-tmp-workdir-for-apps
More uniform tmp dir for apps, remove some weird 'admin' ownership
2021-04-17 01:56:28 +02:00
Alexandre Aubin
3f892c7f02
Merge pull request #1205 from YunoHost/backup-create-dry-run
Add a --dry-run option to backup_create to fetch an estimate of the backup size
2021-04-17 01:56:20 +02:00
Alexandre Aubin
e2ca2bf9aa
Merge pull request #606 from YunoHost/sftp_permission
Add SFTP / SSH permissions
2021-04-17 01:56:09 +02:00
Alexandre Aubin
daa0c95015 More stupid trick to dump what's wrong with php7.3-fpm during tests... 2021-04-17 01:18:23 +02:00
Alexandre Aubin
16e20fed77 Don't re-run migration if backup is from the same version (mainly to avoid weird stuff during tests) 2021-04-17 01:10:58 +02:00