summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2015-04-16Add option to place signature at bottom of the quoted text even in ↵Aleksander Machniak
top-posting mode [sig_below]
2015-03-06Merge pull request #257 from corbosman/session_refactorThomas B.
Merging session refactor into master
2015-02-25Reset default db_max_allowed_packet, fix max packet size detectionAleksander Machniak
2015-02-24Add possibility to configure max_allowed_packet value for all database ↵Aleksander Machniak
engines (#1490283)
2015-02-19session refactor and add redis drivercorbosman
2015-02-11Describe memcache connection configuration options in defaultsThomas Bruederli
2015-01-03Fix config file sample tiny typoDavid Routhieau
2014-12-16Improve system security by using optional special URL with security tokenAleksander Machniak
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests
2014-12-14Clarify temp/logs directories permissionsAndriy Yurchuk
2014-10-14Clarify spell check settings in default configThomas Bruederli
2014-09-26Add 'sig_max_lines' config option to defaults (#1490071)Thomas Bruederli
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
2014-08-12Remove $config['default_folders'] from config tipsVictor Benincasa
Remove $config['default_folders'] from config tips as this option was removed on commit dc0b500. Related ticket: http://trac.roundcube.net/ticket/1489737
2014-08-07Describe new config optionsThomas Bruederli
2014-08-04Add option (disabled_actions) to disable UI elements/actions (#1489638)Aleksander Machniak
2014-07-03Added 'contact_search_name' option to define autocompletion entry formatAleksander Machniak
2014-06-29Support images in HTML signatures (#1488676)Aleksander Machniak
This enables image button and file browser in html editor for signatures
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-06-16Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948)
2014-06-16Add notes about messages_cache setting requirements (#1489946)Aleksander Machniak
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
2014-05-06Add comment about behavior with empty im_*_pathAleksander Machniak
2014-04-25Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into ↵Thomas Bruederli
tribut-x-forwarded-whitelist
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-03-26Add config variable 'proxy_whitelist'Felix Eckhofer
HTTP headers X_FORWARDED_* and X_REAL_IP are only evaluated when received from an IP listed in proxy_whitelist. Furthermore, only the last non-trusted IP from X-Forwarded-For is used in place of the real ip. Without this, an attacker can easily spoof the headers and control the result of the ip or ssl check. This fixes several problems with [3a4c9f42], [4d480b36] and [a520f331] as mentioned in #1489729.
2014-03-26Fix typo in commentFelix Eckhofer
2014-01-29Add mime-type mapping for 7zip files (#1489512)Thomas Bruederli
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-11-05Keep all security rules in one place, support Apache 2.4 syntaxAleksander Machniak
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.