Commit graph

6489 commits

Author SHA1 Message Date
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
Alexandre Aubin
3b35f61028 Fix DepreciationWarning 2021-04-17 01:00:28 +02:00
Alexandre Aubin
72e4a584ed Be more robust against re-running the migration 2021-04-17 00:58:12 +02:00
Alexandre Aubin
6e4f1fa42e Stupid tmp fix to try to track why the tests are failing 2021-04-17 00:49:17 +02:00
Alexandre Aubin
aae7c6e296 Unused imports 2021-04-16 22:34:39 +02:00
Alexandre Aubin
8f3a7067d9 Advertise the new SSH port setting for people that manually modified the SSH port 2021-04-16 22:20:06 +02:00
Alexandre Aubin
c53f5ac16a Report an error in the diagnosis and migration if sshd config is insecure 2021-04-16 22:05:36 +02:00
Alexandre Aubin
4a0b343e5e Fix/update migration script, handle applying the new migration during restore 2021-04-16 22:01:22 +02:00
Alexandre Aubin
eadca492f8
Merge branch 'dev' into sftp_permission 2021-04-16 17:55:54 +02:00
Alexandre Aubin
0616d63222
Try to improve the catastrophic error management in domain_add ... 2021-04-16 14:33:17 +02:00
Laurent Peuch
c92e495b21 [fix] first attempt to fix auto sending of black PR 2021-04-16 02:45:06 +02:00
Laurent Peuch
f9419c9606 [fix] correctly format .gitlab/ci/lint.gitlab-ci.yml 2021-04-16 02:39:46 +02:00
Laurent Peuch
d77866621b [mod] correctly format .gitlab-ci.yml 2021-04-16 02:36:00 +02:00
Alexandre Aubin
e1f7a5fa4c
Fix help string 2021-04-16 02:34:52 +02:00
Kayou
9d64e850b8
Update src/yunohost/app.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2021-04-16 01:03:34 +02:00
Alexandre Aubin
be6c39bf8c No need for Github CSP rule in the webadmin anymore 2021-04-16 00:45:54 +02:00
Alexandre Aubin
9adf5e522c Add app_manifest to fetch manifest of an app from the catalog or using url 2021-04-16 00:45:54 +02:00
Alexandre Aubin
a373047756 More uniform tmp dir for apps, remove some weird 'admin' ownership 2021-04-15 22:27:05 +02:00
Alexandre Aubin
4726c48ad5
Merge pull request #1211 from YunoHost/kill-floc
[enh] add header to disallow FLoC
2021-04-15 20:37:39 +02:00
ljf (zamentur)
f23982b460
[fix] Remove zip from /etc/yunohost/apps/*/scripts 2021-04-15 19:33:12 +02:00
Laurent Peuch
a0b32d5f1b [enh] add header to disallow FLoC
https://diaspodon.fr/@etienne/106070042112522839
2021-04-15 17:56:50 +02:00