]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Use `@nextcloud/files` filename validation to show more details
authorFerdinand Thiessen <opensource@fthiessen.de>
Thu, 25 Jul 2024 12:29:31 +0000 (14:29 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Thu, 25 Jul 2024 13:49:33 +0000 (15:49 +0200)
commit523e0d3f2b8bbeac041e7c8bfe463399fc0cb049
treeb4af1a794c327010231b51758c865bdaab18a03a
parent6953be7a0172b7f0d60f407c6b7516f108ad8931
fix(files): Use `@nextcloud/files` filename validation to show more details

This will enable showing more details what exactly is wrong with the filename.
Especially with the new capabilities introduced with Nextcloud 30.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/files/src/components/FileEntry/FileEntryName.vue
apps/files/src/utils/filenameValidity.ts [new file with mode: 0644]