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
AgeCommit message (Expand)Author
2014-07-04introduce and use getCurrentConnection()Jörn Friedrich Dreyer
2014-07-04reset collection to 'root' after adding a route to the apiJörn Friedrich Dreyer
2014-06-30Return 503 OCS response with requested formatVincent Petry
2014-04-21Some more PHPDoc fixesLukas Reschke
2014-03-18Merge pull request #7649 from owncloud/routing-publicThomas Müller
2014-03-12fixing method namesThomas Müller
2014-03-12set content-type on ocs exceptionsThomas Müller
2014-03-10switch OC::getRouter usages to OC::$server->getRouterRobin Appelman
2014-03-07fixing identThomas Müller
2014-03-07we first shall check if the current session is valid - otherwise the session-...Thomas Müller
2014-02-06polish documentation based on scrutinizer patchesJörn Friedrich Dreyer
2014-01-13keep response messageBjoern Schiessle
2013-11-14Merge multiple failed third party responses when returning the resulttomneedham
2013-11-14Merge multiple shipped failures before responding.tomneedham
2013-11-14Return failed shipped responses over succedded shipped responsestomneedham
2013-11-14Return result object when only one successful response is returnedtomneedham
2013-11-14Update lib/private/api.php after merge conflicttomneedham
2013-11-14Merge branch 'ocs_api_fix_success_code' into oc_api_teststomneedham
2013-11-14Remove OC_App dependancy from OC_API::mergeResponses()tomneedham
2013-11-13Pick any none 100 status code before defaulting to 100Tom Needham
2013-11-08the filesystem has to be initialized once we know the userThomas Müller
2013-10-31Added missing HTTP prefix to the $_SERVER variableLukas Reschke
2013-10-30http header OCS-ApiRequest: true is required in case of session based OCS API...Thomas Müller
2013-10-21Support existing sessions within OCS API callsThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller