index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
Authentication
/
AuthenticationPlugin.php
Age
Commit message (
Expand
)
Author
2010-01-05
Move Authorization and Authentication plugin structures into core, instead of...
Craig Andrews
2010-01-05
Fix auth plugin autoregistration issue.
Craig Andrews
2010-01-04
Allow an authentication plugin with the same provider_name other than the one...
Craig Andrews
2009-11-25
Revert "Allow plugin DB_DataObject classes to not have to use the .ini file b...
Zach Copley
2009-11-18
Improved parameter checking
Craig Andrews
2009-11-16
Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf
Brion Vibber
2009-11-16
Allow plugin DB_DataObject classes to not have to use the .ini file by overri...
Craig Andrews
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 StatusNet...
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