-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
I have a nextcloud server with 2 accounts: account1 and account2.
account1 files structure:
/private
/private/photos
/common
account2 files structure:
/documents
I would like account1 to:
- be able to create some kind of reference to the folder
/private/photosinside/common:
/private
/private/photos
/common
/common/photos -> /private/photos
- be able to share the folder
/common, so thataccount2sees the shared foldercommoninside which they can click on the folder referencephotosand be redirected to the folderphotos(with proper access control checks)
Describe alternatives you've considered
I didn't find any alternative
Additional context
To start with, maybe we could get rid of access control checks and simply consider that when a folder is shared, the folder references inside it inherit the access controls of the shared link
This has to be nextcloud-native because ideally the behavior is replicated in the app: when acocunt2 uploads a file to common/photos, it gets uploaded to account1//documents/private/photos
Maybe this référence could be directly translated to a symbolic link on the underlying filesystem, when compatible
Metadata
Metadata
Assignees
Labels
Type
Projects
Status