mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #41782 from nextcloud/fix/load-files-list
fix(files): Empty files list when uid contains special chars
This commit is contained in:
commit
4ff951c09b
4 changed files with 8 additions and 8 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -87,7 +87,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.3.0"
|
||||
"webdav": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.22.10",
|
||||
|
|
@ -27112,9 +27112,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/webdav": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.0.tgz",
|
||||
"integrity": "sha512-xRu/URZGCxDPXmT+9Gu6tNGvlETBwjcuz69lx/6Qlq/0q3Gu2GSVyRt+mP0vTlLFfaY3xZ5O/SPTQ578tC/45Q==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz",
|
||||
"integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==",
|
||||
"dependencies": {
|
||||
"@buttercup/fetch": "^0.1.1",
|
||||
"base-64": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
"vuedraggable": "^2.24.3",
|
||||
"vuex": "^3.6.2",
|
||||
"vuex-router-sync": "^5.0.0",
|
||||
"webdav": "^5.3.0"
|
||||
"webdav": "^5.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.22.10",
|
||||
|
|
|
|||
Loading…
Reference in a new issue