Commit graph

3135 commits

Author SHA1 Message Date
MercierCorentin
4755c1c6d5 Separate mail setting in mail_in and mail_out + fix domain settings types 2021-07-21 23:14:23 +02:00
cyxae
8cf9257683 fix yunohost app search fail 2021-07-16 03:30:53 +02:00
MercierCorentin
d358452a03 Bug fixe + cleaning 2021-07-15 21:07:26 +02:00
MercierCorentin
8104e48e40 Fix _load_zone_of_domain 2021-07-13 18:18:09 +02:00
MercierCorentin
8c1d1dd99a Utils/dns get_dns_zone_from_domain improve 2021-07-13 18:17:23 +02:00
MercierCorentin
d7c88cbf78 Add registrar name option to registrar catalog 2021-07-13 17:01:51 +02:00
Tagada
f3166b71b4 [enh] Add settings to block webadmin from outside 2021-07-12 18:32:12 +02:00
ljf
2239845b9d [fix] Better support for non latin domain name 2021-07-11 19:41:25 +02:00
tituspijean
f14dcec711 Remove mDNS setting
now we use our own setting file, not a system setting
2021-07-11 15:20:35 +00:00
tituspijean
654690b427 Add interfaces selection for mDNS broadcast
- System setting added
- Loop through list of interfaces
2021-07-11 14:17:15 +00:00
Tagada
cc3c9dfcd7
[fix] set .ssh folder permissions to 600
Fix YunoHost/issues#1770
2021-07-10 23:17:58 +02:00
Alexandre Aubin
a2009d6a9a Propagate changes from moulinette : get rid of msettings, and prompt/display are also wrapped in a 'Moulinette' object 2021-07-09 21:49:12 +02:00
Alexandre Aubin
5e2478d309 Propagate change from the moulinette (no more msignals madness) 2021-07-09 20:43:52 +02:00
Le Libre Au Quotidien
75ab54ee14 Improve disk space left verification 2021-07-07 19:36:58 +02:00
Kay0u
96e67ef145
monkey patch get_setting_description 2021-07-06 12:14:46 +02:00
Kay0u
f097f0d224
add user in hook exec again 2021-07-05 16:43:39 +02:00
Paco
31c31b1298 Lexicon: ~ 4 bugfixes 2021-06-25 10:48:33 +02:00
Alexandre Aubin
50129f3a29
Sometimes metadata ends up being empty for some reason and ends up being loaded as None, making the "in" operator crash :| 2021-06-21 19:00:26 +02:00
Alexandre Aubin
c3e7587766 Propagate change from the moulinette: authenticate -> _authenticate_credentials 2021-06-19 17:17:08 +02:00
Paco
22c9edb7d7 fix new _load_domain_settings bug 2021-06-19 03:01:28 +02:00
Paco
ab86d13b1e Update _load_domain_settings to load only requested domains 2021-06-18 19:14:51 +02:00
Paco
7f76f0a613 fix new locales 2021-06-18 14:46:46 +02:00
MercierCorentin
208df9601f Add domain registrar catalog cli command 2021-06-18 13:39:22 +02:00
Alexandre Aubin
1fcfe734e9 Add test-ldapauth to ci 2021-06-14 18:23:55 +02:00
Alexandre Aubin
11325c95cc Merge branch 'dev' into rework-authenticator-system 2021-06-14 18:16:58 +02:00
Alexandre Aubin
52920cc52f password -> credentials, pave the way to multi-admins 2021-06-14 17:36:12 +02:00
Alexandre Aubin
075526303e Misc tweaks and fixes, port ldap auth test from moulinette 2021-06-14 17:36:12 +02:00
Alexandre Aubin
17b726f6f3 Merge branch 'dev' into migrate_to_bullseye 2021-06-12 16:40:39 +02:00
Paco
b082f0314c Split registrar settings to /etc/yunohost/registrars/{dns_zone}.yml 2021-06-11 16:01:04 +02:00
Paco
c87a7b66e6 Merge branch 'dev' of https://github.com/YunoHost/yunohost into enh-dns-autoconf 2021-06-11 15:17:55 +02:00
ljf
4a22f6b390 [fix] yunohost user list --fields mail-alias 2021-06-10 19:28:49 +02:00
Alexandre Aubin
c8d4bbf82b Case-incensitive search are likely to catch too mnuch legitimate stuff resulting in redacting a shitload of stuff 2021-06-10 15:44:00 +02:00
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
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
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
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
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
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