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
@JammingBen the issue is still reproducible in the current latest OC and encryption master branch.
For curl -X GET http://172.17.0.1/core1/ocs/v1.php/apps/files_sharing/api/v1/shares -u admin:admin -H 'OCS-APIREQUEST: true' -v
The response is:
Description
user1
anduser2
have a file with nametestFile.txt
user1
sharestestFile.txt
withuser2
user1
gets all the shares shared by him,testFile (2).txt
is in the responseWhen
encryption
app is not enabled, or master-key encryption is enabled,testFile.txt
is in the response, which is the correct response.The Same behavior is noticed in case of folder sharing
Expected Behavior
testFile.txt
should be in the responseActual Behavior
testFile (2).txt
is in the responseThe text was updated successfully, but these errors were encountered: