Commit graph

9021 commits

Author SHA1 Message Date
Alexandre Aubin
b7c5913683
Merge pull request #1589 from YunoHost/fix-write-var-redundant-keys
[fix] Write var in files with redundants keys
2023-02-06 14:00:38 +01:00
ljf (zamentur)
8241e26fc2
[fix] Write var in files with redundants keys 2023-02-06 13:51:32 +01:00
Alexandre Aubin
07f287f680
Merge pull request #1588 from YunoHost/fix-ynh-replace-string
[fix] Allow to do replace string with @
2023-02-06 13:33:30 +01:00
ljf (zamentur)
f742bdf832
[fix] Allow to do replace string with @ 2023-02-06 13:26:36 +01:00
Alexandre Aubin
4dee434e71 domains: add missing logic to inject translated 'help' keys in config panel like we do for global settings 2023-02-05 18:31:36 +01:00
Alexandre Aubin
a035024666 Update changelog for 11.1.5.5 2023-02-04 18:51:35 +01:00
Alexandre Aubin
fb54da2e35 appsv2: moar fixes for v1->v2 upgrade not getting the proper env context 2023-02-04 18:46:33 +01:00
Alexandre Aubin
8485ebc75a admin->admins migration: try to handle boring case where the 'first' user cant be identified because it doesnt have the root@ alias 2023-02-03 21:13:17 +01:00
Alexandre Aubin
3bbba640e9 appsv2: ignore the old/ugly/legacy removal of apt deps when removing the php conf, because that's handled by the apt resource 2023-02-03 21:05:23 +01:00
Alexandre Aubin
9459aed65e Update changelog for 11.1.5.4 2023-02-03 20:43:42 +01:00
Alexandre Aubin
476908bdc2 appsv2: fix permission provisioning for fulldomain apps + fix apps not properly getting removed after failed resources init 2023-02-03 20:38:27 +01:00
Alexandre Aubin
0e787acb5d
appv2: typo in ports resource doc x_x 2023-02-03 15:32:09 +01:00
Éric Gaspar
b06a3053f6 Fix spacing 2023-02-03 10:21:09 +01:00
Éric Gaspar
634fd6e7fc Fix workdir variable for package v.2 2023-02-03 09:45:20 +01:00
Éric Gaspar
ce5d4ca637
Merge branch 'YunoHost:dev' into dev 2023-02-03 09:40:37 +01:00
Alexandre Aubin
c255fe2495 Update changelog for 11.1.5.3 2023-02-03 03:07:09 +01:00
Alexandre Aubin
2107a84852 appv2 resources: document the fact that the apt resource may create a phpversion setting when the dependencies contain php packages 2023-02-03 02:41:28 +01:00
Alexandre Aubin
13d4e16e7d helpers/appsv2: replacement of __PHPVERSION__ should use the phpversion setting, not YNH_PHP_VERSION 2023-02-03 02:25:36 +01:00
Alexandre Aubin
3f2dbe8754 Update changelog for 11.1.5.2 2023-02-02 23:59:08 +01:00
Alexandre Aubin
9b7668dab0 helpers: fix remaining __FINALPATH__ in php template (note that this is backward compatible because ynh_add_config will replace __INSTALL_DIR__ by $finalpath if $finalpath exists... 2023-02-02 23:57:24 +01:00
Alexandre Aubin
ba4f192557 maintenance: new year, update copyright header 2023-02-02 23:51:14 +01:00
Alexandre Aubin
f2e01e7a4a ci: tweak rules for Black and translation fixes because that's really too much flood x_x 2023-02-02 23:51:14 +01:00
Alexandre Aubin
cdae5ad111
Merge pull request #1584 from YunoHost/ci-format-dev
[CI] Format code with Black
2023-02-02 23:45:05 +01:00
yunohost-bot
ca3fb85286 [CI] Format code with Black 2023-02-02 22:43:47 +00:00
Alexandre Aubin
d32fd89aea Update changelog for 11.1.5.1 2023-02-02 23:41:19 +01:00
Alexandre Aubin
4a3cfd994f
Merge pull request #1583 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2023-02-02 23:22:39 +01:00
Eryk Michalak
dd49ed2154 Translated using Weblate (Polish)
Currently translated at 9.1% (69 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/pl/
2023-02-02 23:21:21 +01:00
Éric Gaspar
98fe846886 Translated using Weblate (French)
Currently translated at 100.0% (753 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2023-02-02 23:21:21 +01:00
ButterflyOfFire
80b38d0e8a Translated using Weblate (Arabic)
Currently translated at 22.7% (171 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ar/
2023-02-02 23:21:21 +01:00
Alexandre Aubin
2b2d49a504 appv2: fix env not including vars for v1->v2 upgrade 2023-02-02 23:20:52 +01:00
Alexandre Aubin
1c95bcff09 appv2: safety-backup-before-upgrade should only contain the app 2023-02-02 23:20:52 +01:00
Alexandre Aubin
8090acb158 backup: add name of the backup in create/delete message, otherwise that creates some spooky messages with 'Backup created' directly followed by 'Backup deleted' during safety-backup-before-upgrade in v2 apps 2023-02-02 23:20:52 +01:00
Alexandre Aubin
3110460a40 appv2: resource upgrade will tweak settings, we have to re-update the env_dict after upgrading resources 2023-02-02 23:20:52 +01:00
Alexandre Aubin
a9ac55e4a5 log/appv2: don't dump all settings in log metadata 2023-02-02 23:20:52 +01:00
Alexandre Aubin
e7d5d3942e
Merge pull request #1582 from fflorent/patch-1
Fixes $app unbound when running ynh_secure_remove
2023-02-02 16:36:08 +01:00
Florent
b9dc371a1c
Fixes $app unbound when running ynh_secure_remove
Fixes this issue: https://github.com/YunoHost/issues/issues/2138
2023-02-02 16:33:01 +01:00
Alexandre Aubin
82ec26b0d5
Merge pull request #1581 from YunoHost/ci-autofix-translated-strings-dev
[CI] Reformat / remove stale translated strings
2023-02-02 15:32:04 +01:00
yunohost-bot
6372bd3d4e [CI] Reformat / remove stale translated strings 2023-02-02 14:03:54 +00:00
Éric Gaspar
9f60913bf8
Merge pull request #1 from YunoHost/dev
fetch
2023-02-02 14:41:56 +01:00
Alexandre Aubin
7c4c3188e4 Unused import 2023-02-02 14:37:17 +01:00
Alexandre Aubin
895ce755bc
Merge pull request #1577 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2023-02-02 14:36:13 +01:00
Alexandre Aubin
f91920699d
Merge pull request #1580 from YunoHost/ci-format-dev
[CI] Format code with Black
2023-02-02 14:35:49 +01:00
yunohost-bot
3577956c06 [CI] Format code with Black 2023-02-02 13:35:03 +00:00
José M
7e9678622a Translated using Weblate (Galician)
Currently translated at 99.6% (750 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/gl/
2023-02-02 14:15:04 +01:00
Éric Gaspar
dabf86be77 Translated using Weblate (French)
Currently translated at 100.0% (753 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2023-02-02 14:15:04 +01:00
ButterflyOfFire
7ac6471b00 Translated using Weblate (Arabic)
Currently translated at 22.0% (166 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ar/
2023-02-02 14:15:04 +01:00
ppr
9004cc7615 Translated using Weblate (French)
Currently translated at 99.6% (750 of 753 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2023-02-02 14:15:04 +01:00
Alexandre Aubin
0826a54189 debian: Bump moulinette/ssowat requirement to 11.1 2023-02-02 14:14:35 +01:00
Alexandre Aubin
c2c0a66cdf Upate changelog for 11.1.5 2023-02-01 20:22:56 +01:00
Alexandre Aubin
314d27bec1 Fix flake8 complains 2023-02-01 20:21:19 +01:00