aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/CardDavContext.php
Commit message (Collapse)AuthorAgeFilesLines
* perf: skip request without write permissionDaniel Kesselberg2023-06-191-0/+61
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+11
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Adjust integration tests to new guzzleRobin Appelman2018-02-091-13/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use clearer name setUpScenarioPhil Davis2017-02-211-1/+1
| | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-101-5/+7
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't set Content-Disposition header if one already existsLukas Reschke2016-12-141-0/+111
| | | | | | | | If a Content-Disposition header is already set by another plugin we don't need to set another one as this breaks clients. Fixes https://github.com/nextcloud/server/issues/1992 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update with robinJoas Schilling2016-07-211-2/+4
|
* Fix issues in CardDavJoas Schilling2016-03-111-3/+13
|
* Hides nodes from listing that the user has no access toLukas Reschke2016-02-291-0/+193