aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/FilesReportPluginTest.php
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-13/+13
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-60/+60
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-4/+4
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-6/+6
* Use dependency injection for app managerMorris Jobke2019-03-131-1/+10
* Update license headersMorris Jobke2017-11-061-0/+2
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-6/+7
* Use ::class in test mocksMorris Jobke2017-10-241-23/+31
* Properly handle missing READ permissionVincent Petry2017-04-271-0/+6
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-141-1/+0
* Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-201-11/+35
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-10/+29
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-1/+10
* Fix apps/Joas Schilling2016-07-211-3/+4
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-151-14/+46
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-1/+2
* Update license headersLukas Reschke2016-05-261-0/+1
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+611