aboutsummaryrefslogtreecommitdiffstats
path: root/ocs
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-4/+4
* 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-133-67/+9
* 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
* Check style updateCarl Schwan2022-01-131-1/+1
* Return 500 and the exception message (on debug) on OCSJoas Schilling2021-10-221-3/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-3/+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-053-5/+6
* 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-122-0/+2
* Update license headersMorris Jobke2017-11-062-1/+2
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-4/+4
* Suppress deprecated function in \OCP\JSONLukas Reschke2017-08-011-1/+1
* PrivateData to appRoeland Jago Douma2017-07-211-69/+0
* 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
* Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-8/+0
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-063-3/+3
* Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-281-73/+0
* Move /config over to Core OCSControllerRoeland Jago Douma2016-08-181-8/+0
* Move /cloud/user to Core appRoeland Jago Douma2016-08-091-8/+0
* Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-7/+0
* Catch LoginExceptionRoeland Jago Douma2016-07-221-0/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-214-6/+13
* 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
* remove unused parameterBjoern Schiessle2016-07-141-1/+1