summaryrefslogtreecommitdiff
path: root/lib/apioauthstore.php
AgeCommit message (Expand)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
2010-10-20Use a new table (oauth_token_association) to associate authorizedZach Copley
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
2010-10-19Add support for an anonymous OAuth consumer. Note: this requires aZach Copley
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
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
2010-09-14L10n: Fix punctuation.Siebrand Mazeland
2010-09-13* update/add translator documentationSiebrand Mazeland
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