index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_ldap.php
Age
Commit message (
Expand
)
Author
2013-10-30
Fix function calls after refactoring
Thomas Bruederli
2013-10-25
Applied the (modified) patch to extend configuration possibilities of LDAP ad...
Thomas Bruederli
2013-10-04
Search for user DN only if one of bind_dn, base_dn, groups_base_dn settings
Aleksander Machniak
2013-09-08
Save groups membership in VCard export (#1488509)
Thomas Bruederli
2013-08-13
Fix replacement variables in user-specific base_dn in some LDAP requests (#14...
Aleksander Machniak
2013-07-03
Store group objectclass to member attribute mapping in one place, cs fixes
Aleksander Machniak
2013-07-03
Fix groups list in contact info page - get_record_groups() result
Aleksander Machniak
2013-06-26
Support 'univentiongroup' objectclass, small code improvements
Aleksander Machniak
2013-06-26
Refactoring in groups cache handling code, CS fixes
Aleksander Machniak
2013-06-26
Don't query cache if static group_filter list is used
Thomas Bruederli
2013-06-26
Describe group filter's name_attr in sample config; defaults to 'cn' if not s...
Thomas Bruederli
2013-06-19
Fixed so ldap cache can be disabled
Aleksander Machniak
2013-06-19
Use the right attribute to display group names
Thomas Bruederli
2013-06-19
Cache LDAP's user_specific search and use vlv for better performance (#1489186)
Aleksander Machniak
2013-06-19
Fix debug setting in ldap classes
Aleksander Machniak
2013-06-18
Unify LDAP debug messages
Aleksander Machniak
2013-06-18
Consolidate quote_string() method usage; don't add additional filter if requi...
Thomas Bruederli
2013-06-18
Merge branch 'dev-advanced-ldap-groups':
Thomas Bruederli
2013-06-06
Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl options
Aleksander Machniak
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-05-01
Use create_function() instead of eval()
Aleksander Machniak
2013-05-01
Escape user input values when used in eval()
Thomas Bruederli
2013-05-01
Fix so addressbook_search_mode works also for group search (#1489079)
Aleksander Machniak
2013-04-30
Fix removal of a contact from a group in LDAP addressbook (#1489081)
Aleksander Machniak
2013-02-14
Optimmize memory usage by only fetching the necessary attributes used for con...
Thomas Bruederli
2013-02-14
Various fixes in contact groups handling with LDAP directories
Thomas Bruederli
2013-02-13
Fix autocompletion search with VLV support
Thomas Bruederli
2013-02-13
Improve group members listing + fix VLV index usage
Thomas Bruederli
2013-02-13
Don't save 'internal' or empty serialized values
Thomas Bruederli
2013-02-13
Prepare for VLV auto-detection (requries 'config_root_dn' config option)
Thomas Bruederli
2013-02-13
Refactored the LDAP address book into a generic LDAP wrapper class and an add...
Thomas Bruederli
2013-02-07
Finish hierarchical groups browsing in LDAP address books; add according UI e...
Thomas Bruederli
2013-02-05
Add special config attribute 'group_filters' to specify a fixed list of group...
Thomas Bruederli
2013-02-01
Allow to list contact groups in (paged) list (yet incomplete)
Thomas Bruederli
2013-01-23
Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_conn...
Thomas Bruederli
2013-01-07
Fix searching by date in address book (#1488888)
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-10
Fix PHP Warning: ldap_parse_virtuallist_control() expects parameter 2 to be
Aleksander Machniak
2012-11-26
Cleaner way of handling user password in framework-based programs with no ses...
Aleksander Machniak
2012-11-26
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak