Age | Commit message (Expand) | Author | Files | Lines |
2014-08-26 | Fix so LDAP internal debug is enabled only when debug_mode=trace (#3535) | Aleksander Machniak | 1 | -4/+4 |
2014-02-10 | Make sure the 'ou' attribute value does not make it back on to user entries | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2014-01-08 | Fix typos in memcache-related methods | Aleksander Machniak | 1 | -3/+3 |
2014-01-07 | Revert commit 109ad37d making email addresses case-insensitivekolab-webadmin-3.1.4 | Aleksander Machniak | 1 | -19/+1 |
2013-12-18 | Fix possible fatal error when increment() method is called on non-existing Me... | Aleksander Machniak | 1 | -3/+3 |
2013-12-16 | Fix possible PHP warning | Aleksander Machniak | 1 | -1/+1 |
2013-12-16 | Fix self-write ACL for new domains to fix password changes by self (Bug #2678) | Aleksander Machniak | 1 | -1/+1 |
2013-12-16 | Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2... | Aleksander Machniak | 1 | -1/+1 |
2013-12-04 | Store domain_root_dn() result in memory to skip redundant searches (if memcac... | Aleksander Machniak | 1 | -26/+29 |
2013-12-04 | Cache domain name to domain DN map | Aleksander Machniak | 1 | -9/+54 |
2013-12-04 | Code for finding a domain by name moved to _find_domain() method | Aleksander Machniak | 1 | -33/+39 |
2013-11-27 | Fix email address comparissons, so local part is case-sensitive, but domain p... | Aleksander Machniak | 1 | -2/+24 |
2013-11-27 | Fix so exception is thrown on alias addresses validation when | Aleksander Machniak | 1 | -0/+2 |
2013-11-24 | Slice page from list result after sorting and ordering, small code improvementskolab-webadmin-3.1.3 | Aleksander Machniak | 1 | -9/+6 |
2013-11-24 | Fix completely broken group.member_list API action by fixing a mess in LDAP3 | Aleksander Machniak | 1 | -12/+1 |
2013-11-18 | Fix bug where adding new domains omits the kolab* ldap attributes for self-wr... | Aleksander Machniak | 1 | -29/+37 |
2013-10-10 | Fix typo where default page_size for list result wasn't set | Aleksander Machniak | 1 | -1/+1 |
2013-09-24 | Prevent from deleting oneself (Bug #1808) | Aleksander Machniak | 1 | -1/+2 |
2013-09-13 | It should be ldap.vlv, not kolab_wap.vlv | Aleksander Machniak | 1 | -1/+1 |
2013-09-13 | Support kolab_wap.vlv configuration option | Aleksander Machniak | 1 | -7/+2 |
2013-09-13 | Fix lost breaks in switch() | Aleksander Machniak | 1 | -0/+2 |
2013-09-12 | Remove redundant list_replicas() calls | Aleksander Machniak | 1 | -2/+1 |
2013-09-12 | Cache effective rights in internal cache if memcache is not enabled | Aleksander Machniak | 1 | -0/+8 |
2013-09-11 | Fix/workaround issue where nsRoleDN is not returned as allowed attribute | Aleksander Machniak | 1 | -0/+23 |
2013-09-10 | Refactored config getter so when section is specified, but requested | Aleksander Machniak | 1 | -1/+1 |
2013-09-10 | Fix invalid Conf::get_list() usage | Aleksander Machniak | 1 | -1/+1 |
2013-09-10 | Fix unhandled ldap errors + some CS fixes (Bug #2201) | Aleksander Machniak | 1 | -4/+4 |
2013-08-25 | Enable caching of get_effectiverights() results, that are otherwise very expe... | Aleksander Machniak (Kolab Systems) | 1 | -3/+79 |
2013-08-24 | Always check if search result is an object | Aleksander Machniak | 1 | -2/+3 |
2013-08-18 | Strike that, this is better | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-08-18 | Allow the configuration of a login filter | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+6 |
2013-07-10 | Ensure replicas and replication agreements are added correctly | Jeroen van Meeuwen (Kolab Systems) | 1 | -5/+40 |
2013-07-10 | Create the database entry and configuration on replica hosts, then trigger th... | Jeroen van Meeuwen (Kolab Systems) | 1 | -5/+48 |
2013-07-10 | Fix "PHP Warning: mb_strtoupper() expects parameter 1 to be string, array gi... | Aleksander Machniak | 1 | -0/+7 |
2013-07-10 | Fix inetdomainbasedn attribute handling in domain_add(), some code cleanup, | Aleksander Machniak | 1 | -35/+21 |
2013-07-10 | Refactored domain_add(), fixes Bug #1914 | Aleksander Machniak | 1 | -291/+241 |
2013-06-17 | Add possibility to connect with TLS by setting ldap_uri with tls:// prefix | Aleksander Machniak | 1 | -0/+1 |
2013-05-23 | Use all specified attributes when adding a domain | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+16 |
2013-05-22 | Make sure the correct (configured) unique_attribute is being used. | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+29 |
2013-05-22 | Make sure that if no valid result exists for the domain name space search, we... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+4 |
2013-05-19 | Use the correct function to test for the existence of an 'inetdomainbasedn' a... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-04-16 | Fix PHP fatal errors when search_entries() returns false (on error ) (Bug #1756) | Aleksander Machniak | 1 | -2/+6 |
2013-04-13 | Code cleanup | Aleksander Machniak | 1 | -19/+9 |
2013-04-13 | Add shared folder management functionality to the Web Administration Panel Cl... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+69 |
2013-01-31 | Fix so OU selector for POSIX user contains only relevant organizational units... | Aleksander Machniak | 1 | -2/+2 |
2013-01-23 | Fix bug where type=*e* was added to some LDAP searches | Aleksander Machniak | 1 | -9/+4 |
2012-12-27 | Correct detecting the base dn for subjects (object's key/type) that are being... | Jeroen van Meeuwen (Kolab Systems) | 1 | -9/+10 |
2012-12-26 | Add a function find_recipient in order to determine whether a specific recipi... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+29 |
2012-12-20 | Fix detecting base_dn for created objects (Bug #1464) | Aleksander Machniak | 1 | -15/+16 |
2012-11-28 | Correct handling the return value of Auth::LDAP::domain_info(), that can also... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+2 |