Brion Vibber
|
56e2bc10d9
Cleanup stray PHP 4-style references in hook calls for navigation bars. We can't replace the live action from here, and don't need a reference to keep the object mutable. Dumping the references helps ensure we don't end up getting errors when things calling the hooks might forget to use the reference and the PHP error reporting settings expose this fact at us.
|
před 14 roky |
Brion Vibber
|
9df856e667
Merge branch '0.9.x' into merge
|
před 14 roky |
Evan Prodromou
|
0410462c4b
add OpenID data to the Webfinger XRD file so you can login with it elsewhere
|
před 14 roky |
Brion Vibber
|
ca489631db
Merge branch '0.9.x' into 1.0.x
|
před 14 roky |
Zach Copley
|
131c339c5a
Pass OAuth authorize page's mode paramater to OpenID plugin so it can create a correct
|
před 14 roky |
Zach Copley
|
0b134d3e69
Re-camelcase ApiOauthAuthorizeAction so it will be accessible when
|
před 14 roky |
Zach Copley
|
a548861dbf
OAuth - proper callback handling and better styling for authorization
|
před 14 roky |
Siebrand Mazeland
|
31f52ec37c
Update translator documentation and remove superfluous whitespace.
|
před 14 roky |
Brion Vibber
|
c24f4ddfdb
Pretty up the OpenID variant of the OAuth login form a bit; change the 'Allow' button to 'Continue' so we're not confused why we get the form again after authenticating.
|
před 14 roky |
Brion Vibber
|
bcc06d05e8
Initial OpenID+OAuth thingy.
|
před 14 roky |
Brion Vibber
|
59119482ca
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
před 14 roky |
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.
|
před 14 roky |
Craig Andrews
|
6f95ccd37d
Create Account Manager plugin implementing the Account Management specification
|
před 14 roky |
Craig Andrews
|
6317f7d92b
Assigning my copyrights to the Free Software Foundation
|
před 14 roky |
Brion Vibber
|
7005ef6661
Merge branch 'testing' into 0.9.x
|
před 14 roky |
Brion Vibber
|
7c828ae5f8
OpenID access control options: trusted provider URL, Launchpad team restrictions. Added an admin panel for setting these and OpenID-only mode, off by default.
|
před 14 roky |
Siebrand Mazeland
|
7ec5e7cd76
Update translator documentation for OpenID plugin.
|
před 14 roky |
Evan Prodromou
|
ad608ab9ad
prevent password login actions in OpenID-only mode
|
před 15 roky |
Evan Prodromou
|
ff60cb4e66
start making OpenID-only mode work
|
před 15 roky |
Evan Prodromou
|
fcdbf421ab
reformat OpenIDPlugin for PHPCS
|
před 15 roky |
Eric Helgeson
|
86f2f530ef
Fixed incorrect link on registration successful page
|
před 15 roky |
Evan Prodromou
|
0587dcc045
add version info to OpenID plugin
|
před 15 roky |
Brion Vibber
|
4b5e977a7b
New _m() gettext wrapper with smart detection of plugin domains. Plugin base class registers your gettext files if present at initialization.
|
před 15 roky |
Zach Copley
|
a1f87f415a
OpenID plugin should set 'user_openid.display' as unique key
|
před 15 roky |
Zach Copley
|
8acc1587b1
Revert "Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them"
|
před 15 roky |
Brion Vibber
|
6f9b909211
Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf
|
před 15 roky |
Craig Andrews
|
a373d07ae0
Allow plugin DB_DataObject classes to not have to use the .ini file by overriding keys(), table(), and sequenceKey() for them
|
před 15 roky |
Craig Andrews
|
cefbad0159
Also delete the OpenID provider data when a user is deleted
|
před 15 roky |
Brion Vibber
|
8d44b6a5a2
Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled
|
před 15 roky |
Craig Andrews
|
204eb5b0c4
made openidserver a login action so it can be seen when the site is in "private" mode
|
před 15 roky |