- 15 Jan, 2018 2 commits
-
-
Joshua Tauberer authored
The PHP5 packages have a dependency on (apache2 or php5-cgi or php5-fpm), and since removing php5-fpm apache2 started getting installed during setup, which caused a conflict with nginx of course. These packages don't seem to be needed by Roundcube or Nextcloud --- Roundcube includes the ones it needs. see #1264, #1298
-
Joshua Tauberer authored
-
- 25 Dec, 2017 1 commit
-
-
yeah authored
-
- 24 Dec, 2017 1 commit
-
-
Joshua Tauberer authored
fixes #1300
-
- 23 Dec, 2017 2 commits
-
-
Joshua Tauberer authored
-
Michael Kroes authored
-
- 18 Dec, 2017 3 commits
-
-
sam-banks authored
A quick fix - there's no "o" option for free.
-
yeah authored
To enable users to do custom spam filtering based on score, it's helpful to render the actual spam score as a float in a separate header rather than as part of X-Spam-Status where it only appears in a comma separated list.
-
Jim Bailey authored
-
- 15 Nov, 2017 5 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
yeah authored
See https://roundcube.net/news/2017/11/08/security-updates-1.3.3-1.2.7-and-1.1.10. merges #1287
-
John Olten authored
-
Joshua Tauberer authored
Old kernels can build up and some packages may not be needed anymore. See https://discourse.mailinabox.email/t/storage-space-decreasing/2525/5.
-
- 31 Oct, 2017 1 commit
-
-
Jānis (Yannis) authored
-
- 20 Oct, 2017 1 commit
-
-
Nicolas North authored
-
- 15 Oct, 2017 1 commit
-
-
Michael Kroes authored
-
- 06 Oct, 2017 1 commit
-
-
Tristan Hill authored
-
- 04 Oct, 2017 1 commit
-
-
Fabian Bucher authored
the information about the invalid link comes from here -> https://discourse.mailinabox.email/t/admin-sync-guide-contacts-and-calendar-davdroid-3-69-free-here/2528
-
- 03 Oct, 2017 5 commits
-
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
Joshua Tauberer authored
update nginx cipher list to Mozilla's current intermediate ciphers and update HSTS header to be six months * The Mozilla recommendations must have been updated in the last few years. * The HSTS header must have >=6 months to get an A+ at ssllabs.com/ssltest.
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 22 Sep, 2017 3 commits
-
-
Joshua Tauberer authored
fix dns regex: underscores are allowed in domain names even though they are not allowed in hostnames
-
Joshua Tauberer authored
-
Joshua Tauberer authored
-
- 01 Sep, 2017 1 commit
-
-
Joshua Tauberer authored
Nextcloud 12 adds a new OC_VersionCanBeUpgradedFrom field to /usr/local/lib/owncloud/version.php which lists prior NC/OC version numbers, which confuses our check for what the installed version is. Make our regex more strict. merges #1238
-
- 30 Aug, 2017 3 commits
-
-
dofl authored
merges #1216
-
Joshua Tauberer authored
-
Lloyd Smart authored
-
- 29 Aug, 2017 1 commit
-
-
Lloyd Smart authored
Limited ciphers to the Mozilla modern set from https://mozilla.github.io/server-side-tls/ssl-config-generator/ as requested in issue #1228.
-
- 23 Aug, 2017 1 commit
-
-
Marius Blüm authored
Signed-off-by: Marius Blüm <marius@lineone.io>
-
- 30 Jul, 2017 1 commit
-
-
Michael Kroes authored
only set the CN field when generating initial CSR to prevent issues with the php7 ppa version of openssl (#1223) OpenSSL 1.1.0f now validates the other subject fields and rejects the empty string (for the country?) because it isn't two characters.
-
- 21 Jul, 2017 3 commits
-
-
Jon Hermansen authored
-
Git Repository authored
* [Issue #1159] Remove any +tag name in email alias before checking privileges * Move priprivileged email check after the conversion to unicode so only IDNA serves as input
-
Michael Kroes authored
-
- 17 Jul, 2017 1 commit
-
-
Michael Kroes authored
-
- 14 Jul, 2017 1 commit
-
-
yodax authored
* Install PHP7 via a PPA, enable unattended upgrades for the PPA, and switch all of our PHP configuration to the PHP7 install. * Keep installing PHP5 for ownCloud/Nextcloud packages because we need it to possibly run transitional updates to ownCloud/Nextcloud versions less than 12. But replace PHP5 packages with PHP7 packages elsewhere. * Update to Nextcloud 12 which requires PHP7, with a transitional upgrade to Nextcloud 11.0.3. * Disable TLS cert validation by Roundcube when connecting to localhost IMAP and SMTP. Validation became the default in PHP7 but we don't necessarily have a (non-self-)signed certificate and it definitely isn't valid for the IP address 127.0.0.1. Merges #1140
-
- 13 Jul, 2017 1 commit
-
-
Michael Kroes authored
-