summaryrefslogtreecommitdiff
path: root/plugins/OpenID
AgeCommit message (Collapse)Author
2010-05-25WikiHowProfile plugin; pulls avatar from WikiHow profile pages when ↵Brion Vibber
registering or adding account with OpenID. (Full name, location, homepage, and bio are also on the profile page but not marked up in a way they can be easily retrieved yet.) OpenID plugin: Added events at OpenID account creation and update time to allow additional customizations for particular sites.
2010-05-03Pull localization updates from 0.9.x branch0.9.2Brion Vibber
2010-04-29Pull localization updates from 0.9.xBrion Vibber
2010-04-23Merge branch 'master' into testingBrion Vibber
2010-04-23Ticket #93: pretty up the auto-submit for OpenID logins a bit.Brion Vibber
* throwing in our spinner * cleanup of texts * "If this doesn't go through click the button" instead of just a mystery button * slightly faster submission: immediate at end of page rather than waiting for jQuery to confirm document setup completion
2010-04-09i18n cleanup: fix bad string breakdown in license agreement checkbox on ↵Brion Vibber
registration form. Note that much of that form is duplicated several times for Twitter, Facebook, and OpenID registrations -- these need to be refactored to avoid having multiple out-of-sync copies of code and messages.
2010-04-05Some localization cleanup and doc to aid in customization:Brion Vibber
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit
2010-03-25add whitelist and blacklist for openid URLsEvan Prodromou
2010-03-25remove debugging callsEvan Prodromou
2010-03-23prevent password login actions in OpenID-only modeEvan Prodromou
2010-03-23start making OpenID-only mode workEvan Prodromou
2010-03-23reformat OpenIDPlugin for PHPCSEvan Prodromou
2010-03-12OpenID fixes:Brion Vibber
- avoid notice spew when checking sreg items that weren't provided - fix keys spec for user_openid, clears up problems with removing openid associations - fix keys spec for user_openid_trustroot
2010-03-08On the OpenID settings page, allow users to remove trustroots.Craig Andrews
2010-03-08Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-03-05OpenID fix:Brion Vibber
- avoid notice on insert (missing sequenceKeys()) - avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)
2010-03-04Pull latest .po files from 0.9.x to testingBrion Vibber
2010-03-01Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
Conflicts: db/08to09.sql locale/statusnet.po scripts/update_po_templates.php
2010-02-24Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-02-22fix broken link in OpenID documentationEvan Prodromou
2010-02-20Fixed incorrect link on registration successful pageEric Helgeson
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-01-11inject session before redirect for openid finish loginEvan Prodromou
2010-01-07add version info to OpenID pluginEvan Prodromou
2010-01-06...and drop the unnecessary &reference from child class pkeyGet() overrides.Brion Vibber
2009-12-13(Puctuation) consistency in clientError() calls.Siebrand Mazeland
2009-12-08New _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-12-03Code style cleanup: dropped some unnecessary =& reference assignments where ↵Brion Vibber
they're used only out of habit for PHP 4-style object semantics
2009-11-26Some changes to the OpenID DataObjects to make them emit the exact sameZach Copley
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin.
2009-11-26OpenID plugin should set 'user_openid.display' as unique keyZach Copley
2009-11-25Have OpenID plugin DataObjects emit their own .ini infoZach Copley
2009-11-25Revert "Allow plugin DB_DataObject classes to not have to use the .ini file ↵Zach Copley
by overriding keys(), table(), and sequenceKey() for them" This reverts commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf. Conflicts: classes/statusnet.ini lib/schema.php plugins/Authentication/AuthenticationPlugin.php plugins/OpenID/OpenIDPlugin.php plugins/UserFlag/UserFlagPlugin.php
2009-11-20Updated form markupSarven Capadisli
2009-11-16Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cfBrion Vibber
Please test with error_reporting set to E_ALL! Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :(
2009-11-16Allow plugin DB_DataObject classes to not have to use the .ini file by ↵Craig Andrews
overriding keys(), table(), and sequenceKey() for them
2009-11-13Fix regression in OpenID autosubmit page.Brion Vibber
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section.
2009-11-12Also delete the OpenID provider data when a user is deletedCraig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday...
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
* doesn't * won't * isn't * don't
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545.
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
* [Cc]ould't -> [Cc]ould not
2009-11-08Fix bug 1962: deleteuser.php regression when OpenID plugin not enabledBrion Vibber
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time.
2009-10-30Added simple registration (sreg) support to the OpenID providerCraig Andrews
2009-10-30made openidserver a login action so it can be seen when the site is in ↵Craig Andrews
"private" mode
2009-10-30Added an "Verify Your Identity" page to the OpenID providerCraig Andrews
2009-10-29whitespace adjustments for doxygenCraig Andrews
2009-10-29Moved the public XRDS from the OpenID plugin to coreCraig Andrews
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet])
2009-10-29Warning cleanup: drop reference on router parameter to RouterInitialized ↵Brion Vibber
event handlers. We don't (and don't need to) pass a reference here, and the mix can trigger warnings.
2009-10-28correctly output public XRDS <meta>Evan Prodromou