summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Directory.php
Commit message (Expand)AuthorAgeFilesLines
* Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-0/+3
* Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
* also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* use storage copy implementation when doing dav copyRobin Appelman2020-11-241-2/+24
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Do not include mountpoints when calculating quota usage on WebDAVJulius Härtl2020-04-241-1/+2
* Format code according to PSR2Christoph Wurst2020-04-101-2/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-5/+5
* only allow a single concurrent dav write to a fileRobin Appelman2018-04-261-1/+10
* keep previous exception when transforming to dav exceptionRobin Appelman2018-02-071-3/+3
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-1/+1
* Enforce type hints in dav appMorris Jobke2017-05-041-1/+3
* Add commentVincent Petry2017-04-271-0/+2
* Properly handle missing READ permissionVincent Petry2017-04-271-0/+11
* Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-261-4/+8
* Accept moving FutureFile into a DirectoryVincent Petry2017-04-261-0/+6
* Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry2017-04-261-4/+110
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-3/+4
* Better handling of forbidden files in davRobin Appelman2016-06-071-0/+2
* Update license headersLukas Reschke2016-05-261-2/+3
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+310