- 21 Mar, 2021 40 commits
-
-
neilpang authored
-
-
-
Lukas Brocke authored
The API now supports a POST route for adding records. Therefore checking for already existing records and including them in a PATCH request is no longer necessary.
-
-
Kristian Johansson authored
-
Kristian Johansson authored
-
Geert Hendrickx authored
(they are embedded)
-
czeming authored
没有encode中文字符会导致提交失败
-
medmunds authored
Secure by default. Also try to minimize configuration errors. (Many ESPs/ISPs require STARTTLS, and most support it.)
-
medmunds authored
-
medmunds authored
Improves standards compatibility and utf-8 handling in Python 3.3-3.8. (email.policy.default becomes the default in Python 3.9.)
-
medmunds authored
-
medmunds authored
-
medmunds authored
Just in case, make sure CR or NL don't end up in an email header.
-
medmunds authored
-
medmunds authored
Add and use _readaccountconf_mutable_default and _saveaccountconf_mutable_default helpers to capture common default value handling. New approach also eliminates need for separate underscore-prefixed version of each conf var.
-
medmunds authored
-
medmunds authored
Also add X-Mailer header to Python version
-
neilpang authored
-
-
Easton Man authored
-
Easton Man authored
-
Mike Edmunds authored
* fix: unifi deploy hook also update Cloud Key nginx certs When running on a Unifi Cloud Key device, also deploy to /etc/ssl/private/cloudkey.{crt,key} and reload nginx. This makes the new cert available for the Cloud Key management app running via nginx on port 443 (as well as the port 8443 Unifi Controller app the deploy hook already supported). Fixes #3326 * Improve settings documentation comments * Improve Cloud Key pre-flight error messaging * Fix typo * Add support for UnifiOS (Cloud Key Gen2) Since UnifiOS does not use the Java keystore (like a Unifi Controller or Cloud Key Gen1 deploy), this also reworks the settings validation and error messaging somewhat. * PR review fixes * Detect unsupported Cloud Key java keystore location * Don't try to restart inactive services (and remove extra spaces from reload command) * Clean up error messages and internal variables * Change to _getdeployconf/_savedeployconf * Switch from cp to cat to preserve file permissions
-
medmunds authored
I will not try to use whitespace to group code visually
-
medmunds authored
-
medmunds authored
-
medmunds authored
-
medmunds authored
-
medmunds authored
(I'm open to better ways of formatting the heredoc that embeds the Python script.)
-
medmunds authored
Support notifications via direct SMTP server connection. Uses Python (2.7.x or 3.4+) to communicate with SMTP server.
-
jerrm authored
* fix "integer expression expected" errors * duckdns fix * Update dns_duckdns.sh * Update dns_duckdns.sh
-
neilpang authored
-
neil authored
* fix https://github.com/acmesh-official/acme.sh/issues/3384 match the issuer to the root CA cert subject * fix format * fix https://github.com/acmesh-official/acme.sh/issues/3384 * remove the alt files. https://github.com/acmesh-official/acme.sh/issues/3384
-
manuel authored
-
Gnought authored
To support different openssl crl2pkcs7 help cli format
-
Vahid Fardi authored
-
Vahid Fardi authored
-
Vahid Fardi authored
-
Alexander Kulumbeg authored
This reverts commit c384ed96.
-