Copy file to received shared file
Open
@phil-davis is already working on this.
Since Dec 13, 2023.
feature:sharing
Type:Bug
- Dominant language
- PHP
- Stars
- 8.8k
- Forks
- 2.1k
- Avg merge
- 20h 7m
- Merged PRs (30d)
- 41
Description
Steps to reproduce
- Alice creates a file "test.txt" with content "original text"
- Alice shares the file with Brian
- Brian creates a file "new.txt" with content "new text"
- Brian copies "new.txt" to "test.txt"
Expected behaviour
Both Alice and Brian see that "test.txt" has the content "new text"
Actual behaviour
Brian now has "test.txt" has the content "new text"
The share from Alice to Brian is in the declined state
Alice has "test.txt" has the content "original text"
When Brian accepts the declined share from Alice, then Brian sees "test (2).txt" with content "original text"
Server configuration
Current oC10 core master
See PR #40308 for the test scenario(s)
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.
Assessment
This issue has not been assessed yet.