summaryrefslogtreecommitdiff
path: root/actions
AgeCommit message (Expand)Author
2010-01-28Numbered format specifiersZach Copley
2010-01-28These API methods should return true for ->isReadOnly($args)!Zach Copley
2010-01-27Optionally set a separate Javascript server and pathEvan Prodromou
2010-01-27s/LOG_WARN/LOG_WARNING/Zach Copley
2010-01-27- Check for read-only vs. read-write access to protected API resources (OAuth)Zach Copley
2010-01-27Fix casing for HMAC-SHA1.Siebrand Mazeland
2010-01-27Fix inconsistent title case in page titleSiebrand Mazeland
2010-01-26New access admin panel for site registration settingsZach Copley
2010-01-26- Remove redudant/unused 'server' setting from site admin panelZach Copley
2010-01-25Merge branch 'master' into testingEvan Prodromou
2010-01-25Offload inbox updates to a queue handler to speed up posting onlineEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in tag actionEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in show groupEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in show favoritesEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in usergroupsEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in inboxEvan Prodromou
2010-01-24fix interpolation of positional arguments to sprintf in outboxEvan Prodromou
2010-01-24fix interpolation for positional arguments in repliesEvan Prodromou
2010-01-24fix interpolation for positional arguments in showstreamEvan Prodromou
2010-01-25- Had to remove checking read vs. read-write in OAuth authenticated methodsZach Copley
2010-01-24Revoke access token UIZach Copley
2010-01-24Changed legend text from Login to Account because it is not reallySarven Capadisli
2010-01-24Updated apioauthauthorize markup and stylesSarven Capadisli
2010-01-24Ensure only the application's owner can edit itZach Copley
2010-01-24Fix user countZach Copley
2010-01-24Make sure applications are really looked up by consumer keyZach Copley
2010-01-24Rework application registration workflow to be more privateZach Copley
2010-01-24Fix icon upload on new appsZach Copley
2010-01-24OAuth 1.0 working nowZach Copley
2010-01-24Can now edit/change application iconZach Copley
2010-01-24Added anchors to application source and homepageSarven Capadisli
2010-01-24Updated markup for application details page. Similar to user/groupSarven Capadisli
2010-01-24Updated markup for application detailsSarven Capadisli
2010-01-24Updated markup for application registration and view linksSarven Capadisli
2010-01-24Better detial in connected OAuth applications listZach Copley
2010-01-24Issue a warning when someone tries to exchange an unauthorized orZach Copley
2010-01-24Exchanging authorized request tokens for access tokens workingZach Copley
2010-01-24Associate request tokens with OAuth apps and app usersZach 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
2010-01-24Add icons/icon upload to Oauth appsZach Copley
2010-01-24Added session token checking.Zach 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
2010-01-24Started work on interface for displaying connected OAuth appsZach Copley
2010-01-24Missing null className for incoming email form legendSarven Capadisli
2010-01-24Updated path to farbtastic stylesheetSarven Capadisli
2010-01-22XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-22Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou