-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
chore: update @nextcloud/files to 4.0.0-beta.4
#56743
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
4fa769e to
92ef012
Compare
e95ea13 to
390e6c3
Compare
390e6c3 to
9c5c863
Compare
|
Finally done!! 😩 |
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
9c5c863 to
7aa6a74
Compare
Signed-off-by: skjnldsv <[email protected]>
@nextcloud/files to 4.0.0@nextcloud/files to 4.0.0-beta.4
| // then browse its tree and upload its contents. | ||
| if (file instanceof Directory) { | ||
| const absolutePath = joinPaths(davRootPath, destination.path, relativePath) | ||
| const absolutePath = joinPaths(getRootPath(), destination.path, relativePath) |
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.
could also be just defaultRootPath
| id: 0, | ||
| source: `${davRemoteURL}${davRootPath}`, | ||
| root: davRootPath, | ||
| source: `${getRemoteURL()}${getRootPath()}`, |
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.
same here we could in general use the cached variant. But not that important.
| }, | ||
| }) | ||
|
|
||
| page.debug() |
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.
😄
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.
I was soooo annoyed by this lol
I forgot I removed it here 😁
Easier review PR: #57003
Includes/needs
Node.roota required attribute nextcloud-libraries/nextcloud-files#1388isDavRessourcenextcloud-libraries/nextcloud-files#1390