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
2016-04-30Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma
2016-04-18Move logout to controllerLukas Reschke
2016-03-07Add DAV authenticated also to other scopesLukas Reschke
2016-02-19Fix PHPDocThomas Müller
2016-02-19Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2016-02-15Catch auth coming from JS in OCSLukas Reschke
2016-02-14Remove unreachable code in priavte/api.phpMorris Jobke
2016-01-12Happy new year!Thomas Müller
2015-10-29Drop OC_SubAdmin and replace usagesLukas Reschke
2015-10-21Merge pull request #18184 from owncloud/ocs-merge-headersThomas Müller
2015-10-13Strip directory from scriptNameLukas Reschke
2015-10-05update licence headers via scriptMorris Jobke
2015-09-21Merge headers of ocs resultsThomas Müller
2015-08-13With V2 we should ensure that the status codes are kept in syncThomas Müller
2015-08-07Adding header support to class OC_OCS_ResultThomas Müller
2015-08-05Following the spec:Thomas Müller
2015-08-05Return 200 not null - we should return consistent typesThomas Müller
2015-08-03Remove duplicate and unused codeThomas Müller
2015-08-03Adding ocs/v2.php with status code mapperThomas Müller
2015-06-25update license headers and authorsMorris Jobke
2015-04-18Fix usage of deprecated private constantsJoas Schilling
2015-04-18Deprecate the OC_API constants in favor of the OCP onesJoas Schilling
2015-03-26Update license headersJenkins for ownCloud
2015-03-01Simplify codeLukas Reschke
2015-02-27Read from IRequest instead of reading twiceLukas Reschke
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-23Updating license headersJenkins for ownCloud
2014-12-19Merge pull request #12918 from owncloud/use-uid-instead-of-login-nameMorris Jobke
2014-12-17Return UID instead of login nameLukas Reschke
2014-12-17Store result of authenticationLukas Reschke
2014-11-26because OC_User::login will create a new session we shall only try to login i...Thomas Müller
2014-07-01introduce and use getCurrentConnection()Jörn Friedrich Dreyer
2014-07-01reset 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