summaryrefslogtreecommitdiffstats
path: root/settings/oauth.php
Commit message (Collapse)AuthorAgeFilesLines
* API: Add callback_fail, add OC_OAuth::init and bespoke request token methodTom Needham2012-09-041-6/+21
|
* Fix class nameTom Needham2012-08-301-2/+2
|
* API: Fix merging of responses. Return 400 error when no OAuth operation sent.Tom Needham2012-08-031-2/+2
|
* Move OAuth classes into lib/oauthTom Needham2012-08-031-1/+1
|
* API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appnameTom Needham2012-08-031-1/+3
|
* OAuth server implementation using oauth libraryMichael Gapczynski2012-08-021-4/+19
|
* Check if required apps are installedTom Needham2012-07-301-5/+28
|
* Authorisation requires you to be logged inTom Needham2012-07-301-0/+1
|
* Include the css for the OAuth pageTom Needham2012-07-301-0/+1
|
* Basic template for authorising exernal apps with OAuthTom Needham2012-07-301-0/+41