aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/ObjectTree.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+38
* Do not set up filesystem on every callAnna Larch2023-02-171-38/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-9/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Improved logging of smb connection errorsRobin Appelman2018-07-031-1/+1
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Fix testsRoeland Jago Douma2017-12-041-1/+1
* A failed storage is a not available storageRoeland Jago Douma2017-12-041-0/+5
* Update license headersMorris Jobke2017-11-061-1/+1
* cache nodes from search resultsRobin Appelman2017-08-261-5/+1
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-3/+3
* Remove ObjectTree::move and let is use the IMoveTarget approach insteadVincent Petry2017-04-261-98/+0
* Storage 503 message improvementsVincent Petry2016-10-241-1/+1
* UPDATE permissions qualify for renaming a nodeJoas Schilling2016-09-071-5/+10
* Only require CREATE permissions when the file does not exist yetJoas Schilling2016-09-071-2/+11
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+5
* fix error messageBjoern Schiessle2016-06-301-1/+1
* Add proper throws PHP docsLukas Reschke2016-06-301-2/+13
* Add required $message parameterLukas Reschke2016-06-301-2/+2
* add some additonal permission checks to the webdav backendBjoern Schiessle2016-06-301-1/+16
* Better handling of forbidden files in davRobin Appelman2016-06-071-0/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+297