summaryrefslogtreecommitdiffstats
path: root/ocs/v1.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-3/+3
* Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-2/+1
* Fix undefined constant error for STATUS_SERVICE_UNAVAILABLEJulius Härtl2018-07-261-1/+1
* Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-3/+3
* Warn about the old OCP\API::register construct for OCSRoeland Jago Douma2018-01-171-0/+4
* Remove "DEBUG OUTPUT:" from failing OCS API requestsMorris Jobke2018-01-091-2/+2
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-0/+1
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-4/+4
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-3/+0
* Get rid of static OCS::notFound()Morris Jobke2017-03-031-2/+10
* Clean up single user modeMorris Jobke2017-02-221-2/+1
* log ocs exceptionsRobin Appelman2017-02-081-0/+1
* Die in OCS v1.php on exceptionVincent Petry2016-12-161-1/+3
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* Catch LoginExceptionRoeland Jago Douma2016-07-221-0/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+5
* Only login if user is not logged-inLukas Reschke2016-07-181-1/+3
* Make the OCS endpoint handle the new OCS AppFramework routesRoeland Jago Douma2016-07-181-0/+23
* load authentication apps first (#25126)Christoph Wurst2016-06-161-0/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Update author informationLukas Reschke2016-03-011-0/+1
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+0
* Reduce duplicate codeThomas Müller2015-08-031-0/+2
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* block ocs in single user modeRobin Appelman2015-04-091-1/+3
* Disable OCS api when in maintenance modeJoas Schilling2015-04-081-1/+1
* Update license headersJenkins for ownCloud2015-03-261-20/+24
* Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-2/+2
* Revert "Updating license headers"Morris Jobke2015-02-261-23/+21
* Updating license headersJenkins for ownCloud2015-02-231-21/+23
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-1/+1
* Return 503 OCS response with requested formatVincent Petry2014-06-301-1/+2
* Return 503 in public.php and OCS API when upgrade is dueVincent Petry2014-06-301-0/+8
* OCS API calls will always return English messagesThomas Müller2014-04-151-0/+3
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-211-3/+3
|\
| * Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-1/+1
| |\
| | * switch OC::getRouter usages to OC::$server->getRouterRobin Appelman2014-03-101-1/+1
| * | fixing method namesThomas Müller2014-03-121-1/+0
| * | set content-type on ocs exceptionsThomas Müller2014-03-121-0/+3
| |/
* / load all apps in ocs/v1.phpThomas Müller2014-02-181-1/+7
|/
* Use raw PathInfo for matching urlsBart Visscher2013-06-281-1/+1
* Merge master into ocs_api, fix conflicts.Tom Needham2012-12-141-8/+8
|\
| * Style: The last two spacesFelix Moeller2012-11-041-1/+1
| * Style: Remove all the dangling white spacesFelix Moeller2012-11-041-8/+8
* | Fix merge conflictsTom Needham2012-09-131-0/+1
|\|
| * Respect coding styleThomas Müller2012-09-041-1/+1
* | Routing: combine all routes into one setBart Visscher2012-08-021-3/+1