Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-16 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidserver.php | |||
2010-06-16 | Switch 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-27 | Assigning my copyrights to the Free Software Foundation | Craig Andrews | |
2010-04-30 | Update translator documentation for OpenID plugin. | Siebrand Mazeland | |
2010-04-08 | Redirect 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-08 | New _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-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) |