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 @@ -93,6 +93,9 @@ message ReceivedShare {
// REQUIRED.
// The mount point of the share.
storage.provider.v1beta1.Reference mount_point = 3;
// Optional.
// Hide share, default false
bool hidden = 4;
}

// The state of the share.
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11374,6 +11374,14 @@ <h3 id="cs3.sharing.collaboration.v1beta1.ReceivedShare">ReceivedShare</h3>
The mount point of the share. </p></td>
</tr>

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

</tbody>
</table>

Expand Down