mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-03 00:07:05 +00:00
9.1 KiB
9.1 KiB
Commits for v55
COMMIT | DATE | AUTHOR | TITLE |
---|---|---|---|
65861c6 | 2021-10-18 | Joshua Tauberer | Version 55 |
71a7a3e | 2021-10-18 | Joshua Tauberer | Upgrade to Roundcube 1.5 |
1c3bca5 | 2021-10-18 | Richard Willis | Fix broken link in external-dns.html (#2045) |
b643cb3 | 2021-10-13 | ukfhVp0zms | Update calendar/contacts android app info (#2044) |
31dc967 | 2021-10-02 | downtownallday | Add help text |
113b7bd | 2021-09-24 | Joshua Tauberer | Disable SMTPUTF8 in Postfix because Dovecot LMTP doesn't support it and bounces messages that require SMTPUTF8 |
3e19f85 | 2021-09-24 | Joshua Tauberer | Add domain maps from Unicode forms of internationalized domains to their ASCII forms |
11e84d0 | 2021-09-24 | Joshua Tauberer | Move automatically generated aliases to a separate database table |
79966e3 | 2021-09-24 | Joshua Tauberer | Set a cookie for /admin/munin pages to grant access to Munin reports |
66b15d4 | 2021-09-24 | Joshua Tauberer | CHANGELOG entries |
df46e13 | 2021-09-24 | drpixie | Include NSD config files from /etc/nsd/nsd.conf.d/*.conf (#2035) |
353084c | 2021-09-19 | Elsie Hupp | Use "smart invert" for dark mode (#2038) |
763cdfc | 2021-09-14 | downtownallday | remove /admin/me call, which is no longer available, and use the new api_credentials Object, which used to be a String. add X-Requested-With header to requests so 401's are not returned by daemon.py. |
9ea03e1 | 2021-09-14 | downtownallday | automatically install avahi for systems with a .local tld |
4b285c3 | 2021-09-14 | downtownallday | Prepare for multiple base system support and automatically update and remove stale vagrant boxes |
3d32dba | 2021-09-14 | downtownallday | Explicitly create a /etc/ldap/ldap.conf in the docker image so ldap tools recognize the system's trusted root certificate list |
3f2b2ef | 2021-09-14 | downtownallday | Stop the capture daemon during ehdd shutdown to avoid "busy" mount |
91079ab | 2021-09-10 | mailinabox-contributor | add numeric flag value to DNSSEC DS status message (#2033) |
e5909a6 | 2021-09-06 | Joshua Tauberer | Allow non-admin login to the control panel and show/hide menu items depending on the login state |
26932ec | 2021-09-06 | Joshua Tauberer | Add a 'welcome' panel to the control panel and make it the default page instead of the status checks which take too long to load |
e884c47 | 2021-09-06 | Joshua Tauberer | Replace HMAC-based session API keys with tokens stored in memory in the daemon process |
53ec0f3 | 2021-09-06 | Joshua Tauberer | Use 'secrets' to generate the system API key and remove some debugging-related code |
700188c | 2021-09-06 | Joshua Tauberer | Roundcube 1.5 RC |
4f8697c | 2021-08-23 | downtownallday | change badge link |
71526bc | 2021-08-23 | downtownallday | Add badge |
be932af | 2021-08-23 | downtownallday | git remote url does not contain .git extension in github actions |
0876a9a | 2021-08-23 | downtownallday | non-standard git remotes in github actions |
0c2c76a | 2021-08-23 | downtownallday | Patch upstream to install php-xml instead of php-xsl |
2a9fcd7 | 2021-08-23 | downtownallday | add upgrade-from-upstream job |
c29eb2f | 2021-08-23 | downtownallday | add 127.0.1.1 if it does not exist |
f8a679b | 2021-08-23 | downtownallday | ensure system hostname is resolvable locally |
71d3b79 | 2021-08-23 | downtownallday | avoid installing php-xsl, which is a virtual package provided by php-xml on github images |
bad57e8 | 2021-08-23 | downtownallday | Try running update-alternatives for php 7.2 as before system-setup |
d8c52fe | 2021-08-23 | downtownallday | Try using nanasess/setup-php action to resolve issue where setup/webmail.sh, which runs the roundcubemail/bin/updatedb.sh script, fails with "Unsupported PHP version. Required PHP >= 5.4 and < 8.0" indicating that PHP >= 8.0 is actually installed! |
5911f05 | 2021-08-23 | downtownallday | use sudo |
c855133 | 2021-08-23 | downtownallday | fix formatting |
7fd1f0a | 2021-08-23 | downtownallday | Initial commit |
ba80d9e | 2021-08-23 | David Duque | Show backup retention period form when configuring B2 backups (#2024) |
67b5711 | 2021-08-22 | Joshua Tauberer | Recommend that DS records be updated to not use SHA1 and exclude MUST NOT methods (SHA1) and the unlikely option RSASHA1-NSEC3-SHA1 (7) + SHA-384 (4) from the DS record suggestions |
20ccda8 | 2021-08-22 | myfirstnameispaul | Re-order DS record algorithms by digest type and revise warning message. |
0ba841c | 2021-08-22 | NewbieOrange | fail2ban now supports ipv6 (#2015) |
daad122 | 2021-08-16 | lamkin | Ignore bad encoding in email addresses when parsing maillog files (#2017) |
21ad26e | 2021-07-28 | NewbieOrange | Disable auto-complete for 2FA code in the control panel login form (#2013) |