-
Notifications
You must be signed in to change notification settings - Fork 159
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
Delete Resharing from the code base #10771
Comments
We already removed all the functionality regarding resharing. The only remaining things I can think of are:
Am I missing something? |
Then we can close it :-) |
Okay, then let's leave it open for the remaining two tasks, I'll add them to the list above. There is one thing not checked: |
Web doesn't need the resharing capability anymore then, but it needs to stay server side as long as other clients rely on it. Needs to be checked. |
We couldn't remove it as web defaulted to
Don't understand. The server doesn't know any more what resharing is. |
Me neither 😄 I guess it can be checked then since both the Web client and the server don't know anything about resharing anymore. |
Well, server needs to announce resharing=false (hardcoded) until all clients are able to delete it (or default to false). |
Since there is nothing to do here any more I close this. Feel free to reopen if you feel you still need this ticket |
Let's keep the issue open so we keep track on the 2 remaining tasks in Web. |
resharing feature is not supported anymore: https://github.com/owncloud/docs-ocis/pull/739/files#diff-04cd79e526c8a7f0162d8fc5bc5fa8c501fe9e5899024268837c05a74349b26cR148-R149
tests/acceptance/features/apiReshare/resharing.feature
OCIS_ENABLE_RESHARING
resharing=false
Web
cc @kobergj @saw-jan
The text was updated successfully, but these errors were encountered: