Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

align owncloud master against main #214

Merged
merged 11 commits into from
Oct 23, 2023
3 changes: 3 additions & 0 deletions cs3/sharing/collaboration/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ message Share {
// Optional.
// The expiration time of the share.
cs3.types.v1beta1.Timestamp expiration = 9;
// Optional.
// Hide share, default false
bool hide = 10;
}

// The permissions for a share.
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11470,6 +11470,14 @@ <h3 id="cs3.sharing.collaboration.v1beta1.Share">Share</h3>
The expiration time of the share. </p></td>
</tr>

<tr>
<td>hide</td>
<td><a href="#bool">bool</a></td>
<td></td>
<td><p>Optional.
Hide share, default false </p></td>
</tr>

</tbody>
</table>

Expand Down