nextcloud / nextcloud/server

Add a file conflict dialog to permit copying/moving folders that contain overlapping files

Open
#33,719 14 comments 11 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop design enhancement feature: files hotspot: filename handling
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

I don't know exactly if this a bug or a feature yet to be added. But I see this issue.

With the WebUI or mobile apps it's not possible to "merge" two folders of same name into each other.

For example moving "Downloads" and it's contents into "Somefolder/Downloads" where a folder named Downloads already exists and merging the two folders, prompting to merge subfolders and asking if files of same name should be replaced or not.

Currently this does not work. Meaning if a user has a lot of similar named folders and would like to move each of their contents into one giant folder they'd have to do so manually.

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 reproducing the behavior through the WebUI or mobile apps, moving a folder into an existing folder with the same name. Trace the server-side file move or copy flow and identify where folder and file conflicts are rejected. Done means users can merge folders and choose how same-name files are handled.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.