[tests-only] Add scenarios demonstrating access directly to the Shares folder#39059
Merged
phil-davis merged 1 commit intomasterfrom Jul 27, 2021
Merged
[tests-only] Add scenarios demonstrating access directly to the Shares folder#39059phil-davis merged 1 commit intomasterfrom
phil-davis merged 1 commit intomasterfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
ScharfViktor
approved these changes
Jul 27, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Description
The related issue discusses how OCIS behaves when a user tries to write directly to the
Sharesfolder (where received shares are seen). ownCloud10 allows the user to write "ordinary files and folders" to the "Shares" folder. Those end up in the "Shares" folder along with received shares.We don't currently have scenarios that explicitly demonstrate this behavior of ownCloud10. This PR adds a short set of scenarios demonstrating how the "feature" behaves.
It is tagged
notToImplementOnOCISbecause we know that OCIS behaves differently (and will probably continue to be different) - the "Shares" folder is more like a "jail for shares", and the share receiver can't pollute it with their own random files and folders. We can add some tests to OCIS to demonstrate the OCIS behavior.Related Issue
owncloud/ocis#2319
How Has This Been Tested?
CI
Types of changes
Checklist: