[stable33] perf(sharing): Use new user field from VerifyMountEvent#17673
[stable33] perf(sharing): Use new user field from VerifyMountEvent#17673icewind1991 wants to merge 3 commits intostable33from
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
👍 |
Signed-off-by: Joas Schilling <coding@schilljs.com>
nickvergessen
left a comment
There was a problem hiding this comment.
Looks good, pushed a commit to run CI against the server PR
🙈 |
|
Seems it now needs some more adjustments about the placeholders But its not changed on main: https://github.com/nextcloud/spreed/blob/772c540f6ddf202d2e2e1bff8725d83fc236ce6d/tests/integration/features/sharing-4/transfer-ownership.feature |
|
Same error happens with nextcloud/server#57760 so it's an effect of the other share handling changes. |
|
See [stable33] feat: improve VerifyMountPointEvent event server#59546 for the server part.Since not all 33 versions will have the updated event, I've gated it behind
method_existscalls, falling back to the existing logic.A bit hacky, but the performance gains are to significant to leave behind.