summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_ldap.php
AgeCommit message (Expand)Author
2015-01-21Fix bug where empty fieldmap config entries caused empty results of ldap sear...Aleksander Machniak
2014-04-09Apply user-spefici replacements to group's base_dn property (#1489779)Thomas Bruederli
2014-03-06Revert "Support structured data for autocompletion results; map 'type' attrib...Thomas Bruederli
2014-03-06Support structured data for autocompletion results; map 'type' attribute to C...Thomas Bruederli
2014-01-16Use the right base_dn for listing records of the selected groupThomas Bruederli
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-04Fix issue where groups were not deleted when "Replace entire addressbook" opt...Aleksander Machniak
2013-10-30Fix function calls after refactoringThomas Bruederli
2013-10-25Applied the (modified) patch to extend configuration possibilities of LDAP ad...Thomas Bruederli
2013-10-04Search for user DN only if one of bind_dn, base_dn, groups_base_dn settingsAleksander Machniak
2013-09-08Save groups membership in VCard export (#1488509)Thomas Bruederli
2013-08-13Fix replacement variables in user-specific base_dn in some LDAP requests (#14...Aleksander Machniak
2013-07-03Store group objectclass to member attribute mapping in one place, cs fixesAleksander Machniak
2013-07-03Fix groups list in contact info page - get_record_groups() resultAleksander Machniak
2013-06-26Support 'univentiongroup' objectclass, small code improvementsAleksander Machniak
2013-06-26Refactoring in groups cache handling code, CS fixesAleksander Machniak
2013-06-26Don't query cache if static group_filter list is usedThomas Bruederli
2013-06-26Describe group filter's name_attr in sample config; defaults to 'cn' if not s...Thomas Bruederli
2013-06-19Fixed so ldap cache can be disabledAleksander Machniak
2013-06-19Use the right attribute to display group namesThomas Bruederli
2013-06-19Cache LDAP's user_specific search and use vlv for better performance (#1489186)Aleksander Machniak
2013-06-19Fix debug setting in ldap classesAleksander Machniak
2013-06-18Unify LDAP debug messagesAleksander Machniak
2013-06-18Consolidate quote_string() method usage; don't add additional filter if requi...Thomas Bruederli
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
2013-06-06Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl optionsAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-01Use create_function() instead of eval()Aleksander Machniak
2013-05-01Escape user input values when used in eval()Thomas Bruederli
2013-05-01Fix so addressbook_search_mode works also for group search (#1489079)Aleksander Machniak
2013-04-30Fix removal of a contact from a group in LDAP addressbook (#1489081)Aleksander Machniak
2013-02-14Optimmize memory usage by only fetching the necessary attributes used for con...Thomas Bruederli
2013-02-14Various fixes in contact groups handling with LDAP directoriesThomas Bruederli
2013-02-13Fix autocompletion search with VLV supportThomas Bruederli
2013-02-13Improve group members listing + fix VLV index usageThomas Bruederli
2013-02-13Don't save 'internal' or empty serialized valuesThomas Bruederli
2013-02-13Prepare for VLV auto-detection (requries 'config_root_dn' config option)Thomas Bruederli
2013-02-13Refactored the LDAP address book into a generic LDAP wrapper class and an add...Thomas Bruederli
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI e...Thomas Bruederli
2013-02-05Add special config attribute 'group_filters' to specify a fixed list of group...Thomas Bruederli
2013-02-01Allow to list contact groups in (paged) list (yet incomplete)Thomas Bruederli
2013-01-23Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_conn...Thomas Bruederli
2013-01-07Fix searching by date in address book (#1488888)Aleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-10Fix PHP Warning: ldap_parse_virtuallist_control() expects parameter 2 to beAleksander Machniak
2012-11-26Cleaner way of handling user password in framework-based programs with no ses...Aleksander Machniak
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak