Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | API: Allow admins to access SUBADMIN api methods | Tom Needham | 2012-09-14 | 1 | -2/+8 | |
| * | | | | | | | | | | API: Add required auth level to OCS routes, move some routes to provisioning_... | Tom Needham | 2012-09-13 | 1 | -13/+9 | |
| * | | | | | | | | | | API: Use http authentication, check the auth level required | Tom Needham | 2012-09-13 | 1 | -19/+22 | |
| * | | | | | | | | | | API: Default to user authentication level | Tom Needham | 2012-09-13 | 1 | -2/+3 | |
| * | | | | | | | | | | Fix autoloader merge conflict | Tom Needham | 2012-09-13 | 1 | -2/+4 | |
| * | | | | | | | | | | Remove a merge conflict | Tom Needham | 2012-09-13 | 1 | -4/+1 | |
| * | | | | | | | | | | Remove provisioning_api apps from core | Tom Needham | 2012-09-13 | 7 | -332/+0 | |
| * | | | | | | | | | | Fix merge conflicts | Tom Needham | 2012-09-13 | 2729 | -216321/+157922 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | API: Require api calls to register the required auth level | Tom Needham | 2012-09-13 | 1 | -7/+56 | |
| * | | | | | | | | | | | API: /cloud/groups use OCS response codes, fix response of getGroups, fix add... | Tom Needham | 2012-09-05 | 1 | -15/+15 | |
| * | | | | | | | | | | | API: Fix responses of enable and disable app methods | Tom Needham | 2012-09-05 | 1 | -1/+3 | |
| * | | | | | | | | | | | API: Fix /person/check api method | Tom Needham | 2012-09-05 | 1 | -0/+1 | |
| * | | | | | | | | | | | API: Fix addUser and added getUser methods | Tom Needham | 2012-09-05 | 1 | -8/+16 | |
| * | | | | | | | | | | | API: Add provisioning api methods for apps | Tom Needham | 2012-09-05 | 1 | -4/+26 | |
| * | | | | | | | | | | | API: Fix routes definition | Tom Needham | 2012-09-05 | 1 | -2/+2 | |
| * | | | | | | | | | | | Fix ocs/person/check | Tom Needham | 2012-09-05 | 1 | -4/+5 | |
| * | | | | | | | | | | | API: remove OAuth auth check, respond in ocs formatted xml/json | Tom Needham | 2012-09-04 | 1 | -11/+25 | |
| * | | | | | | | | | | | API: Add callback_fail, add OC_OAuth::init and bespoke request token method | Tom Needham | 2012-09-04 | 3 | -24/+75 | |
| * | | | | | | | | | | | Add 'authorised' field to oauth_tokens table | Tom Needham | 2012-08-31 | 1 | -0/+6 | |
| * | | | | | | | | | | | Add table to hold OAuth scopes | Tom Needham | 2012-08-31 | 1 | -1/+35 | |
| * | | | | | | | | | | | Add ownCloud OAuth store backend. WIP | Tom Needham | 2012-08-30 | 1 | -5/+69 | |
| * | | | | | | | | | | | Fix class name | Tom Needham | 2012-08-30 | 2 | -3/+3 | |
| * | | | | | | | | | | | Add basic db structure for oauth | Tom Needham | 2012-08-30 | 1 | -0/+109 | |
| * | | | | | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent. | Tom Needham | 2012-08-03 | 2 | -7/+7 | |
| * | | | | | | | | | | | API: Check if the consumer has permissions to access the requested method | Tom Needham | 2012-08-03 | 2 | -4/+11 | |
| * | | | | | | | | | | | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 4 | -4/+40 | |
| * | | | | | | | | | | | API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appname | Tom Needham | 2012-08-03 | 1 | -1/+3 | |
| * | | | | | | | | | | | Remove old oauth-php library | Tom Needham | 2012-08-03 | 72 | -13238/+0 | |
| * | | | | | | | | | | | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 5 | -106/+980 | |
| * | | | | | | | | | | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 3 | -11/+16 | |
| * | | | | | | | | | | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 3 | -2/+7 | |
| * | | | | | | | | | | | Quick fix for xml encoding arrays | Bart Visscher | 2012-08-02 | 1 | -0/+3 | |
| * | | | | | | | | | | | Change access to router object to getter function | Bart Visscher | 2012-08-02 | 3 | -10/+16 | |
| * | | | | | | | | | | | API: Complete respond function | Bart Visscher | 2012-08-01 | 1 | -3/+22 | |
| * | | | | | | | | | | | Logout the user at the end of a call to be stateless | Tom Needham | 2012-08-01 | 1 | -0/+2 | |
| * | | | | | | | | | | | API: add OC_API::checkLoggedIn() | Tom Needham | 2012-08-01 | 1 | -0/+11 | |
| * | | | | | | | | | | | Fix the api routes | Tom Needham | 2012-08-01 | 2 | -21/+21 | |
| * | | | | | | | | | | | Remove unnecessary include | Tom Needham | 2012-08-01 | 1 | -1/+0 | |
| * | | | | | | | | | | | Fix 3rdparty paths, initialise OAuth in correct order | Tom Needham | 2012-08-01 | 1 | -4/+6 | |
| * | | | | | | | | | | | Add oauth-php library | Tom Needham | 2012-08-01 | 72 | -0/+13238 | |
| * | | | | | | | | | | | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 2 | -4/+8 | |
| * | | | | | | | | | | | API: set request method for registered urls | Bart Visscher | 2012-07-31 | 1 | -0/+1 | |
| * | | | | | | | | | | | Routing: Handle MethodNotAllowedException | Bart Visscher | 2012-07-31 | 1 | -0/+3 | |
| * | | | | | | | | | | | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 2 | -6/+6 | |
| * | | | | | | | | | | | Fixup OCS modules | Bart Visscher | 2012-07-31 | 6 | -54/+47 | |
| * | | | | | | | | | | | Fix require 3rdpartypath | Bart Visscher | 2012-07-31 | 1 | -2/+2 | |
| * | | | | | | | | | | | Require a username for OC_OAuth::registerConsumer() | Tom Needham | 2012-07-31 | 1 | -2/+1 | |
| * | | | | | | | | | | | Actually login the user when using OAuth | Tom Needham | 2012-07-31 | 1 | -0/+7 | |
| * | | | | | | | | | | | Basic OAuth class based on oauth-php. WIP | Tom Needham | 2012-07-31 | 1 | -0/+128 | |
| * | | | | | | | | | | | Handle function not needed in lib/ocs.php | Tom Needham | 2012-07-31 | 1 | -181/+0 |