-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(federatedfilesharing): get share by token fallback #49974
Merged
Merged
Conversation
This file contains 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
backportbot
bot
added
enhancement
3. to review
Waiting for reviews
feature: sharing
feature: federation
labels
Dec 26, 2024
skjnldsv
force-pushed
the
backport/49973/master
branch
from
December 26, 2024 13:02
31ddd97
to
9664124
Compare
skjnldsv
changed the title
[master] feat(federation): auto-accept shares from trusted servers
feat(federation): auto-accept shares from trusted servers
Dec 26, 2024
skjnldsv
changed the title
feat(federation): auto-accept shares from trusted servers
fix(federatedfilesharing): get share by token fallback
Dec 26, 2024
/backport 895a939 to stable30 |
/backport 895a939 to stable29 |
skjnldsv
force-pushed
the
backport/49973/master
branch
3 times, most recently
from
December 26, 2024 15:11
bc0109d
to
1d4cadb
Compare
skjnldsv
force-pushed
the
backport/49973/master
branch
from
December 27, 2024 09:08
1d4cadb
to
a710e0c
Compare
skjnldsv
approved these changes
Dec 27, 2024
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
skjnldsv
force-pushed
the
backport/49973/master
branch
from
December 28, 2024 08:27
a710e0c
to
bc0ad5e
Compare
Cypress runner 2 failure is unrelated, this test is flaky. I'll try to fix it on master |
yemkareems
approved these changes
Jan 2, 2025
This was referenced Jan 2, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Regression from #49646
Reproducing the issue
entry does not contains @
.Explanations
The code check for the
FederatedShareProvider
, which have its shares intooc_share
.But on the receiving end, which the ocm notification gets sent, there is no shares in this table.
They're just external shares from the
oc_share_external
, so we need to fetch and check them tooError