Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |