Skip to content
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

Incorrect share identifier for reshares #22298

Closed
rullzer opened this issue Feb 10, 2016 · 2 comments · Fixed by #22305
Closed

Incorrect share identifier for reshares #22298

rullzer opened this issue Feb 10, 2016 · 2 comments · Fixed by #22305

Comments

@rullzer
Copy link
Contributor

rullzer commented Feb 10, 2016

See #22285

Basically since we still use the old endpoint (ajax/share.php) to obtain the list of shared info for the current directory we can no longer get reshares correctly. Since that uses the old sharing code that has no idea about how to handle flat reshares.

This means:

  1. user1 shares foo with user2
  2. user2 shares foo by link

Now user2 does not see the corect share indicator in the webUI.

A possible fix would be to move the listing over to the OCS endpoint now. This is slightly less efficient (more data is transfered). But it is at least complete.

CC: @PVince81 @schiesbn

@rullzer
Copy link
Contributor Author

rullzer commented Feb 11, 2016

PR with start of a solution in #22305

@rullzer rullzer self-assigned this Feb 11, 2016
@lock
Copy link

lock bot commented Aug 6, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant