Commit graph

41 commits

Author SHA1 Message Date
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
tituspijean
842783f64c Accomodate mDNS feature in diagnosis 2021-07-11 15:20:14 +00: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
Alexandre Aubin
d113b6a53f Adding some notes about diagnosis items to be implemented 2019-10-10 16:16:59 +02:00
Alexandre Aubin
0dc1909c68 Misc small UX stuff 2019-10-10 16:13:13 +02:00
Alexandre Aubin
91ec775ebb Implement basic dependency system between diagnoser 2019-10-10 16:13:13 +02:00
Alexandre Aubin
d2bbb5a2b3 This 'args' things sounds like a big YAGNI after all 2019-10-10 16:12:33 +02:00
Alexandre Aubin
aed53786f2 Make the PEP8 gods less angry 2019-10-10 16:11:20 +02:00
Alexandre Aubin
4d5ace06db Add test that we can ping outside before talking to ip.yunohost.org 2019-10-10 16:11:20 +02:00
Alexandre Aubin
41c3b054ba Fix semantic, way too many things called 'report' ... 2019-10-10 16:11:20 +02:00
Alexandre Aubin
af23f53d82 Simplify / reorganize i18n management for report and description 2019-10-10 16:11:20 +02:00
Renamed from data/hooks/diagnosis/12-dns.py (Browse further)