Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | Improved parameter checking | Craig Andrews | |
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion Vibber | |
Please test with error_reporting set to E_ALL! Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :( | |||
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-13 | Refactor User_username object creation to reuse code | Craig Andrews | |
2009-11-13 | autoregister returns the new user on success (not just true) | Craig Andrews | |
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 | 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 |