[feature] More friendly failure management when uploading a lot of files
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Related problems
I'm trying to upload a huge directory with many files and subdirectories to nextcloud. And I find in the log, that some of the files failed to be uploaded, because of some exceptions. But it's really hard to figure out which files failed exactly.
Describe the solution you'd like
I hope nextcloud could add a feature that list all the failure happened when uploading (with file name, path, failure type, etc.), and add a button for retry.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by tracing the existing large-directory upload flow and how upload failures reach the user interface; define the failure list, displayed details, and retry behavior before choosing an implementation path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- cloud, full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100