Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | Optimmize memory usage by only fetching the necessary attributes used for ↵ | Thomas Bruederli | |
contacts listing | |||
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 ↵ | Thomas Bruederli | |
address book implementation (as already started in the devel-ldap-refactoring branch) | |||
2013-02-07 | Finish hierarchical groups browsing in LDAP address books; add according UI ↵ | Thomas Bruederli | |
elements and styles to the skins; adapt habavior of the compose address book widget | |||
2013-02-05 | Add special config attribute 'group_filters' to specify a fixed list of ↵ | Thomas Bruederli | |
groups to be listed in the leftmost pane, each having individual base-dn/filter parameters for contact listing | |||
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 ↵ | Thomas Bruederli | |
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0) | |||
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 | |
resource, null given. This happens on Administrative Limit Exceeded error when using VLV. | |||
2012-11-26 | Cleaner way of handling user password in framework-based programs with no ↵ | Aleksander Machniak | |
session | |||
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 | |