summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixup OCS modulesBart Visscher2012-07-315-46/+39
* Fix require 3rdpartypathBart Visscher2012-07-311-2/+2
* Require a username for OC_OAuth::registerConsumer()Tom Needham2012-07-311-2/+1
* Actually login the user when using OAuthTom Needham2012-07-311-0/+7
* Basic OAuth class based on oauth-php. WIPTom Needham2012-07-311-0/+128
* Handle function not needed in lib/ocs.phpTom Needham2012-07-311-181/+0
* Fix error with namespacingTom Needham2012-07-311-1/+1
* Make method staticTom Needham2012-07-311-1/+1
* Fix OC_OCS_Privatedata::privateDataGetBart Visscher2012-07-301-2/+5
* Make calling ocs/v1.php/config workBart Visscher2012-07-303-6/+31
* Fix OC_API::registerBart Visscher2012-07-301-1/+3
* Create OC_Router in OC::initBart Visscher2012-07-301-0/+6
* Move loading of routes to OC_RouterBart Visscher2012-07-302-19/+15
* Merge the responses recursivelyTom Needham2012-07-301-4/+2
* Add public class for registering api callsTom Needham2012-07-301-0/+41
* 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-306-1/+184
* Add core routes and include them in OC_API::call()Tom Needham2012-07-301-3/+5
* Add method to check if an app is shipped or notTom Needham2012-07-291-0/+14
* 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
* Small cleanupBart Visscher2012-07-251-2/+0
* Convert new actionsBart Visscher2012-07-251-8/+26
* Merge branch 'master' into routingBart Visscher2012-07-2512-13/+328
|\
| * method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| * provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| * Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
| * remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| * Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| * define an interface for the Group BackendArthur Schiwon2012-07-253-5/+91
| * define an interface for the User BackendArthur Schiwon2012-07-253-3/+72
| * add the calls for the new keyserver. Still not connectect to the encryption s...Frank Karlitschek2012-07-241-4/+81
* | Add functions for the common HTTP methodsBart Visscher2012-07-251-0/+15
* | Merge branch 'master' into routingBart Visscher2012-07-2423-835/+1221
|\|
| * some indention fixesRobin Appelman2012-07-249-183/+152
| * add option to clear user backendsRobin Appelman2012-07-231-1/+7
| * make it generic and implement a dummy call for quota setFrank Karlitschek2012-07-231-27/+74
| * first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-231-419/+470
| * fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| * quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| * Fix oc-1163: gzdecode function not always definedBart Visscher2012-07-221-0/+10
| * CSRF protection for eventsourceRobin Appelman2012-07-221-0/+3
| * cache fileid's in oc_cacheRobin Appelman2012-07-221-3/+29
| * add option to only get fast cacheRobin Appelman2012-07-221-16/+41
| * add prefix option to OC_Cache::clearRobin Appelman2012-07-225-12/+16
| * add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is avai...Robin Appelman2012-07-221-0/+46