You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
user1 shares foo with user2
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.
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:
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
The text was updated successfully, but these errors were encountered: