summaryrefslogtreecommitdiff
path: root/actions/apioauthrequesttoken.php
AgeCommit message (Collapse)Author
2010-10-28* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated. * superfluous whitespace removed.
2010-10-19Relax restrictions on URL validation for oauth_callback. We need toZach Copley
allow custom schemes like mustard:// etc.
2010-10-19OAuth - better log messagesZach Copley
2010-10-12Output a log message when issuing a request tokenZach Copley
2010-10-07Added a comment about an open question: Should we allow pin-basedZach Copley
workflow for clients registered as web applications?
2010-10-06Update ApiOauthRequestTokenAction to support OAuth 1.0aZach Copley
2010-01-27s/LOG_WARN/LOG_WARNING/Zach Copley
2010-01-24OAuth 1.0 working nowZach Copley
2010-01-24Workflow for request tokens and authorizing request tokensZach Copley
2010-01-24Action for issuing a request tokenZach Copley
2010-01-24Stubs for API OAuth token exchange stuffZach Copley