mailinabox/management
Joshua Tauberer 3b4b57c081 switching between backup options in the admin wasn't working at all
* going from s3 to file target wasn't working
* use 'local' in the config instead of a file: url, for the local target, so it is not path-specific
* break out the S3 fields since users can't be expected to know how to form a URL
* use boto to generate a list of S3 hosts
* use boto to validate that the user input for s3 is valid
* fix lots of html errors in the backup admin
2015-08-09 20:08:33 +00:00
..
templates switching between backup options in the admin wasn't working at all 2015-08-09 20:08:33 +00:00
auth.py the control panel auth hmac message should also include the user's password so that resetting a password in the database forces that user to log in to the control panel again; also use a sha256 hmac 2015-06-06 12:38:19 +00:00
backup.py switching between backup options in the admin wasn't working at all 2015-08-09 20:08:33 +00:00
daemon.py switching between backup options in the admin wasn't working at all 2015-08-09 20:08:33 +00:00
dns_update.py bug in new secondary nameservers 2015-07-20 11:25:16 +00:00
mail_log.py mail log scanner: dont assume lines are utf8 2015-01-02 22:49:25 +00:00
mailconfig.py setting an alias to forward to two or more addresses was broken since aa33428311 2015-07-04 15:28:45 +00:00
status_checks.py allow PEM files to have non-Unix line endings 2015-07-17 11:44:28 +00:00
utils.py improve the sort order of domains - siblings to the primary hostname were not sorted right 2015-07-21 11:25:11 +00:00
web_update.py the control panel would not allow installing a certificate for a www redirect domain, fixes #475 2015-07-02 10:53:54 +00:00