- 13 Feb, 2015 5 commits
-
-
Joshua Tauberer authored
Add additional options to really prevent apt from asking questions, which causes setup to hang because stdin/out have been redirected. fixes #270, #291
-
Joshua Tauberer authored
fixes #308
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
cc333b39 worked for fresh systems, but if the system already had the daemon running the api.key file would already exist and the test would pass to early. Now removing the file first. fixes #322
-
- 10 Feb, 2015 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
typo in "roudcube"
-
- 09 Feb, 2015 2 commits
-
-
Joshua Tauberer authored
Disable viewing dotfiles (.htaccess, .svn, .git, etc.)
-
BiZoNiX authored
-
- 05 Feb, 2015 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
web admin: simplify the instructions for creating a separate web directory for particular sites by moving it into a modal
-
Joshua Tauberer authored
if the user has set a http proxy or redirect on the root path of a domain, using custom.yaml, skip the domain from the static hosting panel because it wont be serving any static files
-
- 04 Feb, 2015 1 commit
-
-
Joshua Tauberer authored
if a custom A record is set, dont put in a default AAAA record pointing to the box because it will probably be wrong --- the user should either set an AAAA record or let the domain not resolve on IPv6
-
- 03 Feb, 2015 2 commits
-
-
Joshua Tauberer authored
I squashed some commits together and modified the commit message...
-
H8H authored
removed hardcoded /home directory to apply the existing configuration options for STORAGE_USER/ROOT if they exist Highest priority: the pre set STORAGE_ROOT/USER, midmost priority: the config settings, lowest priority: the default one. fixes #309; closes #311
-
- 01 Feb, 2015 5 commits
-
-
Ian Beringer authored
closes #313
-
Joshua Tauberer authored
hide nginx version an OS information for better privacy
-
ikarus authored
-
Joshua Tauberer authored
do better redirection from http to https
-
ikarus authored
Redirect using the 'return' directive and the built-in variable '$request_uri' to avoid any capturing, matching or evaluation of regular expressions. It's best practice. See: http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
-
- 31 Jan, 2015 7 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
fixes #241
-
Joshua Tauberer authored
run status checks asynchronously so that they finish faster, since many checks are waiting on network replies and ought not to block the whole thing
-
Joshua Tauberer authored
-
Joshua Tauberer authored
/admin login now issues a user-specific key for future calls (rather than providing the system-wide API key or passing the password on each request)
-
Joshua Tauberer authored
split management daemon authorization from authentication and use 'doveadm pw' rather than 'doveadm auth test' so that it is decoupled from dovecot's login mechanism This was done to pave the way for two-factor authentication, but that's still a ways off.
-
Joshua Tauberer authored
dont save the CSR generated to make self-signed certificates for non-primary domains (it has no value and might be confusing)
-
- 29 Jan, 2015 4 commits
-
-
Joshua Tauberer authored
Typo
-
pierreozoux authored
-
Joshua Tauberer authored
Fix typos in backup status template
-
David Piggott authored
-
- 21 Jan, 2015 2 commits
-
-
Joshua Tauberer authored
Fix typo in mail-guide.html
-
Kurt Huwig authored
Sercurity -> Security
-
- 19 Jan, 2015 5 commits
-
-
Joshua Tauberer authored
catch-all aiases and domain aliases should not require postmaster@ and admin@ aliases because they'll forward anyway
-
Joshua Tauberer authored
internationalized domain names (DNS, web, CSRs, normalize to Unicode in database, prohibit non-ASCII characters in user account names) * For non-ASCII domain names, we will keep the Unicode encoding in our users/aliases table. This is nice for the user and also simplifies things like sorting domain names (using Unicode lexicographic order is good, using ASCII lexicogrpahic order on IDNA is confusing). * Write nsd config, nsd zone files, nginx config, and SSL CSRs with domains in IDNA-encoded ASCII. * When checking SSL certificates, treat the CN and SANs as IDNA. * Since Chrome has an interesting feature of converting Unicode to IDNA in <input type="email"> form fields, we'll also forcibly convert IDNA to Unicode in the domain part of email addresses before saving email addresses in the users/aliases tables so that the table is normalized to Unicode. * Don't allow non-ASCII characters in user account email addresses. Dovecot gets confused when querying the Sqlite database (which we observed even for non-word ASCII characters too, so it may not be related to the character encoding).
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 11 Jan, 2015 2 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
/proc/meminfo reports kibibytes. Lower the minimum memory requirement so that 768 MB (not MiB) also is allowed. Report the detected memory in MB (not KiB), to be clearer. Fixes #289.
-