aboutsummaryrefslogtreecommitdiffstats
path: root/ocs/v1.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* fix: Force 503 HTTP status code for maintenance mode on v1Côme Chilliet2024-09-091-1/+1
* fix: Remove duplicated code in \OC\OCS\ApiHelper, use Response classes insteadCôme Chilliet2024-09-091-21/+17
* fix: Move ApiHelper to \OC\OCS next to related classesCôme Chilliet2024-09-091-1/+1
* fix: Move OC_API into \OC\ApiHelper in standard namespaceCôme Chilliet2024-09-091-9/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-131-26/+3
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+2
* fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrownJoas Schilling2023-11-301-0/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* app type extended_authenticationMaxence Lange2023-04-121-0/+1
* Fix missing maintenance mode header for OCS requestChristoph Wurst2022-09-301-0/+1
* Return 500 and the exception message (on debug) on OCSJoas Schilling2021-10-221-3/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Fix loading order for OCS endpointsVincent Petry2020-12-101-3/+6
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-1/+1
* Remove the matching on ancient /ocs routesRoeland Jago Douma2020-10-311-32/+5
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Fix invalid usage of \Exception::getResultChristoph Wurst2020-06-161-1/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* 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