| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 1 | -40/+38 |
* | API: PUT and DELETE variables are now accessed from the parameters array | Tom Needham | 2012-12-15 | 1 | -3/+3 |
* | API: Add check to see if the user is authorised to run the api method | Tom Needham | 2012-12-12 | 1 | -5/+9 |
* | API: Further tidying, implement OC_OCS_Result object for api results. | Tom Needham | 2012-12-12 | 1 | -60/+9 |
* | API: Specify the response format using a GET parameter | Tom Needham | 2012-12-11 | 1 | -9/+5 |
* | Add API method for sharing a file, currently only via a link. | Tom Needham | 2012-10-28 | 1 | -1/+1 |
* | API: Parse PUT and DELETE variables | Tom Needham | 2012-09-17 | 1 | -0/+6 |
* | 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: Require api calls to register the required auth level | Tom Needham | 2012-09-13 | 1 | -7/+56 |
* | API: remove OAuth auth check, respond in ocs formatted xml/json | Tom Needham | 2012-09-04 | 1 | -11/+25 |
* | 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 | 1 | -3/+9 |
* | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 1 | -2/+2 |
* | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 1 | -1/+10 |
* | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | 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 /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 |
* | Make calling ocs/v1.php/config work | Bart Visscher | 2012-07-30 | 1 | -5/+12 |
* | Fix OC_API::register | Bart Visscher | 2012-07-30 | 1 | -1/+3 |
* | Move loading of routes to OC_Router | Bart Visscher | 2012-07-30 | 1 | -19/+0 |
* | Merge the responses recursively | Tom Needham | 2012-07-30 | 1 | -4/+2 |
* | Improve merging of api responses | Tom Needham | 2012-07-30 | 1 | -12/+35 |
* | Clean code slightly | Tom Needham | 2012-07-30 | 1 | -9/+16 |
* | Record the app that is registering a call to use later with OAuth | Tom Needham | 2012-07-30 | 1 | -4/+5 |
* | Add the format parameter inside OC_API | Tom Needham | 2012-07-30 | 1 | -1/+1 |
* | Move OCS methods to lib/ocs/.php | Tom Needham | 2012-07-30 | 1 | -1/+1 |
* | Add core routes and include them in OC_API::call() | Tom Needham | 2012-07-30 | 1 | -3/+5 |
* | Load routes before calling actions | Tom Needham | 2012-07-28 | 1 | -0/+9 |
* | Fix odd indentation issue | Tom Needham | 2012-07-28 | 1 | -89/+89 |
* | Basic structure and functionality of api class | Tom Needham | 2012-07-28 | 1 | -0/+91 |