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
set the guests whitelist so that files_trashbin is not in the whitelist
user Alice creates a folder temp and shares it with a new guest user [email protected]
guest user uploads a file textfile.txt
guest user deletes file textfile.txt
guest user views the trashbin
Expected behaviour
textfile.txt to be available on trashbin
Actual behaviour
trashbin of guest user is empty
File textfile.txt deleted by the guest user is only available on the trashbin of user Alice
Also, guest users are able to delete shared files when files_trashbin app is not whitelisted. While trying to delete a shared file via UI a guest user cannot delete shared files when files_trashbin app is not whielisted.
The text was updated successfully, but these errors were encountered:
@PrajwolAmatya see issue #525
In that issue reported that the file deleted by the guest does not appear in any trashbin (even Alice does not see the file in her trashbin)
Please confirm exactly what is the current behavior. Then we can all discuss what the requirement should be.
@phil-davis currently when the shared file is deleted by the guest user then the file does not appear in any trashbin. But when a folder is shared to the guest user by Alice and the files inside that folder is deleted by guest user it is available in the trashbin of Alice.
Steps to reproduce
temp
and shares it with a new guest user[email protected]
textfile.txt
textfile.txt
Expected behaviour
textfile.txt
to be available on trashbinActual behaviour
trashbin of guest user is empty
File
textfile.txt
deleted by the guest user is only available on the trashbin of userAlice
Also, guest users are able to delete shared files when
files_trashbin
app is not whitelisted. While trying to delete a shared file via UI a guest user cannot delete shared files whenfiles_trashbin
app is not whielisted.The text was updated successfully, but these errors were encountered: