summaryrefslogtreecommitdiff
path: root/classes/Oauth_application.php
AgeCommit message (Collapse)Author
2010-10-11Ticket #2811 use more consistent max limit for OAuth application ↵Brion Vibber
registration descriptions; now using the field max of 255 rather than $config['site']['textlimit'] as fallback if $config['application']['desclimit'] is unset or out of bounds.
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates
2010-02-02Allow developers to delete OAuth applicationsZach Copley
2010-01-14Can now edit/change application iconZach Copley
2010-01-14Exchanging authorized request tokens for access tokens workingZach 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-14Changed the OAuth app tables to refer to profiles instead of users.Zach Copley
Added an owner column to oauth_application.
2010-01-14Add new OAuth application tables and DataObjects. Also add a newZach Copley
column for consumer secret to consumer table.