Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ocs
AgeCommit message (Expand)Author
2013-04-28Fix typoTom Needham
2013-04-28Code style for ocs/routes.phpTom Needham
2013-04-28Change app identifier for core api routesTom Needham
2013-02-09Fix api result merging.Tom Needham
2013-02-04Merge masterTom Needham
2013-01-31add multiple domains reverse proxy supportStefan Herbrechtsmeier
2013-01-17Add new /cloud/capabilities route and remove unused methodsTom Needham
2013-01-15remove php closing tagThomas Mueller
2012-12-14Merge master into ocs_api, fix conflicts.Tom Needham
2012-12-14API: Tidy up routes.php, remove redundant call registrationTom Needham
2012-12-12API: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham
2012-11-22make it possible to manually override the hostname and protocol if the automa...Frank Karlitschek
2012-11-05Style: The last two spacesFelix Moeller
2012-11-05Style: Remove all the dangling white spacesFelix Moeller
2012-10-29Detect http protocol in providers.phpTom Needham
2012-09-13API: Add required auth level to OCS routes, move some routes to provisioning_...Tom Needham
2012-09-13Fix merge conflictsTom Needham
2012-09-04Respect coding styleThomas Müller
2012-09-04Respect coding styleThomas Müller
2012-08-02Routing: combine all routes into one setBart Visscher
2012-08-02Move loading of routes to OC::getRouter functionBart Visscher
2012-08-02Change access to router object to getter functionBart Visscher
2012-08-01Fix the api routesTom Needham
2012-08-01Fix /privatedata/getattribute routeBart Visscher
2012-08-01Routing: Handle MethodNotAllowedExceptionBart Visscher
2012-08-01Fixup OCS modulesBart Visscher
2012-07-30Make calling ocs/v1.php/config workBart Visscher
2012-07-30Add 'ocs' as app name to API registrationBart Visscher
2012-07-30Add the format parameter inside OC_APITom Needham
2012-07-30Move routes to ocs folderTom Needham
2012-07-23first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek
2012-07-09remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer
2012-05-31use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek
2012-05-26update copyrightFrank Karlitschek
2011-10-17prevent the remaining ob_clean related errorsRobin Appelman
2011-09-12fixed include for ocsKlaas Freitag
2011-02-09Fix licencing, make headers refer to intended AGPL, include copy of AGPLJonathan Riddell
2010-07-16fix permissions, start to implement private data apiMartin T. H. Sandsmark
2010-05-16fixes in log and ocsRobin
2010-04-28mergeRobin
2010-04-14add Open Collaboration API support. You can now connect your ownCloud with th...Frank Karlitschek