summaryrefslogtreecommitdiff
path: root/config/defaults.inc.php
AgeCommit message (Collapse)Author
2014-01-21Support SMTP socket context options via new config option 'smtp_conn_options'Aleksander Machniak
2014-01-16* New option that write logs to per-user directories. (Debug) logs will only ↵Thomas Bruederli
be written if a directory for the current user exists. * The 'write_log' plugin hook now also supports the return property 'dir' to let plugins specify the log directory.
2013-11-15Use absolute paths in default configThomas Bruederli
2013-11-08Finish advanced prefs feature (#1488829)Thomas Bruederli
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-25Applied the (modified) patch to extend configuration possibilities of LDAP ↵Thomas Bruederli
address books as suggested in #1488753: - Add option to specify arbitrary replacements of config options with attributes from the bound user - Allow mapping of group object class => member attribute used in these objects - Describe the 'member_filter' property for groups config
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-11Add spellchecker backend for the After the Deadline service. See ↵Thomas Bruederli
http://www.afterthedeadline.com for server installations
2013-10-07Improve selection of replicated database connection:Thomas Bruederli
- Analyze query and prefer dsnr unless a write operation for a table involved has been carried out before - New config option and setter method to enforce connection mode on table level
2013-10-04New option to disable the use of already established dsnw connections for ↵Thomas Bruederli
subsequent reads
2013-09-21Add comment that to use LDAP variables in bind_dn/base_dn user_specific must ↵Aleksander Machniak
be enabled (#1489335)
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak
2013-09-19Allow sysadmins to define static responses which are immutable for the userThomas Bruederli
2013-09-16Merge pull request #118 from Dennis1993/patch-12Thomas B.
Added support for default font size and fix legacy code for default font
2013-09-16Merge pull request #107 from JohnDoh/multi-logoAleksander Machniak
allow different logos for different functions (eg. normal and print)
2013-09-09Add option force specified domain in user login - username_domain_forced ↵Aleksander Machniak
(#1489264)
2013-09-06Make cached message size limit configurable - messages_cache_threshold ↵Aleksander Machniak
(#1489317)
2013-09-02Update defaults.inc.phpDennis1993
2013-09-02Update defaults.inc.phpDennis1993
2013-09-02Log also failed logins to userlogins logAleksander Machniak
2013-08-30Add temp_dir_ttl configuration option to control expiry time inDavid Carter
program/lib/Roundcube/rcube.php : gc_temp(). Default is 48 hours. Define hard wired minimum of 6 hours.
2013-08-26use template file name rather than special attributePhilW
2013-08-26allow different logos for different functions (eg. normal and print)PhilW
2013-08-24Fix handling of non-default date formats (#1489294)Aleksander Machniak
- remove ambiguous m/d/Y format from default config
2013-08-15Make session auth cookie name configurableThomas Bruederli
2013-08-08Correct imap_timeout and smtp_timeout description, so 0 doesn't meanAleksander Machniak
no limit, but default_socket_timeout use (#1489247)
2013-07-12Fix config defaultsThomas Bruederli
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-06-28Prepare config migration:Thomas Bruederli
- Show warning in installer and hints how to migrate - Let update.sh create the new config file if legacy config is detected - Provide a sample config file for manual configuration - Define a list of options which always should be written to local config
2013-06-14Add defaults.inc.php file (missed in last commmit because of .gitignore)Aleksander Machniak