-
Notifications
You must be signed in to change notification settings - Fork 2.1k
On mount make sure multiple shares with same target map to unique ones #23937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
By analyzing the blame information on this pull request, we identified @icewind1991, @MorrisJobke and @schiesbn to be potential reviewers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
array $mountpoints? :)
|
@LukasReschke fixed :) |
|
👍 |
|
Tested and works 👍 |
|
Code looks good 👍 |
|
has conflicts @rullzer |
Was in the intergration test file => resolved... |
|
@DeepDiver1975 please merge :) |
Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
|
We need to backport this to OC 9.0 to fix the regression there too: #25244 I'll prepare the PR |
#23937) Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests
|
stable9: #25248 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I found this while migrating the sharedStorage.
I think this is the result of recent moving around of stuff. But we did not notice because there was no testing for it. (not with 2 incomming shares). Works fine in 9.0 as far as I can tell.
Scenario:
Before: show only the 'foo' from user1
After: show both.
CC: @schiesbn @icewind1991 @nickvergessen @MorrisJobke