Commit graph

4018 commits

Author SHA1 Message Date
ljf (zamentur)
dbe5e51ef1
[fix] Capture PASSPHRASE
See https://github.com/YunoHost-Apps/borg_ynh/issues/87
2021-06-10 14:47:13 +02:00
Alexandre Aubin
8e19eabe16
Merge pull request #1239 from tofbouf/patch-1
Apply realpath to find mounted points to unmount
2021-06-07 23:41:08 +02:00
Alexandre Aubin
c32305234c
Merge branch 'bullseye' into bullseye-legacy-cleanup 2021-06-07 22:09:02 +02:00
Alexandre Aubin
f6857625de Stupid encoding issue in migration 0023 2021-06-07 22:06:54 +02:00
Alexandre Aubin
8952c0d7ea Merge branch 'migrate_to_bullseye' into bullseye 2021-06-07 18:16:34 +02:00
Alexandre Aubin
43d924252f Fix patch of security repo in sources.list 2021-06-07 17:41:57 +02:00
Alexandre Aubin
14d4cec844
Python3: fix string split in postgresql migration 2021-06-04 21:44:14 +02:00
Alexandre Aubin
918d462946 Merge branch 'migrate_to_bullseye' into bullseye 2021-06-04 18:32:24 +02:00
Alexandre Aubin
11a638ed70 Fix 'apps' undefined 2021-06-04 18:22:48 +02:00
Alexandre Aubin
923f703ea0
tools_upgrade with apps : 'apps' undefined (well, it was defined, but not with the appropriate content) 2021-06-04 18:22:32 +02:00
Alexandre Aubin
4e2e54676a Yolo postgresql 11 -> 13 cluster migration 2021-06-04 17:23:09 +02:00
Alexandre Aubin
24211a90bc Yolo php7.3 -> php7.4 migration 2021-06-04 17:17:27 +02:00
Paco
3812dcd7af setting owned_dns_zone (Bool) → dns_zone (String) 2021-06-04 16:04:40 +02:00
MercierCorentin
06dcacbe8b Fix import issue in utils/dns 2021-06-04 09:52:10 +02:00
MercierCorentin
4b9dbd92eb Moved get_dns_zone_from_domain from utils/network to utils/dns 2021-06-04 09:42:04 +02:00
MercierCorentin
008baf1350 Add network util to get dns zone from domain name 2021-06-04 09:28:10 +02:00
MercierCorentin
97d68f85ad Add domain registrar info 2021-06-03 15:01:40 +02:00
Alexandre Aubin
da57653a01 Misc fixes after tests on the battlefield 2021-05-31 19:12:08 +02:00
Alexandre Aubin
473bff6e5d Draft for bullseye migration 2021-05-31 18:46:28 +02:00
Alexandre Aubin
5046e49c8b Many app explicitly specify YNH_PHP_VERSION=7.3, then trying to install php7.3-foo which doesn't exist ... so gotta yolopatch that definition ... 2021-05-30 19:03:44 +02:00
Alexandre Aubin
e2a3a0bedf Fix 'from_version' issue because of ~alpha in current bullseye version name 2021-05-30 17:55:39 +02:00
Paco
3022a47560 Now using Dict.update() when loading settings
Settings not anticipated will be loaded.
They will not be removed on write.
Original behavior: not anticipated keys are removed.
2021-05-29 19:39:59 +02:00
Paco
00098075fd Split domains.yml into domains/{domain}.yml 2021-05-29 19:15:13 +02:00
Alexandre Aubin
1051dbb3cc Misc legacy cleanup 2021-05-28 02:17:40 +02:00
Kay0u
8aae994720 dirty patch to wait for services to finish reloading 2021-05-28 01:03:30 +02:00
Kay0u
a27a4c26df yaml load -> safe_load 2021-05-28 01:02:38 +02:00
Kay0u
1f284d74c4 php 7.3 -> 7.4 2021-05-28 01:02:10 +02:00
tofbouf
f0ae164afe
Apply realpath to find mounted points to unmount
Bindings created by some backup methods appears with their 'real' path in /etc/mtab, that may differ from the original /home/yunohost.backup/tmp/auto_xxx that is passed to _recursive_umount().
This fix applies realpath to the 'directory' parameter passed to _recursive_umount().

Tested OK on my own instance, where backups with Borg were failing (except the first one after a reboot) because of this issue (it was unable to clean temporary dir).
2021-05-27 14:28:48 +02:00
Paco
ced4da4171 Run black & revert misguidedly cosmetic changes
An obscur plugin must have done this...
2021-05-25 16:27:05 +02:00
Corentin Mercier
e40f8fb861
Apply easy fixes from code review
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2021-05-25 13:46:09 +02:00
ericgaspar
fc02caea2e
Yunohost -> YunoHost 2021-05-24 18:02:13 +02:00
yunohost-bot
a8b70bea71 [CI] Format code 2021-05-24 15:08:57 +00:00
Alexandre Aubin
7cceec56d8
Merge pull request #1232 from YunoHost/ci-format-dev
[CI] Format code
2021-05-24 16:57:03 +02:00
Alexandre Aubin
a143018abb
Merge pull request #1230 from YunoHost/fix-ldapinit
[fix] Be able to init slapd in a chroot
2021-05-24 16:56:20 +02:00
yunohost-bot
fbdbd9e039 [CI] Format code 2021-05-24 13:49:17 +00:00
ljf (zamentur)
75d2f71d1a
[fix] Typo in comments 2021-05-24 15:36:03 +02:00
ljf
8829e2ccce [fix] Diagnosis dns query timeout 2021-05-24 15:30:08 +02:00
Alexandre Aubin
2d45c18961 Unused imports 2021-05-24 00:32:53 +02:00
Alexandre Aubin
c516cc8eb1 Create admin folder directly in slapd init 2021-05-24 00:03:10 +02:00
Alexandre Aubin
9dccfa721e Fix ldap init using slapadd 2021-05-23 23:07:28 +02:00
ljf
99247e3d08 [fix] Migrations 2021-05-23 22:46:28 +02:00
Alexandre Aubin
dfb5585021
Merge pull request #1228 from YunoHost/fix-unwanted-warning
[fix] Remove warning to user (transfered in linter)
2021-05-23 20:15:54 +02:00
ljf (zamentur)
ea5a6d301f
[fix] Email on certificate renewing failed (#1227)
* [fix] Email on certificate renewing failed

* [enh] Use check_output instead of subprocess

* Update src/yunohost/certificate.py

Co-authored-by: Kayou <pierre.moltess@gmail.com>

* [mod] Use f-string for readability

Co-authored-by: Kayou <pierre.moltess@gmail.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-05-23 20:09:48 +02:00
Paco
914bd1f20a connect domain_push_config to the in-file provider options 2021-05-21 11:32:52 +02:00
Paco
d4b4024532 fix: do not delete provider options when loading them 2021-05-21 11:31:12 +02:00
Paco
5859028022 Uncomment push_config function 2021-05-21 10:36:04 +02:00
ljf
d241db4c33 [fix] Be able to init slapd in a chroot 2021-05-21 00:46:31 +02:00
MercierCorentin
51d6d19810 Add first version of set domain provider 2021-05-20 13:29:04 +02:00
ljf (zamentur)
d1ea646876
[fix] Remove warning to user (transfered in linter) 2021-05-18 21:43:52 +02:00
ljf (zamentur)
0f10b91fa1
[fix] nftable migrations for python3 compatibility 2021-05-13 17:25:28 +02:00