aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector/Sabre/FilesPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* fix(Federation): Show some icon for federated users on sharesfenn-cs2024-11-091-0/+7
* fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+3
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-5/+5
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* fix(dav): Pre-check if node can be copied or moved in DAV files pluginFerdinand Thiessen2024-08-281-38/+70
* feat: Delegate is-encrypted handling to the e2ee appLouis Chemineau2024-08-261-6/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-2/+2
* fix(dav): Ensure share properties are also set on public remote endpointFerdinand Thiessen2024-08-121-5/+2
* chore: remove chunking-v1Robin Appelman2024-06-191-9/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-271-31/+4
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-021-1/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-6/+2
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-0/+11
* Use FileInfo's metadata for hidden propLouis Chemineau2023-12-191-3/+3
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* metadata must be set as editable for PROPPATCHMaxence Lange2023-11-141-44/+110
* Hide .mov for live photosLouis Chemineau2023-11-091-0/+7
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-72/+55
* IFilesMetadataMaxence Lange2023-11-071-1/+8
* only triger metadata preload logic when at least one metadata is requestedRobin Appelman2023-08-141-6/+10
* don't preload metadata for the sub-childenRobin Appelman2023-08-141-1/+1
* preload all requested metadataRobin Appelman2023-08-071-58/+53
* expose gps data via webdavtobiasKaminsky2023-08-041-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