Aleksander Machniak
2012-06-06 d1d0564a91812e3e58569bfa0ef413d36e130d24
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-05-08 Aleksander Machniak
Fixed PHP warning
blob@ 5b0b03 commitdiff | diff to current
2012-05-02 thomascube
Fix handling of 'serialzied' LDAP address attributes
blob@ 24f1bf commitdiff | diff to current
2012-05-02 thomascube
- Allow to configure the number of values allowed for each LDAP attribute -...
blob@ a605b2 commitdiff | diff to current
2012-04-16 alecpl
- Replace some references to rcmail with rcube
blob@ be98df commitdiff | diff to current
2012-04-16 alecpl
- Framework refactoring (I hope it's the last one): rcube,rcmail,rcube_ui...
blob@ 1aceb9 commitdiff | diff to current
2012-04-13 alecpl
- Merge devel-framework branch, resolved conflicts
blob@ 0c2596 commitdiff | diff to current
2012-04-12 alecpl
- Fix importing to LDAP addressbook when mail attribute is required by va...
blob@ 9336ba commitdiff | diff to current
2012-04-11 alecpl
- Fix contact information update in case when contact photo exists (#1488420)
blob@ 21a0d9 commitdiff | diff to current
2012-04-10 alecpl
- Improved member attribute detection with fallback in create_group()
blob@ 097dbc commitdiff | diff to current
2012-04-10 alecpl
- Fix removing all folders on import to LDAP addressbook (added rcube_ldap:...
blob@ d6eb7c commitdiff | diff to current
2012-04-07 alecpl
- Improved validation and forced RDN in required_fields (#1488254)
blob@ 19fccd commitdiff | diff to current
2012-03-29 alecpl
- Support LDAP RFC2256's country object class read/write (#1488123)
blob@ 13db9e commitdiff | diff to current
2012-02-29 alecpl
- Fix warning when properties array is empty
blob@ 38dc51 commitdiff | diff to current
2012-02-15 thomascube
Skip empty group members (seen in OpenLDAP backends)
blob@ 3ed9e8 commitdiff | diff to current
2012-02-05 alecpl
- Support AD's objectClass=group
blob@ 337dc5 commitdiff | diff to current
2012-02-02 thomascube
Allow users to choose cols for contacts list sorting
blob@ 438753 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2012-01-16 alecpl
- Add addressbook name to debug output (#1488304)
blob@ 8764b6 commitdiff | diff to current
2012-01-13 alecpl
- Remove redundant ldap_count_entries() call
blob@ 122446 commitdiff | diff to current
2012-01-04 thomascube
Improve support for multiple composite address fields in LDAP directories
blob@ ad8c9d commitdiff | diff to current
2011-12-04 thomascube
Accept contact IDs as array or comma-separated string
blob@ 5d692b commitdiff | diff to current
2011-12-01 alecpl
- Fix issue where "S: Error: Success" was printed to debug log
blob@ a505dd commitdiff | diff to current
2011-11-30 alecpl
- Fix parse error from last commit (grrrrr, do tests before commit!)
blob@ 03e520 commitdiff | diff to current
2011-11-30 alecpl
- Add possibility to do LDAP bind before searching for bind DN. In deploy...
blob@ 2d08ec commitdiff | diff to current
2011-11-30 alecpl
- Set sizelimit of main search function for vlv_search to page_size. It w...
blob@ 7f79e2 commitdiff | diff to current
2011-11-29 alecpl
- Fix identation
blob@ 6bddd9 commitdiff | diff to current
2011-11-28 thomascube
Improve check of attribute changes when updating a contact
blob@ 1803f8 commitdiff | diff to current
2011-11-28 thomascube
Fix saving of composite fields in LDAP
blob@ d6aafd commitdiff | diff to current
2011-11-28 thomascube
Set (empty) value of member attribute when creating a new group
blob@ b4b377 commitdiff | diff to current
2011-11-25 alecpl
- Add some debug and error handling around vlv_search
blob@ 9b3311 commitdiff | diff to current
2011-11-10 alecpl
- Add option to define matching method for addressbook search (#1486564, #1...
blob@ f21a04 commitdiff | diff to current
2011-11-08 thomascube
Implement common setters for debug mode
blob@ 06744d commitdiff | diff to current
2011-11-05 thomascube
Added config property to set LDAP_OPT_REFERRALS option to an LDAP connection
blob@ 3b4b03 commitdiff | diff to current
2011-10-30 thomascube
Also merge properties of child cols of composite address book fields + remo...
blob@ 3ac5cd commitdiff | diff to current
2011-10-30 thomascube
Improve definition of composite address fields of LDAP contacts
blob@ 1937f4 commitdiff | diff to current
2011-10-28 thomascube
Avoid errors
blob@ 187ff4 commitdiff | diff to current
2011-10-28 thomascube
LDAP: use VLV pseudo-search for autocompletion
blob@ fc91c1 commitdiff | diff to current
2011-10-19 thomascube
Add (experimental) support for some extendted PHP LDAP functions when query...
blob@ f09c18 commitdiff | diff to current
2011-10-19 alecpl
- Added 'search_dn_default' variable in ldap config - Better handling of si...
blob@ c041d5 commitdiff | diff to current
2011-10-14 alecpl
- Fix %dn replacement
blob@ 54b0d8 commitdiff | diff to current
2011-10-14 thomascube
Also allow groups list to be fetched using VLV
blob@ fb6cc8 commitdiff | diff to current
2011-10-12 thomascube
Fix BER encoding of records-per-page parameter
blob@ ce53b6 commitdiff | diff to current
2011-10-11 thomascube
Improve group member fetching
blob@ b35a0f commitdiff | diff to current
2011-10-10 thomascube
Rewrite groups listing: use recursive methods to list members of (nested) g...
blob@ a31482 commitdiff | diff to current
2011-10-07 thomascube
Autocomplete LDAP records when adding contacts from mail (#1488073)
blob@ 39cafa commitdiff | diff to current
2011-10-07 alecpl
- Make sure LDAP name fields aren't arrays (#1488108)
blob@ b1f084 commitdiff | diff to current
2011-10-06 thomascube
Read group members according to objectClass of group records; support group...
blob@ 8fb04b commitdiff | diff to current
2011-10-06 thomascube
Skip VLV if a group is selected; show advanced search form if activating a ...
blob@ e2a8b4 commitdiff | diff to current
2011-09-30 thomascube
Make LDAP group name attribute configurable
blob@ 448f81 commitdiff | diff to current
first | « prev | next »