aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/FilesPluginTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-281-117/+156
* chore: Add SPDX headerAndy Scherzinger2024-05-281-33/+4
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-0/+3
* Fix Sabre connector testCôme Chilliet2023-02-071-2/+2
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-201-13/+13
* Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-2/+5
* Expose DAV:creationdate for propfind/proppatchJulius Härtl2021-11-291-1/+14
* Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-221-13/+13
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-14/+14
* Add visibility to all constantsChristoph Wurst2020-04-101-11/+11
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-13/+13
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-18/+18
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-7/+8
* Fix fileplugintestRoeland Jago Douma2019-11-271-0/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+2
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-1/+2
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-57/+0
* Update license headersMorris Jobke2017-11-061-0/+3
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-6/+8
* Use ::class in test mocksMorris Jobke2017-10-241-9/+15
* Fix unit testJoas Schilling2017-06-071-4/+5
* Properly handle missing READ permissionVincent Petry2017-04-271-5/+50
* Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-0/+63
* Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-2/+0
* Remove unused $view from FilesPlugin (#26549)Vincent Petry2016-11-141-13/+1
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-2/+4
* Upload autorename on client sideVincent Petry2016-11-021-81/+0
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-2/+83
* FilesHome now also returns DAV propertiesVincent Petry2016-09-261-52/+0
* [master] DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-291-2/+4
* add dav property to check if a file has a preview availableRobin Appelman2016-07-271-1/+43
* Fix apps/Joas Schilling2016-07-211-3/+4
* Fix PHPUnit 5.4 warnings in DAV appRoeland Jago Douma2016-07-151-3/+9
* DAV now returns file name with Content-Disposition headerVincent Petry2016-06-091-1/+65
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-061-22/+38
* Update license headersLukas Reschke2016-05-261-0/+2
* Update DAV unit tests to PSR-4Joas Schilling2016-05-251-0/+469