summaryrefslogtreecommitdiff
path: root/lib/applicationlist.php
AgeCommit message (Collapse)Author
2010-10-20Add FIXMESiebrand Mazeland
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-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-04-10Add translator documentationSiebrand Mazeland
* approved message had not been i18n-ed * also had to i18n 'read-only' and 'read-write'
2010-01-14Revoke access token UIZach Copley
2010-01-14Fix approval date and label on apps listZach Copley
2010-01-14Rework application registration workflow to be more privateZach Copley
2010-01-14A little minimizationSarven Capadisli
2010-01-14Added vcard and photo classesSarven Capadisli
2010-01-14Moved application image inside the anchorSarven Capadisli
2010-01-14Added missing end tagSarven Capadisli
2010-01-14Fixed tabbingSarven Capadisli
2010-01-14Updated class for application listSarven Capadisli
2010-01-14Better detial in connected OAuth applications listZach Copley
2010-01-14Add icons/icon upload to Oauth appsZach Copley
2010-01-14Workflow for registering new OAuth apps pretty much done.Zach Copley
2010-01-14Started work on interface for displaying connected OAuth appsZach Copley