1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-08-15 06:10:55 +00:00
mailinabox/management
2023-12-23 05:23:58 -08:00
..
templates Fix typo in system-backup.html: Amazone -> Amazon (#2311) 2023-10-10 13:22:19 -04:00
auth.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08:00
backup.py Fixed ISC002 (multi-line-implicit-string-concatenation): Implicitly concatenated string literals over multiple lines 2023-12-23 05:23:58 -08:00
cli.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08: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 PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08:00
daily_tasks.sh daily_tasks.sh: redirect stderr to stdout (#1768) 2020-06-07 09:56:45 -04:00
dns_update.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08:00
email_administrator.py Fixed Q003 (avoidable-escaped-quote): Change outer quotes to avoid escaping inner quotes 2023-12-22 07:21:37 -08:00
mail_log.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08:00
mailconfig.py Fixed UP032 (f-string): Use f-string instead of format call 2023-12-22 07:41:21 -08:00
mfa.py Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first 2023-12-22 07:10:48 -08:00
munin_start.sh update bind9 configuration 2018-10-03 14:28:43 -04:00
ssl_certificates.py Fixed RUF010 (explicit-f-string-type-conversion): Use explicit conversion flag 2023-12-22 07:42:13 -08:00
status_checks.py Fixed RUF005 (collection-literal-concatenation) 2023-12-23 05:20:45 -08:00
utils.py Fixed PLW1514 (unspecified-encoding): open in text mode without explicit encoding argument 2023-12-23 05:07:25 -08:00
web_update.py Fixed RUF005 (collection-literal-concatenation) 2023-12-23 05:20:45 -08:00
wsgi.py Fixed W292 (missing-newline-at-end-of-file): No newline at end of file 2023-12-22 07:25:22 -08:00