aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/Node.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-4/+7
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-0/+4
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-2/+1
* fix: Use passed LazyFolder when building sabre nodesJulius Härtl2023-02-171-1/+2
* Fix psalm errorsCôme Chilliet2023-02-071-3/+7
* Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-071-0/+1
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-9/+2
* Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-5/+1
* Review comment - remove redundant empty() callDariusz Olszewski2022-10-101-1/+1
* Read notes from share already loaded into memoryDariusz Olszewski2022-10-071-15/+11
* Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-301-3/+3
* Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-291-33/+3
* Multiple fixesCarl Schwan2022-07-311-2/+8
* Add nc:share-attributes Webdav propertyVincent Petry2022-07-281-0/+20
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-5/+9
* save filesystem node in dav nodeRobin Appelman2022-04-061-0/+21
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-111-14/+1
* Prevent writing invalid mtimeJohn Molakvoæ2021-12-071-0/+5
* always allow dav move for movable mount rootRobin Appelman2021-08-271-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Update share type constant usageJoas Schilling2020-06-241-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
|/
* Update license headersChristoph Wurst2019-12-051-1/+4
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+1
* hookup creation and upload time into davRobin Appelman2019-11-131-0/+8
* throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
* Update apps/dav/lib/Connector/Sabre/Node.phpChristoph Wurst2019-03-041-1/+1
* Add note to dav endpointtobiasKaminsky2019-02-271-0/+31
* Fix getting ocs share permissions if a storage is not availableRobin Appelman2018-07-181-5/+8
* External mount does not get DELETE and UPDATE if readonlyRoeland Jago Douma2018-05-011-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-0/+14
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-0/+3
|\
| * Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-021-0/+3
* | Update license headersMorris Jobke2017-11-061-0/+1
|/
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-2/+2
* Enforce type hints in dav appMorris Jobke2017-05-041-1/+3
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-2/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+3
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-061-0/+4
* Update license headersLukas Reschke2016-05-261-1/+3
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+348