summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/RequestTest
Commit message (Collapse)AuthorAgeFilesLines
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-2/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0410-10/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Adjust to parent implementationJoas Schilling2020-06-081-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Translate the maintenance mode message in webdavMorris Jobke2020-05-061-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19325 from nextcloud/dependachristoph/composer/sabre-4.0Roeland Jago Douma2020-03-301-1/+1
|\ | | | | Update Sabre (and friends) to 4.0
| * RequestTestCase: Default type for headers needs to be arrayGeorg Ehrke2020-03-271-1/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \ | |/ |/| Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-161-1/+2
|\ | | | | Load apps dav plugins on the old webdav route
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-041-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update license headersChristoph Wurst2019-12-0510-10/+12
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsRoeland Jago Douma2018-11-042-20/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-065-3/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-242-2/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-062-0/+52
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-181-1/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused use statementsMorris Jobke2017-04-224-11/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-201-0/+2
| | | | | | | | * Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Introduce an event for first time login based on the last login time stampThomas Müller2016-11-141-0/+1
| | | | | | | | | | | | Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-1/+2
|
* Update with robinJoas Schilling2016-07-219-9/+9
|
* Fix apps/Joas Schilling2016-07-219-19/+28
|
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-152-2/+6
| | | | * getMock is deprecated
* add test for deleting ghost files over davRobin Appelman2016-06-031-0/+59
|
* Update license headersLukas Reschke2016-05-268-3/+8
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-258-0/+770