30 Commits

Author SHA1 Message Date
Thomas B
0a06b301cf
Merge pull request #44 from wedi/patch-1
Always create and chown ROUNDCUBEMAIL_TEMP_DIR
2019-05-08 21:36:34 +02:00
Dirk Weise
8c85cbb47c
Always create and chown ROUNDCUBEMAIL_TEMP_DIR
Create and chown `ROUNDCUBEMAIL_TEMP_DIR` although `config.inc.php` exists.
Reasoning:
1. A new container with `config.inc.php` will not have the default temp folder what will lead to errors even when `$config['temp_dir']` is left at its default value. If the `config.inc.php` specifies a custom one, the admin should now what he is doing and can set `ROUNDCUBEMAIL_TEMP_DIR` accordingly.
2. In a multi server setup a bind mount to `/tmp/roundcube-temp` will get the correct permissions set which will often be `root:root` with `0755` initially.
2019-04-12 20:14:10 +02:00
Aaron Spettl
73812e018f Upgrade to version 1.3.9 2019-04-01 22:38:18 +02:00
Aaron Spettl
e0c4fc7e55 Workaround "Cannot assign requested address" for key fetch 2019-02-23 13:12:28 +01:00
Thomas Bruederli
1fa7dd8816 Add --no-tty option when fetching GPG keys 2018-11-11 20:55:48 +01:00
Thomas Bruederli
026ec4f80a Upgrade to version 1.3.8 2018-10-26 21:04:31 +02:00
Thomas B
80114ef0b2
Merge pull request #27 from aspettl/smtp_defaults
Better defaults for smtp settings, fixes #24
2018-10-17 14:31:36 +02:00
Thomas B
65b1318592
Merge pull request #26 from aspettl/version-1.3.7
Upgrade to version 1.3.7
2018-08-07 20:32:22 +02:00
Aaron Spettl
c4b2e587ac Better defaults for smtp settings, fixes #24 2018-08-06 21:25:11 +02:00
Thomas B
ad07b1eafd
Merge pull request #25 from aspettl/keyserver-fix
Use pgp.mit.edu as fallback keyserver if necessary
2018-08-01 13:09:33 +02:00
Aaron Spettl
00e5b8c863 Upgrade to version 1.3.7 2018-07-29 16:00:45 +02:00
Thomas B
2497b3292d
Merge pull request #22 from aspettl/php-ini
Fix: Recommended PHP settings not in .htaccess anymore
2018-07-21 16:06:57 +02:00
Aaron Spettl
9cdf93b8d6 Use pgp.mit.edu as fallback keyserver if necessary 2018-07-21 15:45:01 +02:00
Aaron Spettl
21460c4ed3 Use php.ini for PHP default settings, override for max upload file size 2018-06-23 11:52:28 +02:00
Aaron Spettl
974e07e500 Fix error on startup for empty ROUNDCUBEMAIL_DB_TYPE 2018-06-23 11:00:23 +02:00
Aaron Spettl
053aaa056c Add php.ini with recommended PHP configuration 2018-06-07 14:54:01 +02:00
Thomas B
342bcb9817
Merge pull request #18 from J0WI/gpg-race
Adjust gpg code to kill daemons, cutting down on race conditions
2018-06-05 13:33:37 +02:00
J0WI
8f97d7ff0d Adjust gpg code to kill daemons, cutting down on race conditions 2018-06-05 00:39:32 +02:00
J0WI
19769a3202 pdo is already included in the base image 2018-06-04 23:19:57 +02:00
Thomas Bruederli
a194c2cfad Add gnupg dependency (#16)
Apparently GnuPG has been removed from newer base images.
This re-adds it ad keep it installed to enable the use of the Enigma plugin.
2018-06-04 23:13:51 +02:00
Thomas Bruederli
4aa970ba4d Restore --with-freetype-dir option 2018-06-04 22:54:35 +02:00
Thomas B
80959652d0
Merge pull request #10 from J0WI/rm-buildDeps
Remove build dependencies
2018-06-04 22:52:22 +02:00
Rodolfo Villaruz
f9d09fa2af Hide error on empty folder 2018-05-11 03:25:58 +00:00
J0WI
88dd9768ce Remove buildDeps after php extensions have been installed 2018-04-29 23:10:45 +02:00
J0WI
380351ca47 Change code style to the common format used by upstream images 2018-04-29 23:06:25 +02:00
Thomas B
21a8cef073
Merge pull request #4 from madmath03/master
Added basic Travis CI and fix deprecated maintainer label
2018-04-12 22:47:22 +02:00
Thomas Bruederli
e619d805e7 Set build version to 1.3.6 (issue #8) 2018-04-12 22:34:26 +02:00
madmath03
cfe274bdfa Fix #6 2018-03-24 22:12:55 +01:00
Thomas Bruederli
19d3bcdac8 Add php-fpm flavour 2018-03-01 21:41:52 +01:00
Thomas Bruederli
2a661006d3 Move the Docker files into dedicated folders for the according flavour 2018-03-01 21:37:52 +01:00