summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2012-10-18Remove automatic to-lowercase conversion of usernames (#1488715)Aleksander Machniak
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-09-18Remove 'db_sequence_cache' optionaleksander Machniak
2012-09-07Fix confusing comment for imap_auth_typeAleksander Machniak
2012-08-27Add option to enable HTML editor on forwarding (#1488517)Aleksander Machniak
2012-08-26Add option to not include original message on reply, rename option ↵Aleksander Machniak
top_posting to reply_mode (#1485149)
2012-08-24Corrected description if debug_levelAleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-17Fix bug where domain name was converted to lower-case even with ↵Aleksander Machniak
login_lc=false (#1488593)
2012-08-11Added separate From and To columns apart from smart From/To column (#1486891)Aleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
to use email address from identities as username (#1488581)
2012-07-31Hide product version on login screen by defaultThomas Bruederli
2012-07-31Use correct field name (title -> jobtitle) in example LDAP addressbook configAleksander Machniak
2012-07-30Merged changes to skin foldersThomas Bruederli
2012-07-30Adapt to new default skin folder namimgThomas Bruederli
2012-07-30Merge pull request #14 from bes-internal/masterThomas B.
Use HTTP_HOST for %d in parse_host. Add %t for host name from SERVER_NAME
2012-07-30Support connections to memcached socket file (#1488577)Aleksander Machniak
2012-07-26use in parse_host HTTP_HOST for %dbes.internal
Use in parse_host function for domain resolve HTTP_HOST not hostname. add %t for hostname without first part For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
2012-07-02Set display_next option to true by default (in config template)Thomas Bruederli
2012-05-21Add option imap_force_ns to make buggy servers support optionalAleksander Machniak
2012-05-02- Allow to configure the number of values allowed for each LDAP attributethomascube
- Support for serialized LDAP address values (usually delimited with a $)
2012-04-18- Uncomment 'organization'=>'o' - it worksalecpl
2012-04-12- facsimileTelephoneNumber attribute also doesn't work, commented outalecpl
2012-04-12- More LDAP fields mapping (inetOrgPerson)alecpl
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alecpl
folder (#1486686)
2012-04-04- replace claim in Roundcube logothomascube
- require support_url config option in installer
2012-03-29- Support LDAP RFC2256's country object class read/write (#1488123)alecpl
2012-03-05Add a note that 'use_https' and 'force_https' are mutually exclusivethomascube
2012-02-29Describe 'scope' option for LDAP groups in config templatethomascube
2012-02-13- default_imap_folders -> default_foldersalecpl
2012-02-11User configurable setting how to display contact names in listthomascube
2012-02-02Allow users to choose cols for contacts list sortingthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-18Mention smtp ports 587 and 465 in config templatethomascube
2012-01-04Use proper timezones from PHP's internal timezonedb (#1485592)thomascube
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alecpl
2011-12-07- Add option to set default font for HTML message (#1484137) alecpl
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alecpl
In deployments where anonymous binds to and/or searches on an LDAP tree are not allowed, and where the LDAP address book(s) have been configured to use the user-specific bind credentials, rcube_ldap.php needs to bind using service credentials in order to be able to find the user's bind dn.
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alecpl
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ↵thomascube
link; no link to roundcube.net to avoid tons of support requests
2011-11-13- Add option to set session name (#1486433)alecpl
2011-11-12- Fix description of create_default_folders (#1488183)alecpl
2011-11-10- Add option to skip alternative email addresses in autocompletionalecpl
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alecpl
#1487907)
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomascube
2011-11-05Added config property to set LDAP_OPT_REFERRALS option to an LDAP connectionthomascube
2011-10-19- Added 'search_dn_default' variable in ldap configalecpl
- Better handling of situation when search for bind DN doesn't return data
2011-09-30Describe new name attribute for LDAP groupsthomascube
2011-09-28- Add db_table_* config for new cache tables (#1488105)alecpl
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomascube