summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-07-25 22:51:12 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-08-27 12:33:26 +0200
commitdf2baa4c1551999799cb1ca7cf2ccd89034cf684 (patch)
tree004872b2da1f4d93e97e2274bcc848b3184dc0a8 /package-lock.json
parent7340e85b0cf502131d357e265f1805eb4909b5dc (diff)
downloadnextcloud-server-df2baa4c1551999799cb1ca7cf2ccd89034cf684.tar.gz
nextcloud-server-df2baa4c1551999799cb1ca7cf2ccd89034cf684.zip
fix(files): Correctly validate new node name
* Resolves https://github.com/nextcloud/server/issues/45409 This includes two fixes: 1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming 2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json
index e72dd42d53f..6e01a8f1c0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,7 +20,7 @@
"@nextcloud/capabilities": "^1.2.0",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/event-bus": "^3.3.1",
- "@nextcloud/files": "^3.6.0",
+ "@nextcloud/files": "^3.8.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^2.5.0",