Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
Conflicts: classes/Memcached_DataObject.php | |||
2010-12-17 | In LdapCommon checkPassword/changePassword only get the 'dn' attribute as an ↵ | Craig Andrews | |
optimization as no other attributes are necessary. Thanks to drslump reported at http://status.net/open-source/issues/2955 | |||
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php | |||
2010-09-21 | Do not allow blank passwords when authenticating against LDAP. | Craig Andrews | |
2010-09-21 | Do not allow blank passwords when authenticating against LDAP. | Craig Andrews | |
2010-09-20 | * i18n/L10n updates. | Siebrand Mazeland | |
* remove superfluous whitespace. | |||
2010-09-06 | common_cache_key() -> Cache::key() | Evan Prodromou | |
2010-09-06 | common_memcache() => Cache::instance() | Evan Prodromou | |
2010-05-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-03-23 | Move the bundled Net/LDAP2 library to the LdapCommon directory | Craig Andrews | |
2010-03-23 | Fix some regressions caused by refactor of LDAP plugin | Craig Andrews | |
2010-03-22 | Refactor common parts of LdapAuthorization and LdapAuthentication plugins ↵ | Craig Andrews | |
into a separate class LdapAuthorization should get a performance improvement as LDAP schema caching is now used |