owncloud / docs-server

ownCloud Server Documentation
https://doc.owncloud.com
GNU Affero General Public License v3.0
12 stars 28 forks source link

clarify sharing bits #1299

Closed jnweiger closed 3 weeks ago

jnweiger commented 1 month ago

It is unclear, if only the listed numbers are supported. I'd think, that 1+2+4+8+16 are meant as bit patters that can be combined as needed. 15, 31 are probably just examples.

What does 'default for public link shares' mean? Is the 1 bit always added for these? I don't think so, as this would prevent building an anonymous file drop link.

See https://central.owncloud.org/t/share-files-via-api-without-delete-permissions/49350

phil-davis commented 1 month ago

What does 'default for public link shares' mean?

It means that for an installation with the default config, if someone creates a public link share without specifying permissions, then the public link share will have just read access. " The user (their client app) can request different permissions than the default, to get an "anonymous file drop" public link share etc.

phil-davis commented 3 weeks ago

I rebased to trigger drone CI

mmattel commented 3 weeks ago

Backport to 10.14 and 10.13