Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | ldap_get_connection() to return null when passed a config with bad user/pw. | Jeffery To | |
This mainly affects login; before if the user enters a valid username but invalid password, ldap_get_connection() throws an LDAP_INVALID_CREDENTIALS error. Now the user sees the regular "Incorrect username of password" error message. | |||
2010-03-01 | Use common_nicknamize() in better places. | Craig Andrews | |
2010-02-26 | Show messaging on the login and registration forms informing users that they ↵ | Craig Andrews | |
may use their LDAP credentials | |||
2010-02-24 | Make LDAP connection error fatal - there really is no way to recover from that. | Craig Andrews | |
2010-02-24 | Improve description of what the provide_name parameter means | Craig Andrews | |
2010-01-29 | Pass username and nickname to autoregister so auth plugins can set the ↵ | Craig Andrews | |
nickname correct when creating a new user. Continues fixing what Eric Helgeson pointed out in 01eb4e8f003bf62575ec16dfb6127d7534be9c88 | |||
2010-01-14 | Add nickname suggestion capability for use during autoregistration. | Craig Andrews | |
2010-01-09 | Add version information to a bunch of plugins | Craig Andrews | |
2010-01-06 | remove invalid calls to AuthenticationPlugin::onAutoload | Craig Andrews | |
2010-01-05 | Move Authorization and Authentication plugin structures into core, instead ↵ | Craig Andrews | |
of as plugins. This move makes sense as you can addPlugin('Authentication') for example - these are abstract classes designed to be implemented, not used directly. | |||
2009-12-19 | Cache the LDAP schema in memcache (if memcache is available) | Craig Andrews | |
2009-12-18 | Allow caching of ldap schema, greatly improves performance. | Eric Helgeson | |
2009-12-18 | search->count() doesnt seem to be cached, so we will | Eric Helgeson | |
2009-12-18 | Limit search to only the basedn we're looking in | Eric Helgeson | |
2009-11-18 | You cannot use static that way - using another approach to save reuse the ↵ | Craig Andrews | |
default ldap connection | |||
2009-11-18 | Reuse ldap connections for the default config | Craig Andrews | |
2009-11-18 | attributes['username'] is required | Craig Andrews | |
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin | |||
2009-11-18 | Improved parameter checking | Craig Andrews | |
2009-11-17 | (Theoretically) allow users to change their passwords. | Craig Andrews | |
I cannot test this... but I hope it works :-) | |||
2009-11-17 | Reformatted for 80 character width, and clarified the username/nickname ↵ | Craig Andrews | |
attribute difference | |||
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-11 | Don't use common_config anymore | Craig Andrews | |
2009-11-11 | Correct stupid spelling errors | Craig Andrews | |
2009-11-11 | Rename the plugins, as I'm separating out Authn, Authz, and user information ↵ | Craig Andrews | |
into separate plugins |