summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | API: Allow admins to access SUBADMIN api methodsTom Needham2012-09-141-2/+8
| * | | | | | | | | | API: Add required auth level to OCS routes, move some routes to provisioning_...Tom Needham2012-09-131-13/+9
| * | | | | | | | | | API: Use http authentication, check the auth level requiredTom Needham2012-09-131-19/+22
| * | | | | | | | | | API: Default to user authentication levelTom Needham2012-09-131-2/+3
| * | | | | | | | | | Fix autoloader merge conflictTom Needham2012-09-131-2/+4
| * | | | | | | | | | Remove a merge conflictTom Needham2012-09-131-4/+1
| * | | | | | | | | | Remove provisioning_api apps from coreTom Needham2012-09-137-332/+0
| * | | | | | | | | | Fix merge conflictsTom Needham2012-09-132729-216321/+157922
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | API: Require api calls to register the required auth levelTom Needham2012-09-131-7/+56
| * | | | | | | | | | | API: /cloud/groups use OCS response codes, fix response of getGroups, fix add...Tom Needham2012-09-051-15/+15
| * | | | | | | | | | | API: Fix responses of enable and disable app methodsTom Needham2012-09-051-1/+3
| * | | | | | | | | | | API: Fix /person/check api methodTom Needham2012-09-051-0/+1
| * | | | | | | | | | | API: Fix addUser and added getUser methodsTom Needham2012-09-051-8/+16
| * | | | | | | | | | | API: Add provisioning api methods for appsTom Needham2012-09-051-4/+26
| * | | | | | | | | | | API: Fix routes definitionTom Needham2012-09-051-2/+2
| * | | | | | | | | | | Fix ocs/person/checkTom Needham2012-09-051-4/+5
| * | | | | | | | | | | API: remove OAuth auth check, respond in ocs formatted xml/jsonTom Needham2012-09-041-11/+25
| * | | | | | | | | | | API: Add callback_fail, add OC_OAuth::init and bespoke request token methodTom Needham2012-09-043-24/+75
| * | | | | | | | | | | Add 'authorised' field to oauth_tokens tableTom Needham2012-08-311-0/+6
| * | | | | | | | | | | Add table to hold OAuth scopesTom Needham2012-08-311-1/+35
| * | | | | | | | | | | Add ownCloud OAuth store backend. WIPTom Needham2012-08-301-5/+69
| * | | | | | | | | | | Fix class nameTom Needham2012-08-302-3/+3
| * | | | | | | | | | | Add basic db structure for oauthTom Needham2012-08-301-0/+109
| * | | | | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent.Tom Needham2012-08-032-7/+7
| * | | | | | | | | | | API: Check if the consumer has permissions to access the requested methodTom Needham2012-08-032-4/+11
| * | | | | | | | | | | Move OAuth classes into lib/oauthTom Needham2012-08-034-4/+40
| * | | | | | | | | | | API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appnameTom Needham2012-08-031-1/+3
| * | | | | | | | | | | Remove old oauth-php libraryTom Needham2012-08-0372-13238/+0
| * | | | | | | | | | | OAuth server implementation using oauth libraryMichael Gapczynski2012-08-025-106/+980
| * | | | | | | | | | | Routing: combine all routes into one setBart Visscher2012-08-023-11/+16
| * | | | | | | | | | | Move loading of routes to OC::getRouter functionBart Visscher2012-08-023-2/+7
| * | | | | | | | | | | Quick fix for xml encoding arraysBart Visscher2012-08-021-0/+3
| * | | | | | | | | | | Change access to router object to getter functionBart Visscher2012-08-023-10/+16
| * | | | | | | | | | | API: Complete respond functionBart Visscher2012-08-011-3/+22
| * | | | | | | | | | | Logout the user at the end of a call to be statelessTom Needham2012-08-011-0/+2
| * | | | | | | | | | | API: add OC_API::checkLoggedIn()Tom Needham2012-08-011-0/+11
| * | | | | | | | | | | Fix the api routesTom Needham2012-08-012-21/+21
| * | | | | | | | | | | Remove unnecessary includeTom Needham2012-08-011-1/+0
| * | | | | | | | | | | Fix 3rdparty paths, initialise OAuth in correct orderTom Needham2012-08-011-4/+6
| * | | | | | | | | | | Add oauth-php libraryTom Needham2012-08-0172-0/+13238
| * | | | | | | | | | | Fix /privatedata/getattribute routeBart Visscher2012-07-312-4/+8
| * | | | | | | | | | | API: set request method for registered urlsBart Visscher2012-07-311-0/+1
| * | | | | | | | | | | Routing: Handle MethodNotAllowedExceptionBart Visscher2012-07-311-0/+3
| * | | | | | | | | | | Routing: Method needs to be uppercaseBart Visscher2012-07-312-6/+6
| * | | | | | | | | | | Fixup OCS modulesBart Visscher2012-07-316-54/+47
| * | | | | | | | | | | Fix require 3rdpartypathBart Visscher2012-07-311-2/+2
| * | | | | | | | | | | Require a username for OC_OAuth::registerConsumer()Tom Needham2012-07-311-2/+1
| * | | | | | | | | | | Actually login the user when using OAuthTom Needham2012-07-311-0/+7
| * | | | | | | | | | | Basic OAuth class based on oauth-php. WIPTom Needham2012-07-311-0/+128
| * | | | | | | | | | | Handle function not needed in lib/ocs.phpTom Needham2012-07-311-181/+0