Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-26 | Some changes to the OpenID DataObjects to make them emit the exact same | Zach Copley | |
.ini info as what used to be in statusnet.ini before OpenID was pulled out into a plugin. | |||
2009-11-26 | OpenID plugin should set 'user_openid.display' as unique key | Zach Copley | |
2009-11-25 | Have OpenID plugin DataObjects emit their own .ini info | Zach Copley | |
2009-11-25 | Revert "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-20 | Updated form markup | Sarven Capadisli | |
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion 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-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-13 | Fix 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-12 | Also delete the OpenID provider data when a user is deleted | Craig Andrews | |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-08 | Revert "* [Cc]an't -> [Cc]annot" | Brion Vibber | |
This reverts commit 0ab17f382b9993ada3d12d4cdace72cca53fb545. | |||
2009-11-08 | * [Cc]an't -> [Cc]annot | Siebrand Mazeland | |
* [Cc]ould't -> [Cc]ould not | |||
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion 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-30 | Added simple registration (sreg) support to the OpenID provider | Craig Andrews | |
2009-10-30 | made openidserver a login action so it can be seen when the site is in ↵ | Craig Andrews | |
"private" mode | |||
2009-10-30 | Added an "Verify Your Identity" page to the OpenID provider | Craig Andrews | |
2009-10-29 | whitespace adjustments for doxygen | Craig Andrews | |
2009-10-29 | Moved the public XRDS from the OpenID plugin to core | Craig Andrews | |
Added 4 new events involved in XRDS: StartUserXRDS, EndUserXRDS, StartPublicXRDS, EndPublicXRDS Added OpenID provider functionality (no delegation support [yet]) | |||
2009-10-29 | Warning 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-28 | correctly output public XRDS <meta> | Evan Prodromou | |
2009-10-26 | Make email domain checking optional, as some statusnet installations (such ↵ | Craig Andrews | |
as those behind restrictive corporate firewalls, or on home systems on restrictive connections) cannot connect to any mail systems, and this check will always fail. | |||
2009-10-01 | change DB so OpenIDPlugin manages OpenID tables | Evan Prodromou | |
2009-09-15 | statusize OpenID plugin | Evan Prodromou | |
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: lib/omb.php | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php | |||
2009-08-21 | add OpenID doc menu item and doc page | Evan Prodromou | |
2009-08-21 | move openid docs to OpenID plugin dir | Evan Prodromou | |
2009-08-21 | Revert "Added a configuration option to disable OpenID." | Evan Prodromou | |
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796. Conflicts: actions/login.php actions/register.php lib/accountsettingsaction.php lib/common.php lib/logingroupnav.php | |||
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou | |
Conflicts: actions/login.php actions/register.php | |||
2009-08-04 | move openid instructions to OpenIDPlugin | Evan Prodromou | |
2009-08-04 | move redirect-to-openid code to OpenID plugin | Evan Prodromou | |
2009-08-04 | move XRDS code from public action to OpenIDPlugin | Evan Prodromou | |
2009-08-04 | say that it's OK to do OpenID login in private mode | Evan Prodromou | |
2009-08-04 | incorrectly moved user xrds to OpenID plugin; fixing | Evan Prodromou | |
2009-08-04 | move check for SSL from util.php to OpenIDPlugin | Evan Prodromou | |
2009-08-04 | fix require paths for OpenID plugin files | Evan Prodromou | |
2009-08-04 | OpenIDPlugin autoloads class files | Evan Prodromou | |
2009-08-04 | add account settings menu item for OpenID | Evan Prodromou | |
2009-08-04 | show OpenID action in login nav | Evan Prodromou | |
2009-08-04 | OpenIDPlugin sets up actions for router | Evan Prodromou | |
2009-08-04 | Move OpenID-related files to OpenID plugin directory | Evan Prodromou | |
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. |