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
At the moment we can only block access to files/folders. But would like to have some files, which can be read by everyone but not modified or deleted.
similar to issue #149
Halfway workaround at the moment
we can use the "filesize-at-upload" option and forbid all uploads below 100GB (just a random large number)
but this will not work if a document was edited online (e.g onlyoffice).
Possible implementation
adding options in the condition-dropdowns like:
if modified
if renamed
if deleted
The text was updated successfully, but these errors were encountered:
Expected behaviour
At the moment we can only block access to files/folders. But would like to have some files, which can be read by everyone but not modified or deleted.
similar to issue #149
Halfway workaround at the moment
we can use the "filesize-at-upload" option and forbid all uploads below 100GB (just a random large number)
but this will not work if a document was edited online (e.g onlyoffice).
Possible implementation
adding options in the condition-dropdowns like:
The text was updated successfully, but these errors were encountered: