-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 opening federated shares #50292
Merged
Merged
Fix opening federated shares #50292
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
provokateurin
force-pushed
the
fix/federated-share-opening
branch
from
January 21, 2025 14:31
24a89e5
to
e485f58
Compare
susnux
reviewed
Jan 21, 2025
Merged
I noticed the viewer still fails to open when you do the process multiple times in a row. The first time works with this PR, but the subsequent attempts still fail. |
provokateurin
added
2. developing
Work in progress
and removed
3. to review
Waiting for reviews
labels
Jan 21, 2025
provokateurin
force-pushed
the
fix/federated-share-opening
branch
from
January 27, 2025 07:45
e485f58
to
2c0b51a
Compare
provokateurin
added
3. to review
Waiting for reviews
and removed
2. developing
Work in progress
labels
Jan 27, 2025
provokateurin
force-pushed
the
fix/federated-share-opening
branch
from
January 30, 2025 08:00
2c0b51a
to
5909076
Compare
/backport to stable31 |
/backport to stable30 |
/backport to stable29 |
skjnldsv
approved these changes
Jan 30, 2025
skjnldsv
reviewed
Jan 30, 2025
provokateurin
force-pushed
the
fix/federated-share-opening
branch
from
January 30, 2025 11:12
5909076
to
30b9554
Compare
susnux
approved these changes
Jan 30, 2025
conflicts |
/compile amend |
nextcloud-command
force-pushed
the
fix/federated-share-opening
branch
from
January 30, 2025 12:26
30b9554
to
f6aa311
Compare
/compile rebase-amend |
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
provokateurin
force-pushed
the
fix/federated-share-opening
branch
from
January 30, 2025 12:55
f6aa311
to
f1631c0
Compare
This was referenced Jan 30, 2025
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.
Summary
Opening a federated share is currently broken, as the scroll does not work for items that are in a certain area outside the viewport and the viewer is not triggered because the permissions are wrong.
I tested this on stable30 and stable29 as well and those have the same bug and the fixes also work there.
Checklist