]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Moved the public XRDS from the OpenID plugin to core
authorCraig Andrews <candrews@integralblue.com>
Thu, 29 Oct 2009 20:01:25 +0000 (16:01 -0400)
committerCraig Andrews <candrews@integralblue.com>
Thu, 29 Oct 2009 20:27:22 +0000 (16:27 -0400)
commit54696f7c46684234bbeb48747b37f934ffd0d393
treed80c6e55b3f1ea606b3b080ebbb9ad31bfe4bbed
parent24c3a15124ab866bf7e9401f638156e102074608
Moved the public XRDS from the OpenID plugin to core
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS
Added OpenID provider functionality (no delegation support [yet])
EVENTS.txt
actions/public.php
actions/publicxrds.php [new file with mode: 0644]
actions/xrds.php
lib/router.php
lib/xrdsoutputter.php [new file with mode: 0644]
plugins/OpenID/OpenIDPlugin.php
plugins/OpenID/openid.php
plugins/OpenID/openidserver.php [new file with mode: 0644]
plugins/OpenID/publicxrds.php [deleted file]