Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-20 | * i18n/L10n fixes. | Siebrand Mazeland | |
* translator documentation updated/added. * superfluous whitespace removed. | |||
2010-10-19 | Stick OAuth developer help info in a section | Zach Copley | |
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-09-20 | Fix #2323: typo on oauth connections page | Brion Vibber | |
2010-04-10 | Fix inconsistencies in clientError() messages | Siebrand Mazeland | |
* use correct punctuation * single quotes when replace was possible * wording updated when needed | |||
2010-03-03 | Fix syntax errors | Zach Copley | |
2010-02-02 | Better token revocation | Zach Copley | |
2010-01-27 | Fix inconsistent title case in page title | Siebrand Mazeland | |
2010-01-24 | Revoke access token UI | Zach Copley | |
2010-01-24 | Rework application registration workflow to be more private | Zach Copley | |
2010-01-24 | Better detial in connected OAuth applications list | Zach Copley | |
2010-01-24 | Workflow for registering new OAuth apps pretty much done. | Zach Copley | |
2010-01-24 | Reorganized the OAuth app URLs and more work on the register app workflow | Zach Copley | |