summaryrefslogtreecommitdiff
path: root/plugins/OpenID
AgeCommit message (Expand)Author
2010-03-04Pull latest .po files from 0.9.x to testingBrion Vibber
2010-02-22fix broken link in OpenID documentationEvan Prodromou
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-01-11inject session before redirect for openid finish loginEvan Prodromou
2010-01-07add version info to OpenID pluginEvan Prodromou
2010-01-06...and drop the unnecessary &reference from child class pkeyGet() overrides.Brion Vibber
2009-12-13(Puctuation) consistency in clientError() calls.Siebrand Mazeland
2009-12-08New _m() gettext wrapper with smart detection of plugin domains. Plugin base ...Brion Vibber
2009-12-03Code style cleanup: dropped some unnecessary =& reference assignments where t...Brion Vibber
2009-11-26Some changes to the OpenID DataObjects to make them emit the exact sameZach Copley
2009-11-26OpenID plugin should set 'user_openid.display' as unique keyZach Copley
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 b...Zach Copley
2009-11-20Updated form markupSarven Capadisli
2009-11-16Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cfBrion Vibber
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by overri...Craig Andrews
2009-11-13Fix regression in OpenID autosubmit page.Brion Vibber
2009-11-12Also delete the OpenID provider data when a user is deletedCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
2009-11-08Fix bug 1962: deleteuser.php regression when OpenID plugin not enabledBrion Vibber
2009-10-30Added simple registration (sreg) support to the OpenID providerCraig Andrews
2009-10-30made openidserver a login action so it can be seen when the site is in "priva...Craig Andrews
2009-10-30Added an "Verify Your Identity" page to the OpenID providerCraig Andrews
2009-10-29whitespace adjustments for doxygenCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
2009-10-29Warning cleanup: drop reference on router parameter to RouterInitialized even...Brion Vibber
2009-10-28correctly output public XRDS <meta>Evan Prodromou
2009-10-26Make email domain checking optional, as some statusnet installations (such as...Craig Andrews
2009-10-01change DB so OpenIDPlugin manages OpenID tablesEvan Prodromou
2009-09-15statusize OpenID pluginEvan Prodromou
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21add OpenID doc menu item and doc pageEvan Prodromou
2009-08-21move openid docs to OpenID plugin dirEvan Prodromou
2009-08-21Revert "Added a configuration option to disable OpenID."Evan Prodromou
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
2009-08-04move openid instructions to OpenIDPluginEvan Prodromou
2009-08-04move redirect-to-openid code to OpenID pluginEvan Prodromou
2009-08-04move XRDS code from public action to OpenIDPluginEvan Prodromou
2009-08-04say that it's OK to do OpenID login in private modeEvan Prodromou
2009-08-04incorrectly moved user xrds to OpenID plugin; fixingEvan Prodromou
2009-08-04move check for SSL from util.php to OpenIDPluginEvan Prodromou
2009-08-04fix require paths for OpenID plugin filesEvan Prodromou
2009-08-04OpenIDPlugin autoloads class filesEvan Prodromou
2009-08-04add account settings menu item for OpenIDEvan Prodromou
2009-08-04show OpenID action in login navEvan Prodromou