-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
The expiration timestamp limits the access of a share in time
Signed-off-by: Christian Richter <[email protected]>
Ocis 3743 show hide share status
Signed-off-by: Christian Richter <[email protected]>
@diocas how did we implement hiding of shares in CERNBox without this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following direct chats with @diocas and @gmgigi96 : the current implementation uses the state
of a ReceivedShare
, such that REJECTED
shares are hidden, and others are visible.
This field seems then redundant, unless we want to express (received) shares that are APPROVED
but hidden, or REJECTED
but visible.
Also, an outgoing Share
does not have a state and does not need to be hidden?
As I understand it, it is a CERN feature request to have two flags on each share
|
We already implemented it on the backend and the web client for the CERN merge. |
@micbar not sure the two flags were understood to be independent, i.e. with the 4 combinations being meaningful. Anyway even assuming so, that still concerns the |
User story owncloud/web#9531 |
Thanks, understood. I see the idea is also to observe adoption of those combinations and potentially simplify in the future. With that, I think it's fine to add a |
Signed-off-by: Christian Richter <[email protected]>
I will move it to |
Signed-off-by: Christian Richter <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine, once you're ready with reva/edge this can be merged - and we'll adapt reva/master as well.
We have a PR for edge: cs3org/reva#4256 |
@glpatcern if you want you can merge it :) |
No description provided.