Skip to content
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

[OCM] no notification for federated share removed event #11042

Open
prashant-gurung899 opened this issue Feb 21, 2025 · 0 comments
Open

[OCM] no notification for federated share removed event #11042

prashant-gurung899 opened this issue Feb 21, 2025 · 0 comments
Labels

Comments

@prashant-gurung899
Copy link
Contributor

Describe the bug

When access to a federated shared file/folder is removed, no notification gets triggered in in-app and email both.
Similar to: #10718

Steps to reproduce

  1. Create federated connection between user Alice at LOCAL server and user Brian at REMOTE server.
  2. As user Alice, create a folder toShare and share it to user Brian at REMOTE.
  3. As user Alice, remove access of user Brian from the folder toShare.
curl "https://localhost:10200/ocs/v2.php/apps/notifications/api/v1/notifications?format=json" \
-u brian:root -vk | jq 

Expected behavior

Expected to get notification related to Resource unshared

Actual behavior

Brian gets no notifications related to Resource unshared.

{
  "ocs": {
    "meta": {
      "message": "",
      "status": "",
      "statuscode": 200
    },
    "data": null
  }
}
OcmResourceUnshared.webm

Details

Infinite Scale 7.1.0-rc.4+d19378cd8b Community
ownCloud Web UI 11.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant