Skip to content

[stable28] fix: Refresh file picker on folder creation - #45575

Merged
Pytal merged 4 commits into
stable28from
fix/new-folder-refresh
May 31, 2024
Merged

[stable28] fix: Refresh file picker on folder creation#45575
Pytal merged 4 commits into
stable28from
fix/new-folder-refresh

Conversation

@Pytal

Copy link
Copy Markdown
Member

Summary

To fix the bug we bring in the updated new folder functionality from the dialogs lib. After bumping there is a new cannot read "authType" error which comes from within the webdav lib. This errors because we patch the internal request() of webdav and the function definition changed in perry-mitchell/webdav-client#370. Instead we patch fetch by backporting the commit from #41202

Checklist

@PytalPytal added this to the Nextcloud 28.0.7 milestone May 29, 2024
@PytalPytal self-assigned this May 29, 2024
@PytalPytal changed the title fix: Refresh file picker on folder creation[stable28] fix: Refresh file picker on folder creationMay 29, 2024

@pulsejetpulsejet left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't test but still seems good. Was bound to happen at some point #41202 (comment)

Comment threadpackage-lock.json Outdated
@Pytal
Pytalforce-pushed the fix/new-folder-refresh branch 2 times, most recently from f06e859 to cdc2521CompareMay 31, 2024 15:53
@Pytal
Pytal enabled auto-merge May 31, 2024 15:54
Pytaland others added 4 commits May 31, 2024 15:38
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1. Refresh token on update
2. Fix some very weird imports
3. Patch fetch instead of request to prevent accessing impl details
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
@Pytal
Pytalforce-pushed the fix/new-folder-refresh branch from cdc2521 to 837b246CompareMay 31, 2024 22:39
@Pytal
Pytal merged commit 8f7831d into stable28May 31, 2024
@Pytal
Pytal deleted the fix/new-folder-refresh branch May 31, 2024 23:10
@blizzzblizzz mentioned this pull request Jun 11, 2024
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Pytal@susnux@pulsejet@skjnldsv