summaryrefslogtreecommitdiff
path: root/plugins/OpenID/openidserver.php
AgeCommit message (Collapse)Author
2010-06-16Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidserver.php
2010-06-16Switch OpenID server's redirects from 307 to 303 to avoid prompt for form ↵Brion Vibber
data resubmission if we were sent here from a POST request, such as when verifying the site for the first time doing an OpenID login from Drupal.
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-04-30Update translator documentation for OpenID plugin.Siebrand Mazeland
2010-04-08Redirect using HTTP 303 so that form POST data is not re-submitted to the ↵Craig Andrews
destination page
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
class registers your gettext files if present at initialization. update_pot.sh replaced with update_po_templates.php which can do core, plugins, or all (default). Top-level Makefile added to build .mo files for plugins as well as core. As described on list: http://lists.status.net/pipermail/statusnet-dev/2009-December/002869.html
2009-10-30Added simple registration (sreg) support to the OpenID providerCraig 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
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])