]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added a User_username table that links the external username with a StatusNet user_id
authorCraig Andrews <candrews@integralblue.com>
Fri, 13 Nov 2009 01:12:00 +0000 (20:12 -0500)
committerCraig Andrews <candrews@integralblue.com>
Fri, 13 Nov 2009 01:12:36 +0000 (20:12 -0500)
commited690615de8f6433a1a4d9a8fc7c28385af47d8a
tree62ad14f1af970f1fe3de55a5c732011128056f10
parentcefbad0159c6be0aa6e75c85dd2e4b9f1e412116
Added a User_username table that links the external username with a 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
14 files changed:
EVENTS.txt
actions/passwordsettings.php
classes/User.php
classes/statusnet.ini
index.php
lib/util.php
plugins/Authentication/AuthenticationPlugin.php
plugins/Authentication/User_username.php [new file with mode: 0644]
plugins/EmailAuthentication/EmailAuthenticationPlugin.php [new file with mode: 0644]
plugins/EmailAuthentication/README [new file with mode: 0644]
plugins/LdapAuthentication/LdapAuthenticationPlugin.php
plugins/LdapAuthentication/README
plugins/ReverseUsernameAuthentication/README [new file with mode: 0644]
plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php [new file with mode: 0644]