summaryrefslogtreecommitdiffstats
path: root/lib/api.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1287 from owncloud/ocs_xml_attributesThomas Müller2013-01-311-2/+5
|\
| * Simpler method for getting the first charTom Needham2013-01-241-1/+1
| * Remove some whitespaceTom Needham2013-01-241-4/+0
| * API: If key begins with '@' treat it as an xml attributeTom Needham2013-01-241-2/+9
* | Merge pull request #1286 from owncloud/ocs_apiThomas Müller2013-01-241-0/+3
|\|
| * Code style updateTom Needham2013-01-231-1/+1
| * Check that api methods return the correct result typeTom Needham2013-01-161-0/+3
* | Merge pull request #1205 from owncloud/ocs_apiThomas Müller2013-01-181-0/+2
|\ \
| * | Correct spelling of 'Authorization'tomneedham2013-01-171-1/+1
| |/
| * Fix incorrect indentationTom Needham2013-01-161-2/+2
| * Return 401 headers when authentication is required for the api callTom Needham2013-01-161-0/+2
* | Whitespace cleanupBart Visscher2013-01-161-11/+11
* | Check if user is admin - boolLukas Reschke2013-01-141-3/+2
|/
* Merge branch 'master' into ocs_apiTom Needham2012-12-311-40/+38
* API: PUT and DELETE variables are now accessed from the parameters arrayTom Needham2012-12-151-3/+3
* API: Add check to see if the user is authorised to run the api methodTom Needham2012-12-121-5/+9
* API: Further tidying, implement OC_OCS_Result object for api results.Tom Needham2012-12-121-60/+9
* API: Specify the response format using a GET parameterTom Needham2012-12-111-9/+5
* Add API method for sharing a file, currently only via a link.Tom Needham2012-10-281-1/+1
* API: Parse PUT and DELETE variablesTom Needham2012-09-171-0/+6
* API: Allow admins to access SUBADMIN api methodsTom Needham2012-09-141-2/+8
* API: Use http authentication, check the auth level requiredTom Needham2012-09-131-19/+22
* API: Require api calls to register the required auth levelTom Needham2012-09-131-7/+56
* API: remove OAuth auth check, respond in ocs formatted xml/jsonTom Needham2012-09-041-11/+25
* Fix class nameTom Needham2012-08-301-1/+1
* API: Fix merging of responses. Return 400 error when no OAuth operation sent.Tom Needham2012-08-031-5/+5
* API: Check if the consumer has permissions to access the requested methodTom Needham2012-08-031-3/+9
* Move OAuth classes into lib/oauthTom Needham2012-08-031-2/+2
* OAuth server implementation using oauth libraryMichael Gapczynski2012-08-021-1/+10
* Routing: combine all routes into one setBart Visscher2012-08-021-0/+1
* Quick fix for xml encoding arraysBart Visscher2012-08-021-0/+3
* Change access to router object to getter functionBart Visscher2012-08-021-1/+1
* 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 /privatedata/getattribute routeBart Visscher2012-07-311-4/+6
* API: set request method for registered urlsBart Visscher2012-07-311-0/+1
* Make calling ocs/v1.php/config workBart Visscher2012-07-301-5/+12
* Fix OC_API::registerBart Visscher2012-07-301-1/+3
* Move loading of routes to OC_RouterBart Visscher2012-07-301-19/+0
* Merge the responses recursivelyTom Needham2012-07-301-4/+2
* Improve merging of api responsesTom Needham2012-07-301-12/+35
* Clean code slightlyTom Needham2012-07-301-9/+16
* Record the app that is registering a call to use later with OAuthTom Needham2012-07-301-4/+5
* Add the format parameter inside OC_APITom Needham2012-07-301-1/+1
* Move OCS methods to lib/ocs/.phpTom Needham2012-07-301-1/+1
* Add core routes and include them in OC_API::call()Tom Needham2012-07-301-3/+5
* Load routes before calling actionsTom Needham2012-07-281-0/+9
* Fix odd indentation issueTom Needham2012-07-281-89/+89
* Basic structure and functionality of api classTom Needham2012-07-281-0/+91