1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00
mailinabox/management
Tomasz Stanczak 0d7388899c
Allow DSA end EllipticCurve private keys to be used additionally to RSA for HTTPS certificates (#2416)
Co-authored-by: Tomasz Stanczak <tomasz@cocoturtle.com>
2024-12-22 07:59:58 -05:00
..
templates Fix typos (#2406) 2024-07-21 07:01:25 -04:00
auth.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2024-03-10 07:56:49 -04:00
backup.py Change hour of daily tasks to run at 1am and only run full backups on weekends (#2424) 2024-12-22 07:57:59 -05:00
cli.py Fixed SIM105 (suppressible-exception) 2024-03-10 07:56:49 -04:00
csr_country_codes.tsv drop the CSR_COUNTRY setting and ask within the control panel 2015-12-26 11:48:23 -05:00
daemon.py Fixed E721 (type-comparison): Use is and is not for type comparisons, or isinstance() for isinstance checks 2024-03-10 07:56:49 -04:00
daily_tasks.sh Fixed SC2046: Quote to prevent word splitting. 2024-04-03 09:21:34 -04:00
dns_update.py Fix typos (#2406) 2024-07-21 07:01:25 -04:00
email_administrator.py Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes 2024-03-10 07:54:51 -04:00
mail_log.py Fix typos (#2406) 2024-07-21 07:01:25 -04:00
mailconfig.py Fix typos (#2406) 2024-07-21 07:01:25 -04:00
mfa.py Fixed E721 (type-comparison): Use is and is not for type comparisons, or isinstance() for isinstance checks 2024-03-10 07:56:49 -04:00
munin_start.sh update bind9 configuration 2018-10-03 14:28:43 -04:00
ssl_certificates.py Allow DSA end EllipticCurve private keys to be used additionally to RSA for HTTPS certificates (#2416) 2024-12-22 07:59:58 -05:00
status_checks.py Add check on ipv6 for spamhaus (#2428) 2024-12-22 07:48:36 -05:00
utils.py fix: NameError: name 'subprocess' is not defined (#2425) 2024-11-27 08:22:45 -05:00
web_update.py Add custom.yaml support for WebSockets (#2385) 2024-06-18 08:32:11 -04:00
wsgi.py Fixed W292 (missing-newline-at-end-of-file): No newline at end of file 2024-03-10 07:56:49 -04:00