Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-21 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-10-21 | Fix syntax error | Zach Copley | |
2010-10-21 | i18n/L10n updates, translator docs updated, superfluous whitespace removed. | Siebrand Mazeland | |
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 | Spelling - OAuth not Oath | Zach Copley | |
2010-10-07 | Update ApiOauthAccessTokenAction to OAuth 1.0a | Zach Copley | |
2010-10-07 | Use 7 digits for oob OAuth pin instead of 6 | Zach Copley | |
2010-10-06 | - Update ApiOauthAuthorizeAction to 1.0a | Zach Copley | |
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work) | |||
2010-10-06 | Override new_request_token() to store OAuth 1.0a verified callback URL | Zach Copley | |
2010-09-29 | * i18n/L10n and translator documentation updates. | Siebrand Mazeland | |
* whitespace and indentation updates | |||
2010-09-14 | L10n: Fix punctuation. | Siebrand Mazeland | |
2010-09-13 | * update/add translator documentation | Siebrand Mazeland | |
* remove superfluous whitespace | |||
2010-02-02 | Better token revocation | Zach Copley | |
2010-01-14 | Make sure applications are really looked up by consumer key | Zach Copley | |
2010-01-14 | OAuth 1.0 working now | Zach Copley | |
2010-01-14 | Exchanging authorized request tokens for access tokens working | Zach Copley | |
2010-01-14 | Action for issuing a request token | Zach Copley | |