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_generic.php
Age
Commit message (
Expand
)
Author
2013-09-26
Handle nicely situation when normalize_entry is executed on already normalize...
Aleksander Machniak
2013-06-19
CS fixes
Aleksander Machniak
2013-06-19
Fix debug setting in ldap classes
Aleksander Machniak
2013-06-18
CS fixes
Aleksander Machniak
2013-06-18
Unify LDAP debug messages
Aleksander Machniak
2013-06-18
Ignore ldap_search warnings (like in the old code)
Aleksander Machniak
2013-06-18
Consolidate quote_string() method usage; don't add additional filter if requi...
Thomas Bruederli
2013-03-13
Also use VLV for filter prefix matches
Thomas Bruederli
2013-02-14
Optimmize memory usage by only fetching the necessary attributes used for con...
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
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