Commit Graph

1471 Commits (fcf3dbcfc13888a795a85f54179dfd548b34d4aa)

Author SHA1 Message Date
Tom Needham fcf3dbcfc1 Require a username for OC_OAuth::registerConsumer() 14 years ago
Tom Needham ce41f3801e Actually login the user when using OAuth 14 years ago
Tom Needham 78bbcc8aea Basic OAuth class based on oauth-php. WIP 14 years ago
Tom Needham 5922599f48 Handle function not needed in lib/ocs.php 14 years ago
Tom Needham b05639e745 Fix error with namespacing 14 years ago
Tom Needham cc6911e1f7 Make method static 14 years ago
Bart Visscher 0a9ca42c34 Fix OC_OCS_Privatedata::privateDataGet 14 years ago
Bart Visscher 7a24f0cd8d Make calling ocs/v1.php/config work 14 years ago
Bart Visscher 180bd69dbb Fix OC_API::register 14 years ago
Bart Visscher 95d3b83a77 Create OC_Router in OC::init 14 years ago
Bart Visscher 0271bfa3b7 Move loading of routes to OC_Router 14 years ago
Tom Needham 2f84a8d746 Merge the responses recursively 14 years ago
Tom Needham 3a0e3708a5 Add public class for registering api calls 14 years ago
Tom Needham c7c16ac49b Improve merging of api responses 14 years ago
Tom Needham b0dc4383e1 Clean code slightly 14 years ago
Tom Needham b563dff10a Record the app that is registering a call to use later with OAuth 14 years ago
Tom Needham 9ffaea480f Add the format parameter inside OC_API 14 years ago
Tom Needham 9072106048 Move OCS methods to lib/ocs/.php 14 years ago
Tom Needham e33174f115 Add core routes and include them in OC_API::call() 14 years ago
Tom Needham 038af7e636 Add method to check if an app is shipped or not 14 years ago
Tom Needham 9dbe5f3703 Load routes before calling actions 14 years ago
Tom Needham c375774fca Fix odd indentation issue 14 years ago
Tom Needham 20838bb9c2 Basic structure and functionality of api class 14 years ago
Bart Visscher b3848581bf Small cleanup 14 years ago
Bart Visscher 5a0d476ab1 Convert new actions 14 years ago
Bart Visscher ac9dbd4b83 Add functions for the common HTTP methods 14 years ago
Arthur Schiwon eefe6882f9 method not used externally, thus not needed in interface 14 years ago
Arthur Schiwon 6b320a2604 provide recursiveArraySearch as Helper function and make available through API 14 years ago
Arthur Schiwon 57c375ea24 Support for OCA namespace 14 years ago
Arthur Schiwon 81c0ca4ffb remove only internally used function from interface 14 years ago
Arthur Schiwon 0196e6eada Offer User and Group interfaces in public API 14 years ago
Arthur Schiwon e499bc37c8 define an interface for the Group Backend 14 years ago
Arthur Schiwon fdcbc23ed6 define an interface for the User Backend 14 years ago
Frank Karlitschek d28be8de64 add the calls for the new keyserver. Still not connectect to the encryption system 14 years ago
Robin Appelman 856d9c0b54 some indention fixes 14 years ago
Robin Appelman e49666d36b add option to clear user backends 14 years ago
Frank Karlitschek 21631be2ff make it generic and implement a dummy call for quota set 14 years ago
Bart Visscher 768b44b9b6 Convert routing to ownCloud fluid interface 14 years ago
Frank Karlitschek e7e1f234dd first part of the new new OCS CLOUD module. So far only quota is implemented. 14 years ago
Bjoern Schiessle bd63fddbf4 fix broken properties in the database 14 years ago
Bjoern Schiessle c0e37c7d69 quick fix for broken properties 14 years ago
Bart Visscher 9e70f64d44 Fix oc-1163: gzdecode function not always defined 14 years ago
Robin Appelman b1010160b3 CSRF protection for eventsource 14 years ago
Robin Appelman 59ab8b14c7 cache fileid's in oc_cache 14 years ago
Robin Appelman 6843beeae9 add option to only get fast cache 14 years ago
Robin Appelman 51566e87c7 add prefix option to OC_Cache::clear 14 years ago
Robin Appelman 2b74778958 add method to OC_Cache to check whether a fast cache (apc/xdebug/etc) is available 14 years ago
Robin Appelman 2a73678fef use file extension for determining mimetypes on default 14 years ago
Thomas Tanghus 0eade1b0d5 Code style. One down... 14 years ago
Bart Visscher d0cae6a99a Very basic conversion of ocs to Symfony Routing Component 14 years ago