Commit graph

993 commits

Author SHA1 Message Date
Alexandre Aubin
b528336fd0 Update / improve strings 2020-04-29 02:43:58 +02:00
Josué Tille
d5c61f2d27
Manage skipped, unprotected uris in root path case 2020-04-28 15:11:32 +02:00
Josué Tille
73e2ede910
Merge branch 'stretch-unstable' into permission_protection 2020-04-28 14:20:25 +02:00
ljf
d1b694447a [enh] Use publicsuffix list to avoid alert on dyndns domain 2020-04-27 23:38:05 +02:00
ljf
cdb917e565 [enh] Explain why domain expiration not found 2020-04-27 23:38:05 +02:00
ljf
d72156b91f [enh] Check domain expiration date 2020-04-27 23:38:05 +02:00
Alexandre Aubin
7e4f3b6f29
Merge pull request #956 from YunoHost/be-more-robust-against-corrupted-backup-archives
Be more robust against some situation where archive is corrupted
2020-04-27 23:24:03 +02:00
Alexandre Aubin
f91eeff9dd Uhoh we should use {domain}, fix wording.. 2020-04-27 18:01:09 +02:00
Alexandre Aubin
c1262ab9a9 Fix acme challenge code snippet detection for this domain 2020-04-27 18:01:09 +02:00
Alexandre Aubin
dbcb08a522 Improve wording, fix some weird translation... 2020-04-26 01:44:00 +00:00
Alexandre Aubin
5baadd1fa1 Be more robust against some situation where archive is corrupted 2020-04-24 03:08:31 +02:00
Josué Tille
84e275ea97
Merge branch 'stretch-unstable' into permission_protection 2020-04-22 21:59:06 +02:00
Alexandre Aubin
4c95d52c37 More small wording/translation improvement.. 2020-04-19 05:29:32 +02:00
Alexandre Aubin
39f0aa3ef3 Improve wording 2020-04-19 05:07:22 +02:00
Alexandre Aubin
6e334eba95 Wording / weird translation.. 2020-04-19 04:14:48 +02:00
Alexandre Aubin
7c758b72c9
Merge branch 'misc-enh-diagnosis' into enh-diagnosis-mail 2020-04-19 04:06:44 +02:00
ljf
e6f0091f59 [fix] Rename ipv6 mail settings + desc 2020-04-19 03:45:59 +02:00
Alexandre Aubin
b53695af27 Fix _could_not_diagnose string consistency 2020-04-19 03:08:34 +02:00
ljf
4686673bb5 [enh] Be able to disable ipv6 for smtp 2020-04-19 02:30:23 +02:00
Alexandre Aubin
3cb47a226f More flexible warning about swap size... Move it to 512 MiB 'cause 256 MiB really aint much I think 2020-04-19 01:43:27 +02:00
ljf
a7a0f93102 [fix] rebase issue 2020-04-19 01:05:36 +02:00
ljf
0ac1cfb31a [fix] rebase issue 2020-04-19 01:04:02 +02:00
ljf
dae8adff4b [fix] rebase issue 2020-04-19 01:02:30 +02:00
ljf
3c174389b6 [enh] Add some details 2020-04-19 00:58:10 +02:00
Alexandre Aubin
7818eb3946 Better handling of failure to use the remote-diagnosis 2020-04-19 00:26:33 +02:00
ljf
0014fe2903 [fix] Order of mail checks and mail queue 2020-04-18 20:40:18 +02:00
ljf
b1124b7080 [fix] Maildiagnoser typo 2020-04-18 19:06:45 +02:00
ljf
a17adc274c [wip] Small refactoring for mail diagnoser 2020-04-18 17:08:47 +02:00
ljf
027a0ed73c [wip] Add rDNS and mailqueue check 2020-04-18 17:08:46 +02:00
ljf
5b0698e798 [fix] Bad call to dict 2020-04-18 17:08:46 +02:00
ljf
0b7984adf1 [enh] Improve DNSBL check 2020-04-18 17:08:46 +02:00
ljf
bb162662c6 [enh] Use named var in i18n 2020-04-18 17:08:46 +02:00
ljf
d8feb1b72a [enh] Add RBL check 2020-04-18 17:08:46 +02:00
Alexandre Aubin
fc50478382 Another attempt to improve messages... 2020-04-18 03:28:52 +02:00
Alexandre Aubin
e880e775c1 No need to display this message in webadmin (we're already on the diagnosis script when this happens ...) + in CLI we want to have it as a warning so that it's displayed in cron email 2020-04-18 03:09:43 +02:00
Kayou
040bc1d09f Yolo fix locales (#936)
* Yolo fix locales

* Fix bad copy pasta for string key

* Yolo fix locales

* Add diagnosis_ports_could_not_diagnose back

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-04-17 03:20:40 +02:00
Alexandre Aubin
1552c6472b Try to improve wording of DNS reports 2020-04-17 03:20:40 +02:00
Alexandre Aubin
e8730ad92b Correctly handle cases where domain works in IPv4 but not IPv6 or viceversa 2020-04-17 03:20:40 +02:00
Alexandre Aubin
4787f0ce04 Rework diagnosis of system resources 2020-04-17 03:20:40 +02:00
Alexandre Aubin
416968bb28 Improve regenconf diagnosis 2020-04-17 03:20:40 +02:00
Alexandre Aubin
f47352df88 Improve message about server unreachable on http 2020-04-17 03:20:40 +02:00
Alexandre Aubin
3869c2f68e Add html tags to improve readability of some results (in particular DNS records stuff) on webadmin 2020-04-17 03:20:40 +02:00
Alexandre Aubin
f9dd634ebe Detect if nginx conf does not include well-known diagnosis location 2020-04-17 03:20:40 +02:00
Alexandre Aubin
7c3cce6bf9 Try to diagnose and add details about global and local IPs 2020-04-17 03:20:40 +02:00
Alexandre Aubin
587a07a6e6 Propagate change in string format to other locales 2020-04-17 03:20:40 +02:00
Alexandre Aubin
f0c0f63bb4 Let's use dict for details data, much better for semantic when defining strings etc... 2020-04-17 03:20:40 +02:00
Kayou
720e1daf8b
Update en.json 2020-04-15 15:21:10 +02:00
Josué Tille
4933b23b5b
Improve management of show_tile settings 2020-04-09 15:40:20 +02:00
Josué Tille
4ebf716d21
Fix typo 2020-04-08 22:46:53 +02:00
Josué Tille
d563b6a04d
Be more explicit about domain unknown 2020-04-06 23:31:52 +02:00