aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Directory.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-4/+0
* reuse l10n and request in dav folder listingRobin Appelman2023-09-041-4/+10
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-08-181-0/+3
* only get logger when needed in sabre/directoryRobin Appelman2023-08-181-9/+8
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-0/+1
* fix: Use proper path for quota fetchingJulius Härtl2023-03-061-1/+7
* fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+0
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-31/+44
* Do not set up filesystem on every callAnna Larch2023-02-171-44/+31
* Use public IAppManager instead of OC_AppCarl Schwan2022-11-231-1/+1
* Add an hint about reasons why files can't be accessedCarl Schwan2022-10-271-1/+5
* Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
* Cleanup davCarl Schwan2022-05-051-19/+6
* add logging of failed quota infoRobin Appelman2022-04-221-0/+6
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+5
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-2/+2
* save filesystem node in dav nodeRobin Appelman2022-04-061-1/+8
* dont re-query fileinfo when getting dav quotaRobin Appelman2022-03-281-2/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* 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