Salvatore Martire

Results 15 issues of Salvatore Martire

## Summary This branch contains changes related to implementing the path-based FS setup for MountProviders in apps shipped within the server. The branch is part of this set of branches:...

2. developing

## Summary Sabre has an interface `INodeByPath` that allows nodes to fetch a specific node by its path. This was not implemented in our `Directory` class, leading to any file...

3. to review
performance 🚀

* Resolves: #54088 ## Summary Adds `OC-Permissions` and `OC-OwnerId` headers to the response of PUT DAV requests. Documentation update: https://github.com/nextcloud/documentation/pull/13525 ## Checklist - Code is [properly formatted](https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/continuous_integration.html#linting) - [Sign-off message](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)...

enhancement
3. to review

### Description Relates to https://github.com/nextcloud/server/pull/54542 Adds documentation for newly added headers `OC-OwnerId` and `OC-Permissions` when uploading a file. ### 🖼️ Screenshots

enhancement
3. to review

## Description This PR introduces a new `beforePropertyResolution` event, to allow Plugins to slice and filter the paths for which properties are loaded during an HTTP PROPFIND request, in a...