summaryrefslogtreecommitdiffstats
path: root/lib/api.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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