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
Public Links shares are not yet being deleted when they expire, instead, they're not being returned from the API call. This means you can still access a publicly shared resource as long as you keep the URL. This is a bug.
Alex Unger commented: This has been reworked into cs3org/reva#1361
The approach followed is to tackle public share deletion directly on the shares manager instead of the grpc service to spare API calls to delete shares.
Disclaimer: all managers (json + memory) need to be updated, since memory is not used, from this point on, any new public share manager implementation MUST delete shares on list to prevent them to be on the response, and cleanup the "database".
exalate-issue-syncbot
changed the title
Delete expired Public Shares
[Reva] Delete expired Public Shares
Dec 9, 2020
Public Links shares are not yet being deleted when they expire, instead, they're not being returned from the API call. This means you can still access a publicly shared resource as long as you keep the URL. This is a bug.
Useful information:
Transcript from @PVince81:
The text was updated successfully, but these errors were encountered: