Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Remove WIP OAuth code | Tom Needham | 2012-12-31 | 2 | -206/+0 | |
| | * | | Code cleanup and add copyright info | Tom Needham | 2012-12-31 | 1 | -1/+23 | |
| | * | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 20 | -874/+1142 | |
| | |\ \ | ||||||
| | * | | | Remove unused methods | Tom Needham | 2012-12-31 | 1 | -16/+0 | |
| | * | | | Fall back to default log file if logfile config file not found, suppress writ... | Michael Gapczynski | 2012-12-29 | 1 | -5/+10 | |
| | * | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 14 | -178/+198 | |
| | |\ \ \ | ||||||
| | * | | | | API: PUT and DELETE variables are now accessed from the parameters array | Tom Needham | 2012-12-15 | 1 | -3/+3 | |
| | * | | | | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 126 | -1146/+2987 | |
| | |\ \ \ \ | ||||||
| | * | | | | | API: Add check to see if the user is authorised to run the api method | Tom Needham | 2012-12-12 | 1 | -5/+9 | |
| | * | | | | | API: Include totalitems and itemsperpage meta data when needed. | Tom Needham | 2012-12-12 | 1 | -1/+7 | |
| | * | | | | | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 4 | -319/+10 | |
| | * | | | | | API: OCS methods now use OC_OCS_Result to return data | Tom Needham | 2012-12-12 | 4 | -10/+10 | |
| | * | | | | | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 2 | -60/+74 | |
| | * | | | | | API: Specify the response format using a GET parameter | Tom Needham | 2012-12-11 | 1 | -9/+5 | |
| | * | | | | | Merge master into ocs_api | Tom Needham | 2012-10-28 | 117 | -1090/+2590 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 1 | -1/+1 | |
| | * | | | | | | Allow apps to pass defaults and requirements for their API calls | Tom Needham | 2012-10-28 | 1 | -2/+4 | |
| | * | | | | | | Merge branch 'master' into ocs_api | Tom Needham | 2012-09-17 | 4 | -8/+13 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | API: Parse PUT and DELETE variables | Tom Needham | 2012-09-17 | 1 | -0/+6 | |
| | * | | | | | | | API: Fix merge conflict remnants | Tom Needham | 2012-09-17 | 1 | -1/+0 | |
| | * | | | | | | | API: Allow admins to access SUBADMIN api methods | Tom Needham | 2012-09-14 | 1 | -2/+8 | |
| | * | | | | | | | 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 | |
| | * | | | | | | | Fix merge conflicts | Tom Needham | 2012-09-13 | 133 | -2845/+6597 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | API: Require api calls to register the required auth level | Tom Needham | 2012-09-13 | 1 | -7/+56 | |
| | * | | | | | | | | API: Fix /person/check api method | Tom Needham | 2012-09-05 | 1 | -0/+1 | |
| | * | | | | | | | | 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 | 2 | -18/+54 | |
| | * | | | | | | | | Add ownCloud OAuth store backend. WIP | Tom Needham | 2012-08-30 | 1 | -5/+69 | |
| | * | | | | | | | | Fix class name | Tom Needham | 2012-08-30 | 1 | -1/+1 | |
| | * | | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent. | Tom Needham | 2012-08-03 | 1 | -5/+5 | |
| | * | | | | | | | | 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 | 3 | -3/+39 | |
| | * | | | | | | | | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 2 | -102/+45 | |
| | * | | | | | | | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 2 | -8/+15 | |
| | * | | | | | | | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 2 | -1/+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 | 2 | -7/+13 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | 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 | |
| | * | | | | | | | | Fix /privatedata/getattribute route | Bart Visscher | 2012-07-31 | 1 | -4/+6 | |
| | * | | | | | | | | API: set request method for registered urls | Bart Visscher | 2012-07-31 | 1 | -0/+1 | |
| | * | | | | | | | | Routing: Method needs to be uppercase | Bart Visscher | 2012-07-31 | 2 | -6/+6 | |
| | * | | | | | | | | Fixup OCS modules | Bart Visscher | 2012-07-31 | 5 | -46/+39 |