summaryrefslogtreecommitdiff
path: root/program/include/rcube_ldap.php
AgeCommit message (Collapse)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-13Fix warning when 'autovalues' property isn't setAleksander Machniak
2012-11-09Add config options to automatically generate LDAP attributes for new entriesThomas Bruederli
2012-10-16Fix post-filtering vlv results, fixes warning "mb_strtolower() expects ↵Aleksander Machniak
parameter 1 to be a string, array given"
2012-10-02- Avoid duplicate values from fieldmappingThomas Bruederli
- Search in all mapped attributes (#1488729) - Improve data transfer from other address sources
2012-08-16Force at least one subtype of address to be specified.Aleksander Machniak
Fixes issue where contact address wasn't displayed at all.
2012-08-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-08-14s/rcmail/rcube/Aleksander Machniak
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-07-26Use the same hard-coded fields for vlv-based autocompletion as in ↵Thomas Bruederli
steps/mail/autocomplete.inc
2012-06-13Fix removing contact photo using LDAP addressbook (#1488420)Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-08Fixed PHP warningAleksander Machniak
2012-05-02Fix handling of 'serialzied' LDAP address attributesthomascube
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-16- Replace some references to rcmail with rcubealecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-12- Fix importing to LDAP addressbook when mail attribute is required byalecpl
validating input data with autofix
2012-04-11- Fix contact information update in case when contact photo exists (#1488420)alecpl
2012-04-10- Improved member attribute detection with fallback in create_group()alecpl
2012-04-10- Fix removing all folders on import to LDAP addressbook (added ↵alecpl
rcube_ldap::delete_all()) - Fix removing sub-entries in delete()
2012-04-07- Improved validation and forced RDN in required_fields (#1488254)alecpl
2012-03-29- Support LDAP RFC2256's country object class read/write (#1488123)alecpl
2012-02-29- Fix warning when properties array is emptyalecpl
2012-02-15Skip empty group members (seen in OpenLDAP backends)thomascube
2012-02-05- Support AD's objectClass=groupalecpl
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-16- Add addressbook name to debug output (#1488304)alecpl
2012-01-13- Remove redundant ldap_count_entries() callalecpl
2012-01-04Improve support for multiple composite address fields in LDAP directoriesthomascube
2011-12-04Accept contact IDs as array or comma-separated stringthomascube
2011-12-01- Fix issue where "S: Error: Success" was printed to debug logalecpl
2011-11-30- Fix parse error from last commit (grrrrr, do tests before commit!)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-30- Set sizelimit of main search function for vlv_search to page_size.alecpl
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
2011-11-29- Fix identationalecpl
2011-11-28Improve check of attribute changes when updating a contactthomascube
2011-11-28Fix saving of composite fields in LDAPthomascube
2011-11-28Set (empty) value of member attribute when creating a new groupthomascube
2011-11-25- Add some debug and error handling around vlv_searchalecpl
2011-11-10- Add option to define matching method for addressbook search (#1486564, ↵alecpl
#1487907)
2011-11-08Implement common setters for debug modethomascube
2011-11-05Added config property to set LDAP_OPT_REFERRALS option to an LDAP connectionthomascube
2011-10-30Also merge properties of child cols of composite address book fields + ↵thomascube
remove undefined fields from template
2011-10-30Improve definition of composite address fields of LDAP contactsthomascube
2011-10-28Avoid errorsthomascube