Skip to content

Commit

Permalink
align owncloud master against main (#214)
Browse files Browse the repository at this point in the history
* add an expiration timestamp to grants

The expiration timestamp limits the access of a share in time

* add API changes to support share expiration

* the code locked added

* add hide share value

Signed-off-by: Christian Richter <[email protected]>

* add documentation

Signed-off-by: Christian Richter <[email protected]>

* incorporate requested changes

Signed-off-by: Christian Richter <[email protected]>

* move hide flag to received share

Signed-off-by: Christian Richter <[email protected]>

---------

Signed-off-by: Christian Richter <[email protected]>
Co-authored-by: David Christofas <[email protected]>
Co-authored-by: Giuseppe Lo Presti <[email protected]>
Co-authored-by: Michael Barz <[email protected]>
Co-authored-by: Roman Perekhod <[email protected]>
  • Loading branch information
5 people authored Oct 23, 2023
1 parent cfd1ad2 commit 9a30918
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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

0 comments on commit 9a30918

Please sign in to comment.