mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
9.3 KiB
9.3 KiB
Commits for v0.54
COMMIT | DATE | AUTHOR | TITLE |
---|---|---|---|
4cb46ea | 2021-06-20 | Joshua Tauberer | v0.54 |
0f09880 | 2021-06-07 | downtownallday | add -H option to /bin/chown call in case 'encrypted' is a symbolic link |
0b2e504 | 2021-05-16 | downtownallday | Remove extraneous hr's |
e15d198 | 2021-05-16 | downtownallday | Fix typo |
b0b9f0e | 2021-05-16 | downtownallday | Update wording |
35fa3fe | 2021-05-15 | Joshua Tauberer | Changelog entries |
d510c8a | 2021-05-15 | Joshua Tauberer | Enable and recommend port 465 for mail submission instead of port 587 (fixes #1849) |
e283a12 | 2021-05-15 | Joshua Tauberer | Add null SPF, DMARC, and MX records for automatically generated autoconfig, autodiscover, and mta-sts subdomains; add null MX records for custom A-record subdomains |
e421add | 2021-05-09 | Joshua Tauberer | Pre-load domain purpopses when building DNS zonefiles rather than querying mail domains at each subdomain |
354a774 | 2021-05-09 | Joshua Tauberer | Remove a debug line added in 8cda58fb |
aaa81ec | 2021-05-08 | Joshua Tauberer | Fix indentation issue in bc4ae51c2d |
dbd6dae | 2021-05-08 | Joshua Tauberer | Fix exit status issue cased by 69fc2fdd |
d4c5872 | 2021-05-08 | John @ S4 | Make clear that non-AWS S3 backups are supported (#1947) |
3701e05 | 2021-05-08 | Thomas Urban | Rewrite envelope from address in sieve forwards (#1949) |
bc4ae51 | 2021-05-08 | Hala Alajlan | Handle query dns timeout unhandled error (#1950) |
12aaebf | 2021-05-08 | Jawad Seddar | custom.yaml : add support for X-Frame-Options header and proxy_redirect off (#1954) |
4981353 | 2021-05-08 | jvolkenant | Updated Nextcloud to 20.0.8, contacts to 3.5.1, calendar to 2.2.0 (#1960) |
16e81e1 | 2021-05-08 | jvolkenant | Fix to allow for non forced "enforce" MTA_STS_MODE (#1970) |
2e7f283 | 2021-05-08 | Joshua Tauberer | v0.53a |
8a5f9f4 | 2021-05-08 | Joshua Tauberer | Download Z-Push from alternate site |
69fc2fd | 2021-05-03 | Joshua Tauberer | Hide spurrious Nextcloud setup output |
9b07d86 | 2021-05-03 | Joshua Tauberer | Use $(...) notation instead of legacy backtick notation for embedded shell commands |
ae3feeb | 2021-05-03 | Joshua Tauberer | Fix warnings reported by shellcheck |
2c295bc | 2021-04-23 | Joshua Tauberer | Upgrade the Roundcube persistent login cookie encryption to AES-256-CBC and increase the key length accordingly |
30f9cc0 | 2021-04-15 | downtownallday | Clarify entry description |
39a07bd | 2021-04-15 | downtownallday | when encryption-at-rest is enabled, ensure postgrey loads the local client whitelist file after a re-mount |
8cda58f | 2021-04-12 | Joshua Tauberer | Speed up status checks a bit by removing a redundant check if the PRIMARY_HOSTNAME certificate is signed and valid |
178c587 | 2021-04-12 | Joshua Tauberer | Migrate to the ECDSAP256SHA256 (13) DNSSEC algorithm |
36d9cbb | 2021-04-12 | downtownallday | Split the User Activity/IMAP connections tab into two tables to better deal with the quantity of data |
34569d2 | 2021-04-11 | Joshua Tauberer | v0.53 |
212b0b7 | 2021-04-10 | downtownallday | Add missing file |
26609c4 | 2021-04-10 | downtownallday | Fix cell alignment |
b881325 | 2021-04-10 | downtownallday | Add ability to view message headers in the user activity panel ... and add message-id to output detail |
f80978b | 2021-04-10 | downtownallday | Add missing import |
2ec25b7 | 2021-04-10 | downtownallday | Switch to ES6 modules |
c1d9219 | 2021-04-09 | downtownallday | Change text case |
8093837 | 2021-04-09 | downtownallday | use systemctl 'restart' instead of 'start' |
0df9de3 | 2021-04-09 | downtownallday | Manage the local Postgrey whitelist in the admin console |
82e06a6 | 2021-04-09 | downtownallday | Include remote_host, remote_ip and failure_info with user's received mail details |
0ec968c | 2021-04-09 | downtownallday | Fix model update on create and activate |
606e5e0 | 2021-04-08 | downtownallday | Better handling of timeseries containing just one value |
26319ac | 2021-04-08 | downtownallday | Add 'today' and 'yesterday' to date range picker |
b4c2cde | 2021-04-08 | downtownallday | Include IMAP connection records in overall db stats table |
721dd12 | 2021-04-08 | downtownallday | Add IMAP connection reporting Fix binsizes and barwidths on timeseries charts Fix timezone issue in timeseries scales |
ac811bc | 2021-04-07 | downtownallday | Add some test scripts |
2b3c2fc | 2021-04-07 | downtownallday | Fix slowness when typing in search box |
33ea865 | 2021-04-07 | downtownallday | Capture Dovecot logs |