Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-20 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php | |||
2010-10-20 | Use a new table (oauth_token_association) to associate authorized | Zach Copley | |
request tokins with OAuth client applications and profiles. | |||
2010-10-20 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated/added. * superfluous whitespace removed. | |||
2010-10-19 | Add support for an anonymous OAuth consumer. Note: this requires a | Zach Copley | |
small DB tweak. Oauth_application_user needs to have the primary compound key: (profile_id, application_id, token). http://status.net/open-source/issues/2761 This should also make it possible to have multiple access tokens per application. http://status.net/open-source/issues/2788 | |||
2010-10-19 | OAuth - better log messages | Zach Copley | |
2010-10-12 | Print a proper error message | Zach Copley | |
2010-10-07 | Update ApiOauthAccessTokenAction to OAuth 1.0a | Zach Copley | |
2010-01-27 | s/LOG_WARN/LOG_WARNING/ | Zach Copley | |
2010-01-24 | OAuth 1.0 working now | Zach Copley | |
2010-01-24 | Issue a warning when someone tries to exchange an unauthorized or | Zach Copley | |
otherwise bad req token for an access token. | |||
2010-01-24 | Exchanging authorized request tokens for access tokens working | Zach Copley | |
2010-01-24 | Stubs for API OAuth token exchange stuff | Zach Copley | |