Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Add version information to a bunch of plugins | 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-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 |