summaryrefslogtreecommitdiff
path: root/actions/oauthconnectionssettings.php
AgeCommit message (Collapse)Author
2010-12-12Move getConnectedApps() from Profile to User, where it belongsZach Copley
2010-10-20* i18n/L10n fixes.Siebrand Mazeland
* translator documentation updated/added. * superfluous whitespace removed.
2010-10-19Stick OAuth developer help info in a sectionZach Copley
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-09-20Fix #2323: typo on oauth connections pageBrion Vibber
2010-04-10Fix inconsistencies in clientError() messagesSiebrand Mazeland
* use correct punctuation * single quotes when replace was possible * wording updated when needed
2010-03-03Fix syntax errorsZach Copley
2010-02-02Better token revocationZach Copley
2010-01-27Fix inconsistent title case in page titleSiebrand Mazeland
2010-01-24Revoke access token UIZach Copley
2010-01-24Rework application registration workflow to be more privateZach Copley
2010-01-24Better detial in connected OAuth applications listZach Copley
2010-01-24Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-24Reorganized the OAuth app URLs and more work on the register app workflowZach Copley