-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To improve the performance of the file system, we introduced a new API to prevent loading all of a user mount points on every request. As Collectives is a mount provider, it would be nice if it implemented the new API. The API consists only in one new method similar to getMountsForUser but limited to a given path.
- Overview of the project: Path specific file sytem setup server#54562
- The new interface: https://github.com/nextcloud/server/blob/master/lib/public/Files/Config/IPartialMountProvider.php
- Implementation in other apps:
max-nextcloud
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request