You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User does not get email notification when a resource is unshared.
Steps to reproduce
Alice creates a resource textfile.txt
share the resource to Brian using command curl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=0&path=/testfile.txt&permission=3&shareWith=brian' -u alice:123456
nirajacharya2
changed the title
mail about deleting access to share/space
sharee does not recive a mail notification when sharer unshares a resource
Jun 27, 2023
nirajacharya2
changed the title
sharee does not recive a mail notification when sharer unshares a resource
sharee does not receive a mail notification when sharer unshares a resource
Jun 29, 2023
According to #6636 (comment) this is not an issue but a feature request. Closing this for now. If someone wants this feature it can be defined later like other notifications related unimplemented features #6649 (comment)
Describe the bug
User does not get email notification when a resource is unshared.
Steps to reproduce
Alice
creates a resourcetextfile.txt
Brian
using commandcurl -kv -X POST https://localhost:9200/ocs/v1.php/apps/files_sharing/api/v1/shares -d 'shareType=0&path=/testfile.txt&permission=3&shareWith=brian' -u alice:123456
Brian
accepts the shareAlice
unshares the resourceExpected behavior
Brian
should receive a mail notification when resource is unshared byAlice
Actual behavior
Brian
does not get any mail notification when the resource is unshared.Setup
email server used: inbucket
Ocis : latest master
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: