-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
We should switch to a more conservative policy in these regards.
This will prevent users from unintentionally giving more permissions on shares as needed. Users will have to consciously decide which additional permissions a recipient should have.
Will also tackle the issue that there always is a short time frame after sharing a file where all permissions are given #11707.
I hope this is not a duplicate, could not find anything during a quick search.
@felixboehm @PVince81 Please find an assignment for this for 10.0.3.
Edit:
Had another discussion and decided that changing defaults hardcoded is too big of a step. This means that we also need it configurable in the first step.
For this a config switch with the following options would be minimum.
- all (default; -> as it is today)
- read-only
Depending on efforts setting granular defaults would be nice of course.