-
Notifications
You must be signed in to change notification settings - Fork 0
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
sharing with non-existing remote group or user fails silently #18
Comments
I'll test whether this also happens with our app not installed |
I think we should look at how NC handles it and do the same. As far as I remember from staring at NC code, they don't care if the group exists or even after a group is removed, the share still lives on and if the server admin adds the group again, it's like the share was always there for the members of that group that had accepted that share. I agree with this behavior as well. |
So first step I think is to check this behavior on NC if @michielbdejong agrees. |
it seems the value of the oc-opencloudmesh/opencloudmesh/lib/FederatedFileSharing/AbstractFederatedShareProvider.php Line 295 in 1b3eeb6
|
ℹ It seems it is a bug in the Owncloud itself. |
this is the full log of the process to share a file on the sender side: sender at first step call API call: then it tries to call: array (\n 'ocs' => \n array (\n 'meta' => \n array (\n 'status' => 'failure',\n 'statuscode' => 400,\n 'message' => 'User does not exist',\n 'totalitems' => '',\n 'itemsperpage' => '',\n ),\n 'data' => \n array (\n ),\n ),\n) as you can in the previous code that I mentioned in my comment there is a mismatch between the actual result and the expected result in the core code.
|
❓ is it our priority to solve the core issues? |
ℹ |
🔴 please apply these steps on your codespace and let me know the result. 1- ./scripts/clean.sh |
I performed the test on the pure owncloud by these steps: 1- run and then I shared a file from oc1.docker to |
So I labeled this Issue as BLOCKED. because it seems this issue is based on the Owncloud's bug and we should prioritize it again. |
To einstein it looks like welcome.txt can be shared with supposed remote user or group
[email protected]
I think this should produce an error 'remote user/group does not exist'
The text was updated successfully, but these errors were encountered: