summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
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-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-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-07-08Update changelogAleksander Machniak
2013-07-02Make possible to disable some (broken) IMAP extensions with ↵Aleksander Machniak
imap_disable_caps option (#1489184) Add some notes in INSTALL about broken ESEARCH in uw-imap.
2013-06-28Improve update.sh script; fix bad wordingThomas Bruederli
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-26Describe group filter's name_attr in sample config; defaults to 'cn' if not ↵Thomas Bruederli
specified
2013-06-19Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-19Add note about possible connection errors when using ssl with smtp_timeout>0 ↵Aleksander Machniak
(#1489187)
2013-06-18Unify LDAP debug messagesAleksander Machniak
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list
2013-06-14Add defaults.inc.php file (missed in last commmit because of .gitignore)Aleksander Machniak
2013-06-14Merge config files (#1487311).Aleksander Machniak
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-11Improvements to PR merge "add option show_real_foldernames"Aleksander Machniak
2013-06-11Merge pull request #77 from dpc22/realnamesAleksander Machniak
Add show_real_foldernames preference and configuration option.
2013-06-06Add imap_cache_ttl option to configure TTL of imap_cacheAleksander Machniak
2013-06-06Rename message_cache_lifetime to messages_cache_ttl option for naming ↵Aleksander Machniak
consistency
2013-06-06Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl optionsAleksander Machniak
2013-06-05Add option to use PHP's native session save handlersThomas Bruederli
2013-05-31Added user preference to open all popups as standard windowsAleksander Machniak
2013-05-29Change show_actual_foldernames to be show_real_foldernames.David Carter
Change requested by alec@alec.pl.
2013-05-29Add show_actual_foldernames preference and configuration option.David Carter
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash');
2013-05-23Fix invalid option selected in default_font selector when font is unset ↵Aleksander Machniak
(#1489112)
2013-05-20Improve some options descriptionAleksander Machniak
2013-05-01Add option to display email address together with a name in mail preview ↵Aleksander Machniak
(#1488732)
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-03-26Remove sig_above configuration option, use reply_mode only (#1489001)Aleksander Machniak
2013-02-13Describe new options for LDAP address booksThomas Bruederli
2013-02-07Describe the new option 'group_filters' in the sample config blockThomas Bruederli
2013-02-01Allow to list contact groups in (paged) list (yet incomplete)Thomas Bruederli
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵Thomas Bruederli
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-16Add and use db_table_system config optionAleksander Machniak
2013-01-02Add option to use envelope From address for MDN responses (#1488880)Aleksander Machniak
2012-12-21Add warning in default_host description, so after change update of users ↵Aleksander Machniak
table is needed (#1486386)
2012-12-08Better explanation of the new mime_types config optionThomas Bruederli
2012-11-28Merge pull request #49 from linagora/masterAleksander Machniak
Add new identity level: one identity with edit only signature
2012-11-27Clarify mime_magic config option; add new function to map mimetypes and ↵Thomas Bruederli
filename extensions
2012-11-26Add new identity level: one identity with edit only signaturejeremie kornobis
2012-11-25Remove unused db_max_length configAleksander Machniak
2012-11-15Merge branch 'keep-alive'Aleksander Machniak
Conflicts: CHANGELOG
2012-11-12Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵Aleksander Machniak
min_refresh_interval
2012-11-10New feature: display attached images as thumbnails below message bodyThomas Bruederli