summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_ldap.php
AgeCommit message (Expand)Author
2011-11-25- Add some debug and error handling around vlv_searchalec
2011-11-10- Add option to define matching method for addressbook search (#1486564, #148...alec
2011-11-08Implement common setters for debug modethomasb
2011-11-05Added config property to set LDAP_OPT_REFERRALS option to an LDAP connectionthomasb
2011-10-30Also merge properties of child cols of composite address book fields + remove...thomasb
2011-10-30Improve definition of composite address fields of LDAP contactsthomasb
2011-10-28Avoid errorsthomasb
2011-10-28LDAP: use VLV pseudo-search for autocompletionthomasb
2011-10-19Add (experimental) support for some extendted PHP LDAP functions when queryin...thomasb
2011-10-19- Added 'search_dn_default' variable in ldap configalec
2011-10-14- Fix %dn replacementalec
2011-10-14Also allow groups list to be fetched using VLVthomasb
2011-10-12Fix BER encoding of records-per-page parameterthomasb
2011-10-11Improve group member fetchingthomasb
2011-10-10Rewrite groups listing: use recursive methods to list members of (nested) gro...thomasb
2011-10-07Autocomplete LDAP records when adding contacts from mail (#1488073)thomasb
2011-10-07- Make sure LDAP name fields aren't arrays (#1488108)alec
2011-10-06Read group members according to objectClass of group records; support groupOf...thomasb
2011-10-06Skip VLV if a group is selected; show advanced search form if activating a 's...thomasb
2011-09-30Make LDAP group name attribute configurablethomasb
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomasb
2011-09-20- Fix listing contacts in a groupalec
2011-09-20- Make group's "member" attibute name configurablealec
2011-09-19- Don't set (wrong) error on groups listing actionalec
2011-09-19- Set group_bind_dn outside of list_groups()alec
2011-09-19- Hide PHP warning on ldap_search()alec
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalec
2011-09-13- Fix encoding of LDAP contacts identifiers (#1488079)alec
2011-09-12- Fix required_fields checking per discussion in #1488073alec
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to 'user_cr...thomasb
2011-08-24Fix group members listing for ldap directoriesthomasb
2011-08-16Correctly quote group filterthomasb
2011-08-12- Add debug for operations on groupsalec
2011-08-12- Remove double semicolonalec
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ...thomasb
2011-07-17Filter LDAP groups by search querythomasb
2011-07-17Fix ldap group members listingthomasb
2011-07-08- Make Undo action optional by setting undo_timeout=0alec
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomasb
2011-06-16- Add addressbook name in contact info frame (#1487958)alec
2011-06-15Allow to specify multiple sort columns as array (currently only used for VLV)thomasb
2011-06-13Use dechex() instead of sprintf() for base conversionthomasb
2011-06-13Show more debug outputthomasb
2011-06-13- Support array in 2nd argument of search() when searching by primary key, as...alec
2011-06-10Only select dn for count queriesthomasb
2011-06-09Implement LDAPv3 Virtual List View (VLV) for paged results listingthomasb
2011-06-03- Added addressbook advanced searchalec
2011-06-01- Add popup with basic fields selection for addressbook searchalec
2011-05-12Improve display name composition when saving contacts (#1487143), with plugin...thomasb
2011-05-04- Stop execution when LDAP addressbook is configured but PHP's ldap functions...alec