owncloud / docs-server

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

Share API response added new field share_with_user_type #272

Open AlexAndBear opened 2 years ago

AlexAndBear commented 2 years ago

WHAT Needs to be Documented?

With the PR https://github.com/owncloud/core/pull/40013 we emit a new field called share_with_user_type which might either be 0 = user or 1 = guest

WHERE Does This Need To Be Documented (Link)?

https://doc.owncloud.com/server/next/developer_manual/core/apis/ocs-share-api.html#response-attributes-2

WHY Should This Change Be Made?

(Optional) What Type Of Content Change Is This?

(Optional) Which Manual Does This Relate To?

phil-davis commented 2 years ago

Note: this new field is only emitted for user shares, not for group shares or other shares (like link shares)

mmattel commented 2 years ago

@JanAckermann @phil-davis mind to file a PR on master? Does this need backporting to 10.9 post merging, or will this be 10.10 only?

phil-davis commented 2 years ago

Does this need backporting to 10.9 post merging, or will this be 10.10 only?

It is a new feature, so whatever release it comes in should be a minor version, e.g. 10.10.0 and not a patch release like 10.9.2