gnu-social/plugins/OpenID
Brion Vibber 93bea7ff28 Fix for OpenID-only private sites: we were removing the 'login' and 'register' actions from the routing system entirely, which meant that login links & redirects from unauthenticated views on private sites (as well as various re-auth situations even on non-private sites) would break and send to the main page instead.
Changed it to leave the 'login' and 'register' actions in the system; we're already taking them over and redirecting them to the OpenID login page, so they won't be reached by accident; but now those redirects can be reached on purpose. ;)
Better long-term fix may be to allow some aliasing, so we can have common_local_url('login') actually send us straight to the OpenID login page instead of having to go through an intermediate redirect, but this'll do.
2010-09-30 12:35:25 -07:00
..
doc-src fix broken link in OpenID documentation 2010-02-22 07:08:57 -05:00
extlib OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. 2010-05-18 13:28:41 -07:00
locale Localisation updates from http://translatewiki.net 2010-09-28 21:06:47 +02:00
OpenIDPlugin.php Fix for OpenID-only private sites: we were removing the 'login' and 'register' actions from the routing system entirely, which meant that login links & redirects from unauthenticated views on private sites (as well as various re-auth situations even on non-private sites) would break and send to the main page instead. 2010-09-30 12:35:25 -07:00
User_openid.php OpenID fixes: 2010-03-12 10:07:32 -08:00
User_openid_trustroot.php OpenID fixes: 2010-03-12 10:07:32 -08:00
finishaddopenid.php Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x 2010-05-27 14:57:32 -07:00
finishopenidlogin.php Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x 2010-05-27 14:57:32 -07:00
openid.php Quick fix for #2659: unable to login with Livejournal OpenID 2010-09-07 16:15:32 -07:00
openidadminpanel.php OpenID: add option to enable asking for a username to append to the trusted provider's base URL. Good for hooking up with sites like WikiHow, where usernames are appended to a base URL to get a profile URL which is used as the provider. 2010-05-28 16:52:17 -07:00
openidlogin.php Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x 2010-06-07 10:19:40 -07:00
openidserver.php Merge branch 'testing' into 0.9.x 2010-06-16 12:38:35 -07:00
openidsettings.php OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. 2010-05-18 13:28:41 -07:00
openidtrust.php remove debugging calls 2010-03-25 16:35:22 -04:00