summaryrefslogtreecommitdiff
path: root/plugins/OpenID/User_openid.php
AgeCommit message (Collapse)Author
2010-03-12OpenID fixes:Brion Vibber
- avoid notice spew when checking sreg items that weren't provided - fix keys spec for user_openid, clears up problems with removing openid associations - fix keys spec for user_openid_trustroot
2010-03-05OpenID fix:Brion Vibber
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
2009-11-26Some changes to the OpenID DataObjects to make them emit the exact sameZach Copley
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin.
2009-11-25Have OpenID plugin DataObjects emit their own .ini infoZach Copley
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵Zach Copley
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by ↵Craig Andrews
overriding keys(), table(), and sequenceKey() for them
2009-08-04move redirect-to-openid code to OpenID pluginEvan Prodromou
2009-08-04Move OpenID-related files to OpenID plugin directoryEvan Prodromou
As a first step to pluginizing our OpenID support, I've moved the important OpenID-related files to a dedicated plugin directory. Many of these classes are still referred to by libraries that are still in core.