summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/FilesPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-09-181-6/+10
* don't preload metadata for the sub-childenRobin Appelman2023-09-181-1/+1
* preload all requested metadataRobin Appelman2023-08-081-58/+53
* expose gps data via webdavtobiasKaminsky2023-08-081-0/+22
* Migrate metadata as JSON to value as STRINGLouis Chemineau2023-04-031-1/+1
* Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-211-0/+9
* Do not set up filesystem on every callAnna Larch2023-02-171-9/+0
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-4/+2
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-5/+5
* WebDAV - use file/folder name for dav:displaynameDariusz Olszewski2022-10-101-0/+17
* Add nc:share-attributes Webdav propertyVincent Petry2022-07-281-0/+6
* Fix more psalm issuesCarl Schwan2022-05-161-2/+2
* Cleanup davCarl Schwan2022-05-051-61/+20
* Fix an issue with the search backend updateCarl Schwan2022-04-141-3/+3
* Add a metadata service to store file metadataCarl Schwan2022-04-131-0/+53
* Merge pull request #25747 from nextcloud/XAccelBufferingblizzz2022-04-071-0/+1
|\
| * Add X-Accel-Buffering header to downloadsUnpublished2022-01-171-0/+1
* | add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier2022-03-191-1/+20
|/
* Expose DAV:creationdate for propfind/proppatchJulius Härtl2021-11-291-0/+14
* Allow to fetch the creation time of foldersJulius Härtl2021-11-231-6/+3
* Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-221-3/+23
* 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
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-2/+0
* Add visibility to all constantsChristoph Wurst2020-04-101-22/+22
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-21/+21
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-7/+7
* hookup creation and upload time into davRobin Appelman2019-11-131-0/+18
* Add note to dav endpointtobiasKaminsky2019-02-271-0/+8
* look for correct OCM permissionsBjoern Schiessle2018-07-021-0/+38
* Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-50/+4
* Update license headersMorris Jobke2017-11-061-0/+2
* add propfind to detect encryption statusBjoern Schiessle2017-08-281-1/+7
* Fix sabre testRoeland Jago Douma2017-08-011-3/+5
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-3/+3
* Stricter phan config fixesLukas Reschke2017-08-011-5/+3
* Allow dir-listing also when one child is blocked by access controlJoas Schilling2017-05-261-0/+6
* fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+6