Commit graph

58 commits

Author SHA1 Message Date
Alexandre Aubin
3591a01fdb Merge branch 'dev' into bullseye 2021-10-02 20:08:36 +02:00
Alexandre Aubin
df0cdd483d Black 2021-09-29 22:20:36 +02:00
Alexandre Aubin
c44560b6f7 Misc cleanups in dns diagnoser 2021-09-29 21:38:03 +02:00
Alexandre Aubin
17aafe6f6a General improvement for special-use TLD / ynh dyndns domains 2021-09-29 20:36:45 +02:00
Alexandre Aubin
ae08698253 Merge branch 'migrate_to_bullseye' into bullseye 2021-09-21 16:04:32 +02:00
Alexandre Aubin
4d3692a70b Black 2021-09-19 23:08:27 +02:00
Alexandre Aubin
cdabfc12cc dns: Repair diagnosis ugh 2021-09-19 19:34:45 +02:00
Alexandre Aubin
ae03be3bad i18n tests: simplify hardcoded stuff 2021-09-19 17:10:14 +02:00
Alexandre Aubin
4533b74d6c autodns: Various tweaks and refactorings to make test pass 2021-09-12 22:55:31 +02:00
Alexandre Aubin
88a624ddbc Revert publicsuffix changes in dnsrecord diagnoser 2021-09-12 15:44:51 +02:00
Kay0u
70bff61749
Merge branch 'dev' into bullseye 2021-09-01 17:14:21 +02:00
Alexandre Aubin
1eb059931d Savagely split the dns/registrar stuff in a new dns.py 2021-08-28 21:02:13 +02:00
Alexandre Aubin
8438efa680 Move dig() to utils.dns 2021-08-28 20:20:22 +02:00
Alexandre Aubin
46b51b84f3
Merge branch 'dev' into enh-dns-autoconf 2021-08-28 17:39:59 +02:00
yunohost-bot
aac8b8d460 [CI] Format code 2021-08-26 20:09:57 +00:00
Alexandre Aubin
e493b89d6a diagnosis: Zblerg, .dev is actually an actual TLD 2021-08-12 20:16:35 +02:00
Alexandre Aubin
7f3eeafbed mdns/diagnosis: following suggestion IRL: extend the no-check mecanism for .local to .onion and other special-use TLDs 2021-08-12 19:40:36 +02:00
Alexandre Aubin
849ccb043a mdns: diagnosis expects a 'data' key instead of 'results' 2021-08-12 19:13:35 +02:00
MercierCorentin
97bdedd723 Migrate from public suffix to public suffix list 2021-08-01 19:04:51 +02:00
tituspijean
842783f64c Accomodate mDNS feature in diagnosis 2021-07-11 15:20:14 +00:00
Kay0u
b7703c32a1 publicsuffix -> publicsuffix2 2021-05-28 01:02:38 +02:00
yunohost-bot
c4439110e1 [CI] Format code 2021-02-02 03:37:40 +00:00
Alexandre Aubin
c8a23f26bb Handle case where DKIM record is split into several pieces 2021-01-21 16:25:58 +01:00
Alexandre Aubin
7aa3ff5255 Added a .strip() to moulinette's check_output because was tired of adding it all over the places 2020-10-31 18:58:19 +01:00
Alexandre Aubin
8b169f138c Detect dyndns-domains managed by yunohost and advice to use yunohost dyndns update --force 2020-05-26 00:32:53 +02:00
Alexandre Aubin
415e805f74 Change threshold to warn earlier about soon-to-expire domain 2020-04-29 02:44:39 +02:00
Alexandre Aubin
f22ac67468 Success for domains not about to expire 2020-04-29 02:43:37 +02:00
Alexandre Aubin
76de0bb2e9 Remove stale code 2020-04-29 02:42:23 +02:00
ljf
9cf0e6ed6c Merge branch 'enh-check-whois' of https://github.com/YunoHost/yunohost into enh-check-whois 2020-04-29 00:24:07 +02:00
ljf
4e84b63688 [fix] Who is the creator of whois ? #consistency 2020-04-29 00:23:33 +02:00
ljf (zamentur)
2c7a059f19
[enh] Add a small comments to explain the pending suffix list 2020-04-28 17:01:11 +02:00
ljf
b241c2fa1d [enh] Whois not working 2020-04-28 00:53:23 +02:00
ljf
575aa67401 [fix] whois on co.uk 2020-04-28 00:30:38 +02:00
ljf
d1b694447a [enh] Use publicsuffix list to avoid alert on dyndns domain 2020-04-27 23:38:05 +02:00
ljf
c347e368fc [fix] Remove this damn test 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
d98d753f52 [fix] Bad i18n key 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
17d3ec5ad3 Improve new dig() helper, and use it in dnsrecords diagnosis as well 2020-04-27 17:30:17 +02:00
Alexandre Aubin
749ca54a34 More sensible cache_duration for diagnosis categories 2020-04-18 02:53:15 +02:00
Alexandre Aubin
4306db7cf1 Be more flexible about SPF record: just 'a mx -all' is enough, no need to specify IP. (also fix TXT record validation in diagnosis) 2020-04-17 03:20:40 +02:00
Alexandre Aubin
4e64e2ccfd Save a per-record result for DNS diagnosis and report missing AAAA as warning only 2020-04-17 03:20:40 +02:00
Alexandre Aubin
bfe3f415ca Report bad XMPP DNS records as warning for now 2020-04-17 03:20:40 +02:00
Alexandre Aubin
093ccd8020 Make sure that there's no AAAA records when no ipv6 2020-04-17 03:20:40 +02:00
Alexandre Aubin
ae82fe3693 Improve the way we check DNS records to avoid false negative on TXT or MX 2020-04-17 03:20:40 +02:00
Alexandre Aubin
3cff370c62 Add some bits of magic to simplify the way we yield test items 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
Alexandre Aubin
f032ba16cc Only diagnose basic records for subdomains 2020-04-05 20:23:32 +02:00
Alexandre Aubin
69bc12454e Reorder DNS tests to avoid random order in rendering 2020-03-21 23:09:47 +01:00
Alexandre Aubin
356f2b9ec1 Moar ideas 2019-10-10 16:16:59 +02:00