-
Notifications
You must be signed in to change notification settings - Fork 7
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
Specify activities for relevant storage operations #183
Comments
As discussed in the meeting between me and @csarven, we would add an implementation guidance for We need this because GET requests can be handled by HTTP intermediaries, whereas all write requests are always sent back to the origin server. |
Just be careful that |
If you want to support |
The context of this was audit functionality, so you are right this would be available to storage owner (or auditors who are given access to notifications but not contents/diffs). It is just that we do not want to shut off that possibility, even if we do not specify it right now. I think read will be allowed using a filter (just that it is "unfiltering"). |
Besides that, In the case of |
@joachimvh Can you point us to where this code resides in CSS? |
The For example, this line causes the |
@joachimvh does CSS allow creating notification channels for If it does not I think an |
CSS does no existence checks on a resource when trying to subscribe, so yes. The only check is if you have read permissions on the resource, so if the The Note that CSS only sends |
Thank you @joachimvh I see at least two other issues relevant to what we discussed here:
You are very welcomed to provide feedback there as well. |
Based on the table in solid/web-access-control-spec#85 (comment)
Also keeping in mind as a reference: https://communitysolidserver.github.io/CommunitySolidServer/6.x/usage/notifications/#notification-types
as:Update
(except updates to ldp:contains addressed by Create and Remove)as:Add
on the parent, since the newly created resource couldn't have been atopic
of an existing channelas:Delete
when the deleted resource was thetopic
as:Remove
when the parent container was thetopic
@joachimvh in what case CSS sends
as:Create
notifications?The text was updated successfully, but these errors were encountered: