-
Notifications
You must be signed in to change notification settings - Fork 189
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
Trash bin does not work #47
Comments
Closed
func (s *svc) ListRecycle(ctx context.Context, req *gatewayv0alphapb.ListRecycleRequest) (*storageproviderv0alphapb.ListRecycleResponse, error) {
// TODO(labkode): query all available storage providers to get unified list as the request does not come
// with ref information to target only one storage provider.
res := &storageproviderv0alphapb.ListRecycleResponse{
Status: status.NewUnimplemented(ctx, nil, "ListRecycle not yet implemented"),
}
return res, nil
} |
a problem with the trashbin arose: phoenix and other clients need to construct a Destination url. They seem to assume the dav/files/ structure. I got this in the browser:
EDIT: hm the dav/trash-bin handler might rewrite the Destination header in the ocdav endpoint |
list & undelete & purge fixed by cs3org/reva#370 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reported in #45
The text was updated successfully, but these errors were encountered: