Commit Graph

33 Commits

Author SHA1 Message Date
Aleksander Machniak
9debc38724 Drop mail_header_delimiter option, since we don't use mail() we don't need it 2016-08-19 08:55:29 +02:00
Aleksander Machniak
184de7735c CS fixes (mostly phpdoc) 2016-08-18 08:50:59 +02:00
Aleksander Machniak
7a7a6795f0 Support WEBP images in mail messages (#5362) 2016-07-21 16:42:45 +02:00
Aleksander Machniak
791ee65d2e Fix so contactlist_fields option can be set via config file 2016-03-18 12:29:29 +01:00
Aleksander Machniak
39137fe292 CS fixes 2016-01-05 09:04:59 +01:00
Aleksander Machniak
e4c66080a8 Improved encrypt/decrypt methods with option to choose the cipher_method (#1489719) 2015-09-07 09:47:16 +02:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
a4ef49d6cf Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293) 2015-02-27 13:02:01 +01:00
Aleksander Machniak
e17decc4c2 Better handle log/temp directory misconfiguration 2015-02-03 07:52:14 -05:00
Aleksander Machniak
7b924535fd CS fixes 2015-01-03 13:59:07 +01:00
Thomas Bruederli
bca7dc68e9 Fix syntax error and codestyle from recent PR merge 2014-12-29 13:40:26 +01:00
Alex Brandt
e4b9910a32 Add environment variable reading to configuration.
Docker prefers to pass parameters via environment variables.  This
allows the environment variables to be checked and if a value exists it
will override the default.
2014-12-28 12:31:24 -06:00
Aleksander Machniak
07280e7643 Remove reference to non-existing option 'default_folders' 2014-11-15 09:40:41 +01:00
Aleksander Machniak
517c9f9a8d Fix directories check in Installer on Windows (#1489576)
Added rcube_utils::is_absolute_path() method
2014-02-07 14:43:51 +01:00
Aleksander Machniak
38f1f56920 Exec config_get hook also in rcube_config::all() (#1485981) 2013-11-28 09:16:36 +01:00
Aleksander Machniak
955a613cac Support HTTP_HOST, SERVER_NAME and SERVER_ADDR values in include_host_config feature 2013-09-25 13:03:41 +02:00
Thomas Bruederli
a315bf2dda Support both new and old config variables 2013-09-13 18:27:24 +02:00
Aleksander Machniak
8eb0850ba4 Workaround broken PHP function timezone_name_from_abbr (#1489261) 2013-09-08 12:34:19 +02:00
Thomas Bruederli
9e9d62d786 Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured mimetypes mapping 2013-09-07 19:16:40 +02:00
Thomas Bruederli
fb5f5232b9 Read RCUBE_CONFIG_PATH env variable for a list of directories that are searched for config files (#1487311) 2013-09-07 18:43:02 +02:00
Aleksander Machniak
7ebe063a16 Aviod code duplication in timezone configuration handling 2013-09-04 15:46:49 +02:00
Aleksander Machniak
993cb6627b Fix issue where legacy config was overriden by default config (#1489288) 2013-09-01 12:47:49 +02:00
Thomas Bruederli
deb2b8d080 Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app 2013-07-12 10:17:32 +02:00
Thomas Bruederli
0f39b4f4cd Enable legacy mode: allow running with old config files and log warnings every no and then 2013-06-28 22:27:30 +02:00
Aleksander Machniak
461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
2013-06-14 12:09:08 +02:00
Aleksander Machniak
df9d004cf8 Set TTL for attachments stored in sql database 2013-06-13 13:47:09 +02:00
Aleksander Machniak
67ac6e354a Rename message_cache_lifetime to messages_cache_ttl option for naming consistency 2013-06-06 09:20:02 +02:00
Aleksander Machniak
f658907731 Fix legacy options handling 2013-06-05 19:31:34 +02:00
Aleksander Machniak
d2534c63f2 Cleanup, remove file paths from doc 2012-12-18 09:07:00 +01:00
Aleksander Machniak
a92beb6bdb Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency 2012-11-27 08:43:43 +01:00
Thomas Bruederli
5926684aab Unify path schema in global constants: paths always end with a /. Keep RCMAIL_CONFIG_DIR for backwards compatibility 2012-11-25 17:57:39 +01:00
Thomas Bruederli
9be2f43d02 Define more (uniquely prefixed) constants for Roundcube directories in order to enhance the interoperability of the Roundcube framework 2012-11-25 17:35:53 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00