summaryrefslogtreecommitdiff
path: root/lib/apioauthstore.php
AgeCommit message (Collapse)Author
2010-10-21Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xZach Copley
2010-10-21Fix syntax errorZach Copley
2010-10-21i18n/L10n updates, translator docs updated, superfluous whitespace removed.Siebrand Mazeland
2010-10-20Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
Conflicts: actions/apioauthauthorize.php lib/apioauthstore.php
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach 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-19Add support for an anonymous OAuth consumer. Note: this requires aZach 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-19OAuth - better log messagesZach Copley
2010-10-12Spelling - OAuth not OathZach Copley
2010-10-07Update ApiOauthAccessTokenAction to OAuth 1.0aZach Copley
2010-10-07Use 7 digits for oob OAuth pin instead of 6Zach Copley
2010-10-06- Update ApiOauthAuthorizeAction to 1.0aZach Copley
- Fix enumerable bugs - New page for displaying 1.0a verifier (still needs work)
2010-10-06Override new_request_token() to store OAuth 1.0a verified callback URLZach Copley
2010-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates
2010-09-14L10n: Fix punctuation.Siebrand Mazeland
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-02-02Better token revocationZach Copley
2010-01-14Make sure applications are really looked up by consumer keyZach Copley
2010-01-14OAuth 1.0 working nowZach Copley
2010-01-14Exchanging authorized request tokens for access tokens workingZach Copley
2010-01-14Action for issuing a request tokenZach Copley