-
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
[QA][OCM] no notification when receiving a federated share #10718
Comments
Partial Fixes: owncloud/ocis#10718
There is still no notification for received federated share. Screencast.from.20-1-25.10.03.05.+0545.webm |
@2403905 as discussed yesterday. Just finish what you already started. We currently do NOT need notifications for federated shares but should be prepared when someone requests it. |
While it won't be in the 7.1 release (too late to include), I think it's important enough to be implemented as soon as possible. There are quite a bunch of UX problems at the moment:
Right now, it seems to me there is a required "offline communication": the sender needs to tell the receiver that he will share a file with him, and this communication needs to happen outside of ownCloud (via email, chat, call, etc). |
Based on API the communications between provider and recipient going through the The notification endpoint is not implemented. I'm working on ocm unshare that will uses a notification endpoint https://github.com/owncloud/enterprise/issues/7075 |
Describe the bug
When a file or folder is shared with a local user, this user receives a notification.
The same should happen with a remote user, receiving a federated share.
Steps to reproduce
Setup two machines with e.g.
env OCIS_DNSNAME=cat-7rc3-DATE OCIS_VERSION=v7.0.0-rc.3 ./deploy_ocis_bare_metal.sh
env OCIS_DNSNAME=elf-7rc3-DATE OCIS_VERSION=v7.0.0-rc.3 ./deploy_ocis_bare_metal.sh
mutually register the machines in their ocmproviders.json; service ocis restart
Alice creates a folder and uploads an mp4 file there.
Alice shares the folder with local user bob and with external user carol with edit permission.
Bob receives a notification. OK
Carol does not get any notification. BAD.
Expected behavior
Actual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Additional context
Add any other context about the problem here.
@hodyroff fyi.
The text was updated successfully, but these errors were encountered: