We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
admin creates a space and shares the space to marie. marie gets sharing and disabling notifications when listing.
curl -u marie:radioactivity -X GET "https://localhost:9200/ocs/v2.php/apps/notifications/api/v1/notifications?format=json" -vk
{ "ocs": { "meta": { "message": "", "status": "", "statuscode": 200 }, "data": [ { "notification_id": "a6bbc743-8ba7-4164-ae4d-705977c9acd2", "app": "userlog", "user": "admin", "datetime": "2025-01-29T09:14:15.990933157+05:45", "object_id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17", "object_type": "storagespace", "subject": "Space shared", "subjectRich": "Space shared", "message": "Admin added you to Space a", "messageRich": "{user} added you to Space {space}", "messageRichParameters": { "space": { "id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17!2f633f78-f43a-4eb4-91d8-a03139382f17", "name": "a" }, "user": { "displayname": "Admin", "id": "1fd5be0e-c6b8-43e5-8682-aa6a07dab275", "name": "admin" } } }, { "notification_id": "6edcc70e-9198-4eb3-a1ba-0ce842af41e6", "app": "userlog", "user": "admin", "datetime": "2025-01-29T09:14:21.368952709+05:45", "object_id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17", "object_type": "storagespace", "subject": "Space disabled", "subjectRich": "Space disabled", "message": "Admin disabled Space a", "messageRich": "{user} disabled Space {space}", "messageRichParameters": { "space": { "id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17!2f633f78-f43a-4eb4-91d8-a03139382f17", "name": "a" }, "user": { "displayname": "Admin", "id": "1fd5be0e-c6b8-43e5-8682-aa6a07dab275", "name": "admin" } } } ] } }
if admin deletes the space only the space deleted notification is present and other notifications are deleted
{ "ocs": { "meta": { "message": "", "status": "", "statuscode": 200 }, "data": [ { "notification_id": "d2411b6e-d081-4814-829e-e5f16fe1be84", "app": "userlog", "user": "admin", "datetime": "2025-01-29T09:18:24.148634111+05:45", "object_id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17", "object_type": "storagespace", "subject": "Space deleted", "subjectRich": "Space deleted", "message": "Admin deleted Space a", "messageRich": "{user} deleted Space {space}", "messageRichParameters": { "space": { "id": "cc537348-8405-462e-94e6-0304d9e8088d$2f633f78-f43a-4eb4-91d8-a03139382f17", "name": "a" }, "user": { "displayname": "Admin", "id": "1fd5be0e-c6b8-43e5-8682-aa6a07dab275", "name": "admin" } } } ] } }
i don't know if this is the expected behavior.
A clear and concise description of what happened.
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
ownCloud Web UI 11.1.2 Infinite Scale 7.1.0-rc.3+0a25063cd6 Community
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
CC @kobergj @2403905
Sorry, something went wrong.
No branches or pull requests
Describe the bug
admin creates a space and shares the space to marie. marie gets sharing and disabling notifications when listing.
if admin deletes the space only the space deleted notification is present and other notifications are deleted
Steps to reproduce
Expected behavior
i don't know if this is the expected behavior.
Actual behavior
A clear and concise description of what happened.
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.
The text was updated successfully, but these errors were encountered: