-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable22] Extend pending shares list in frontend to include remote shares #28209
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
Conversation
8471c92 to
091881e
Compare
|
conflict solved, but I need to retest many things and it's currently not working. likely the routing thing |
091881e to
9636ac9
Compare
|
fixed |
|
@artonge @juliushaertl please review. please note that I had to resolve conflicts and did a quick retest.
|
|
/rebase |
artonge
left a comment
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.
LGTM
3600526 to
29a958a
Compare
|
/compile amend / |
29a958a to
c08d28e
Compare
|
I did this manually, seems there was some kind of clash |
|
|
skjnldsv
left a comment
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.
Blocking for 22.1.1
|
Needs another rebase 🙈 |
And adjust the accept/decline actions to use the right endpoint for remote shares. Signed-off-by: Vincent Petry <[email protected]>
Fix pending shares endpoint to consider user-specific sub-entries for group shares whenever a share was accepted or declined. Added unit test for adding remote group shares. Fixed "removeUserShares" to not send a remote request as we never send remote requests for group shares. Signed-off-by: Vincent Petry <[email protected]>
In the list of pending shares, the option for rejecting the share has been removed. Signed-off-by: Vincent Petry <[email protected]>
Instead of just returning false, also log the exception to make debugging database issues easier. Signed-off-by: Vincent Petry <[email protected]>
When accepting a group share, a sub-share entry is created which also has a different id. When accepting or rejecting the sub-share, simply update the "accepted" flag instead of trying to re-insert the entry. Adjust getShare to also properly validate group share membership when called on a sub-share id. Signed-off-by: Vincent Petry <[email protected]>
Only remove reject share for remote group shares Also fix share indicator to appear for remote group shares as well. Fix pending remote share icon to be the one of a share. Signed-off-by: Vincent Petry <[email protected]>
Signed-off-by: Vincent Petry <[email protected]>
Accepting and declining can now be done repeatedly on both the parent group share and sub-share with the same effects. Added unit tests to cover these cases, and also when the same operation is repeated. Signed-off-by: Vincent Petry <[email protected]>
Use query builder with proper matching for finding the group names. Signed-off-by: Vincent Petry <[email protected]>
Signed-off-by: Vincent Petry <[email protected]>
When declining a remote group share through the dialog that appears when notifications are off, the mount point is now correctly saved when re-accepting. Signed-off-by: Vincent Petry <[email protected]>
Signed-off-by: Vincent Petry <[email protected]> Co-authored-by: Carl Schwan <[email protected]>
Signed-off-by: Vincent Petry <[email protected]>
When deleting a user, we should only delete the direct remote user shares or the remote group based subshares. Signed-off-by: Vincent Petry <[email protected]>
c08d28e to
f60ea8a
Compare
|
pumped up the (re)base |
backport of #27751