summaryrefslogtreecommitdiff
path: root/roundcubemail/config
AgeCommit message (Collapse)Author
2012-05-02- Allow to configure the number of values allowed for each LDAP attributethomasb
- Support for serialized LDAP address values (usually delimited with a $) git-svn-id: https://svn.roundcube.net/trunk@6138 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-18- Uncomment 'organization'=>'o' - it worksalec
git-svn-id: https://svn.roundcube.net/trunk@6095 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-12- facsimileTelephoneNumber attribute also doesn't work, commented outalec
git-svn-id: https://svn.roundcube.net/trunk@6070 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-12- More LDAP fields mapping (inetOrgPerson)alec
git-svn-id: https://svn.roundcube.net/trunk@6069 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-08- Add option to delete messages instead of moving to Trash when in Junk ↵alec
folder (#1486686) git-svn-id: https://svn.roundcube.net/trunk@6052 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-04-04- replace claim in Roundcube logothomasb
- require support_url config option in installer git-svn-id: https://svn.roundcube.net/trunk@6036 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-29- Support LDAP RFC2256's country object class read/write (#1488123)alec
git-svn-id: https://svn.roundcube.net/trunk@6033 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-03-05Add a note that 'use_https' and 'force_https' are mutually exclusivethomasb
git-svn-id: https://svn.roundcube.net/trunk@5965 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-29Describe 'scope' option for LDAP groups in config templatethomasb
git-svn-id: https://svn.roundcube.net/trunk@5932 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-13- default_imap_folders -> default_foldersalec
git-svn-id: https://svn.roundcube.net/trunk@5875 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-11User configurable setting how to display contact names in listthomasb
git-svn-id: https://svn.roundcube.net/trunk@5871 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-02-02Allow users to choose cols for contacts list sortingthomasb
git-svn-id: https://svn.roundcube.net/trunk@5850 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-18Mention smtp ports 587 and 465 in config templatethomasb
git-svn-id: https://svn.roundcube.net/trunk@5786 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-04Use proper timezones from PHP's internal timezonedb (#1485592)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alec
git-svn-id: https://svn.roundcube.net/trunk@5662 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-12-07- Add option to set default font for HTML message (#1484137) alec
git-svn-id: https://svn.roundcube.net/trunk@5562 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-30- Add possibility to do LDAP bind before searching for bind DN.alec
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. git-svn-id: https://svn.roundcube.net/trunk@5515 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-26- Fix merging some configuration options in update.sh script (#1485864)alec
git-svn-id: https://svn.roundcube.net/trunk@5494 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-21Show configurable support link in about page; refer on <srcuri> for download ↵thomasb
link; no link to roundcube.net to avoid tons of support requests git-svn-id: https://svn.roundcube.net/trunk@5457 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-13- Add option to set session name (#1486433)alec
git-svn-id: https://svn.roundcube.net/trunk@5418 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-12- Fix description of create_default_folders (#1488183)alec
git-svn-id: https://svn.roundcube.net/trunk@5417 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to skip alternative email addresses in autocompletionalec
git-svn-id: https://svn.roundcube.net/trunk@5412 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alec
#1487907) git-svn-id: https://svn.roundcube.net/trunk@5406 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-08Make email recipients separator configurable + suppress dupes in auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5401 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-05Added config property to set LDAP_OPT_REFERRALS option to an LDAP connectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5392 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-10-19- Added 'search_dn_default' variable in ldap configalec
- Better handling of situation when search for bind DN doesn't return data git-svn-id: https://svn.roundcube.net/trunk@5349 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-30Describe new name attribute for LDAP groupsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5296 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-28- Add db_table_* config for new cache tables (#1488105)alec
git-svn-id: https://svn.roundcube.net/trunk@5284 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5258 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Make group's "member" attibute name configurablealec
git-svn-id: https://svn.roundcube.net/trunk@5248 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-12Make date/time format user configurable; drop 'date_today' config optionthomasb
git-svn-id: https://svn.roundcube.net/trunk@5210 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alec
git-svn-id: https://svn.roundcube.net/trunk@5182 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05- Fix typoalec
git-svn-id: https://svn.roundcube.net/trunk@5166 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Protect from Clickjacking by sending X-Frame-Options headers (#1487037)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5164 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5144 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Added 'priority' column on messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5111 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add option to hide selected LDAP addressbook on the listalec
git-svn-id: https://svn.roundcube.net/trunk@5072 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-30Log session validation errors; keep error message when redirecting to login ↵thomasb
after session error git-svn-id: https://svn.roundcube.net/trunk@4991 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Added optional "multithreading" autocomplete featurealec
git-svn-id: https://svn.roundcube.net/trunk@4963 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08- Fix typo in commentalec
git-svn-id: https://svn.roundcube.net/trunk@4921 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08- Make Undo action optional by setting undo_timeout=0alec
git-svn-id: https://svn.roundcube.net/trunk@4919 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
git-svn-id: https://svn.roundcube.net/trunk@4902 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-27Fix typosthomasb
git-svn-id: https://svn.roundcube.net/trunk@4883 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomasb
git-svn-id: https://svn.roundcube.net/trunk@4868 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-14- Added searching in all addressbook sources (global-search)alec
- Added addressbook source selection in contacts import git-svn-id: https://svn.roundcube.net/trunk@4850 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4844 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c