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_versions is not in the whitelist
put files_texteditor in the whitelist and enable it (for ease of testing)
user Alice creates folder versions-test and shares it with edit access with a new guest [email protected]
user Alice creates file versions-test/file.txt
user Alice edits file versions-test/file.txt a few times
user Alice can see the versions on the classic webUI - good
Guest [email protected] logs in and browses into folder versions-test
The guest edits file.txt
user Alice views the versions of file.txt
Only the old versions caused by Alice are available.
a) The previously current content that Alice entered has been overwritten by the guest user, but is not available as an old version. Alice has "lost" that content.
b) If the guest made multiple edits, then there is no version history of that available to Alice
(a) seems to be "not a good thing" - Alice loses data, and may quite reasonably expect that her data will be available in the version history.
(b) is more debatable - what is the requirement if files_versions is not whitelisted for guests?
The text was updated successfully, but these errors were encountered:
I think that the whitelist feature is intended to be used so that guests do not see some functionality. In this case (files_versions) the guest user should not see the version history panel on the classic webUI, and should not be able to use the API to query or restore versions.
But I think that as the guest edits the file, the version history should still be saved by the server - so that Alice (a real user) can have that version history available to her.
versions-test
and shares it with edit access with a new guest[email protected]
versions-test/file.txt
versions-test/file.txt
a few times[email protected]
logs in and browses into folderversions-test
file.txt
file.txt
Only the old versions caused by Alice are available.
a) The previously current content that Alice entered has been overwritten by the guest user, but is not available as an old version. Alice has "lost" that content.
b) If the guest made multiple edits, then there is no version history of that available to Alice
(a) seems to be "not a good thing" - Alice loses data, and may quite reasonably expect that her data will be available in the version history.
(b) is more debatable - what is the requirement if files_versions is not whitelisted for guests?
The text was updated successfully, but these errors were encountered: