- 15 Oct, 2014 4 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
* `git fetch` wasn't done right for shallow clones * the test for whether mailinabox has already been cloned wasn't looking at the right directory if the script was not run from $HOME
-
Joshua Tauberer authored
-
Joshua Tauberer authored
SSLv3 is already disabled in Postfix (45e93f7d) and Nginx (51dd2ed7).
-
- 13 Oct, 2014 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
retain backups only for 3 days; beyond that the user is responsible for copying files off of the machine
-
- 12 Oct, 2014 4 commits
-
-
Joshua Tauberer authored
see #231, #201, b26abc94, 7ca54a2b, dfe0a9f1
-
Joshua Tauberer authored
-
Joshua Tauberer authored
see #231, #201, b26abc94.
-
Joshua Tauberer authored
-
- 11 Oct, 2014 9 commits
-
-
Joshua Tauberer authored
Jump to the panel_aliases anchor (top) to directly edit the selected alias
-
h8h authored
-
h8h authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
delay an ajax call to see if this fixes the problem of the loading indicator not going away after showing the user a panel after login
-
Joshua Tauberer authored
Change owner of spamassassin directory from mail to spampd, closes #231
-
David Piggott authored
-
Joshua Tauberer authored
Pass additional_records to recursive build_zone calls, closes #229
-
David Piggott authored
The problem was that custom records defined for a subdomain where implicit records are otherwise defined (e.g. A/AAAA records for the root) were ignored. Though additional_records for a subdomain are processed in the base call to build_zone (the call for the parent domain), and so custom records that don't override implicits were working fine, those that overrode implicits were ignored. This was because the recursive call to build_zone for the subdomain creates the implicit records (including A/AAAA records for the root), and so by relying on the base call to add the additional_records fails because has_rec returned true. Adding a subdomain's additional_records in the child call works because has_rec returns false when testing whether to add an e.g. A/AAAA override for the root, as the defaults have not yet been added.
-
- 10 Oct, 2014 3 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 08 Oct, 2014 1 commit
-
-
Joshua Tauberer authored
-
- 07 Oct, 2014 12 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
- 05 Oct, 2014 4 commits
-
-
Joshua Tauberer authored
status check on ns records should now take into account that secondary dns may be customized, see #223
-
Joshua Tauberer authored
-
Joshua Tauberer authored
When executed "cat bootstrap.sh | bash", apt-get mangled stdin. The script would terminate at the end of the if block containing apt-get (that seems to be as much as bash read from the pipe) and the remainder of the script was output to the console. This was very weird. Ensuring that apt-get and git have their stdins redirected from /dev/null seems to fix the problem. see #224
-
Joshua Tauberer authored
fixes #151 fixes #223
-