Conversation
Member
Author
|
I've pushed two more commits to get the discussion for my proposal some example here to
|
Member
Author
|
@rullzer Maybe you can share your opinion on this :) |
44d5e22 to
2824cce
Compare
2824cce to
4810ec9
Compare
b872c2f to
140dd42
Compare
Member
|
Is it still "to review" ? |
Member
Author
|
Would be ready for review, though after my rebase today i guess i need to have another look at the one failing acceptance test which seems related, which would cover exactly that case where now a share would be cleaned up: |
140dd42 to
64d6655
Compare
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
…reshare restrictions Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
64d6655 to
964fd27
Compare
artonge
approved these changes
Jun 16, 2021
Contributor
artonge
left a comment
There was a problem hiding this comment.
I probably don't have the full picture, but the code looks fine :).
blizzz
approved these changes
Jun 16, 2021
Member
|
do we need backports? |
Member
Author
|
/backport to stable21 |
Member
Author
|
/backport to stable20 |
Member
Author
|
/backport to stable19 |
|
The backport to stable19 failed. Please do this backport manually. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steps to reproduce:
The share link still exists in the user interface though it is no longer accessible due to the missing reshare permissions on the parent share.
This PR makes sure that the UI doesn't offer to modify the link share and only remove it which is still possible.
However I'm still wondering if we should either indicate that this share is stale in the UI or even remove the share link if the node is moved to a share without reshare permissions, but not sure if dropping those shares automatically would be something feasible.