Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Use absolute paths in default config | Thomas Bruederli | |
2013-11-08 | Finish advanced prefs feature (#1488829) | Thomas Bruederli | |
2013-11-05 | Keep all security rules in one place, support Apache 2.4 syntax | Aleksander Machniak | |
2013-10-30 | Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) | Aleksander Machniak | |
2013-10-25 | Applied 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-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-10-11 | Add spellchecker backend for the After the Deadline service. See ↵ | Thomas Bruederli | |
http://www.afterthedeadline.com for server installations | |||
2013-10-07 | Improve 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-04 | New option to disable the use of already established dsnw connections for ↵ | Thomas Bruederli | |
subsequent reads | |||
2013-09-21 | Add comment that to use LDAP variables in bind_dn/base_dn user_specific must ↵ | Aleksander Machniak | |
be enabled (#1489335) | |||
2013-09-21 | Hide Delivery Status Notification option when smtp_server is unset (#1489336) | Aleksander Machniak | |
2013-09-19 | Allow sysadmins to define static responses which are immutable for the user | Thomas Bruederli | |
2013-09-16 | Merge pull request #118 from Dennis1993/patch-12 | Thomas B. | |
Added support for default font size and fix legacy code for default font | |||
2013-09-16 | Merge pull request #107 from JohnDoh/multi-logo | Aleksander Machniak | |
allow different logos for different functions (eg. normal and print) | |||
2013-09-09 | Add option force specified domain in user login - username_domain_forced ↵ | Aleksander Machniak | |
(#1489264) | |||
2013-09-06 | Make cached message size limit configurable - messages_cache_threshold ↵ | Aleksander Machniak | |
(#1489317) | |||
2013-09-02 | Update defaults.inc.php | Dennis1993 | |
2013-09-02 | Update defaults.inc.php | Dennis1993 | |
2013-09-02 | Log also failed logins to userlogins log | Aleksander Machniak | |
2013-08-30 | Add temp_dir_ttl configuration option to control expiry time in | David Carter | |
program/lib/Roundcube/rcube.php : gc_temp(). Default is 48 hours. Define hard wired minimum of 6 hours. | |||
2013-08-26 | use template file name rather than special attribute | PhilW | |
2013-08-26 | allow different logos for different functions (eg. normal and print) | PhilW | |
2013-08-24 | Fix handling of non-default date formats (#1489294) | Aleksander Machniak | |
- remove ambiguous m/d/Y format from default config | |||
2013-08-15 | Make session auth cookie name configurable | Thomas Bruederli | |
2013-08-08 | Correct imap_timeout and smtp_timeout description, so 0 doesn't mean | Aleksander Machniak | |
no limit, but default_socket_timeout use (#1489247) | |||
2013-07-12 | Fix config defaults | Thomas Bruederli | |
2013-07-10 | Merged configuration refactoring from 'dev_config' branch back into master ↵ | Thomas Bruederli | |
(#1487311) | |||
2013-07-08 | Update changelog | Aleksander Machniak | |
2013-07-02 | Make 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-28 | Improve update.sh script; fix bad wording | Thomas Bruederli | |
2013-06-28 | Prepare 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-26 | Describe group filter's name_attr in sample config; defaults to 'cn' if not ↵ | Thomas Bruederli | |
specified | |||
2013-06-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-19 | Add note about possible connection errors when using ssl with smtp_timeout>0 ↵ | Aleksander Machniak | |
(#1489187) | |||
2013-06-18 | Unify LDAP debug messages | Aleksander Machniak | |
2013-06-18 | Merge 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-14 | Add defaults.inc.php file (missed in last commmit because of .gitignore) | Aleksander Machniak | |
2013-06-14 | Merge 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-11 | Improvements to PR merge "add option show_real_foldernames" | Aleksander Machniak | |
2013-06-11 | Merge pull request #77 from dpc22/realnames | Aleksander Machniak | |
Add show_real_foldernames preference and configuration option. | |||
2013-06-06 | Add imap_cache_ttl option to configure TTL of imap_cache | Aleksander Machniak | |
2013-06-06 | Rename message_cache_lifetime to messages_cache_ttl option for naming ↵ | Aleksander Machniak | |
consistency | |||
2013-06-06 | Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl options | Aleksander Machniak | |
2013-06-05 | Add option to use PHP's native session save handlers | Thomas Bruederli | |
2013-05-31 | Added user preference to open all popups as standard windows | Aleksander Machniak | |
2013-05-29 | Change show_actual_foldernames to be show_real_foldernames. | David Carter | |
Change requested by alec@alec.pl. | |||
2013-05-29 | Add 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-23 | Fix invalid option selected in default_font selector when font is unset ↵ | Aleksander Machniak | |
(#1489112) | |||
2013-05-20 | Improve some options description | Aleksander Machniak | |