nextcloud / nextcloud/server

[feature] Linked folders and files (similar to hard / soft link functionality)

Open
#50,048 1 comment 9 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement feature: filesystem hotspot: filename handling
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

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.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Problem description

I am administrating a NC instance with more than 1k users. When sharing data between different sub-communities, it has to be duplicated, which has two major disadvantages.

1 - Duplicates eat up storage space.
2 - Modified content needs to be versioned manually. This creates a large and unnecessary overhead.

This issue relates to past requests for deduplication and linking (e.g. #21560, #25562 and #19948).

Solution suggestion

A native way to make folders and files appear as linked, similar to federated folders. A reference could be the ownCloud implementation. The ownCloud instance at my workplace does indeed allow me to place shared folders and files into my own user space.

Alternatives considered

Currently, the only workarounds I have seen is the creation of links using URLs (URL files), or links in an overview document.

Additional context

Every file system supports linking in one or another other way, and every OS provides this feature to their users. Thus, every user will expect this feature from a cloud FS. If not present, it is perceived as a missing feature and a software shortcoming.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the related issues #21560, #25562, and #19948, then compare the referenced ownCloud behavior. The issue names no implementation entry point, tests, or acceptance criteria; the work would need to define how linked folders and files avoid duplication while keeping shared modifications consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.