-
Notifications
You must be signed in to change notification settings - Fork 197
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
moveShareInsideAnotherShare behaves differently on oCIS than oC10 #3047
Comments
A share receiver tries to move the whole of a received share inside another received share. On oC10 that is not allowed, and a |
A share receiver moves a whole received share out of the oCIS currently implements a kind of "Share Jail" where the received shares have to stay in the Update: this scenario has been skipped on oCIS. |
A user tries to move a local folder of theirs into the Update: this scenario has been skipped on oCIS. |
This one fails because the first Update: this scenario has been skipped on oCIS. |
core PR owncloud/core#39728 refactors these tests. I will update here after that is merged. |
Trying to move a local folder into a received share results in a 501. It should give a 201 and work. |
Brian tries to move a received shared folder out of |
Fixed in cs3org/reva#4443 |
core PR owncloud/core#39724 added new test scenarios that test moving one share inside another share. They were made to add test coverage of the types of things described in core issue owncloud/core#39000
When these are run on oCIS, some of them fail: https://drone.owncloud.com/owncloud/ocis/8983/25/6
so the behavior on oCIS is different to on oC10.
The differences need to be investigated and decided which ones need fixing on oCIS, and which ones need tests adjusted. I will post the results of each test scenario below.
Update: after refactoring the tests, the failing scenarios are now https://drone.owncloud.com/owncloud/ocis/8993/25/6
The text was updated successfully, but these errors were encountered: