]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move OpenID-related files to OpenID plugin directory
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 10:19:56 +0000 (06:19 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 4 Aug 2009 17:01:23 +0000 (13:01 -0400)
commit2b79b4d21fa33844911f28b9e33ec958cbac3de9
tree9cccc918fa481a3f4c4d4cf755811cfffe394576
parent9421b36498f856ca7f29c3b803b99521590d58c5
Move OpenID-related files to OpenID plugin directory

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.
16 files changed:
actions/finishaddopenid.php [deleted file]
actions/finishopenidlogin.php [deleted file]
actions/openidlogin.php [deleted file]
actions/openidsettings.php [deleted file]
actions/publicxrds.php [deleted file]
actions/xrds.php [deleted file]
classes/User_openid.php [deleted file]
lib/openid.php [deleted file]
plugins/OpenID/User_openid.php [new file with mode: 0644]
plugins/OpenID/finishaddopenid.php [new file with mode: 0644]
plugins/OpenID/finishopenidlogin.php [new file with mode: 0644]
plugins/OpenID/openid.php [new file with mode: 0644]
plugins/OpenID/openidlogin.php [new file with mode: 0644]
plugins/OpenID/openidsettings.php [new file with mode: 0644]
plugins/OpenID/publicxrds.php [new file with mode: 0644]
plugins/OpenID/xrds.php [new file with mode: 0644]