]> source.dussan.org Git - nextcloud-server.git/commit
feat: Add `IFilenameValidator` to have one consistent place for filename validation 46371/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 3 Jul 2024 14:33:40 +0000 (16:33 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Tue, 9 Jul 2024 13:04:34 +0000 (15:04 +0200)
commit46f1efac41055d8fb349843140fefd021333de7b
treea04a9070ed71062952437299576bc102a334ce9a
parent025a7849b487351d0240d89833b3ab825897097d
feat: Add `IFilenameValidator` to have one consistent place for filename validation

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
config/config.sample.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Files/FilenameValidator.php [new file with mode: 0644]
lib/private/Server.php
lib/public/Files/IFilenameValidator.php [new file with mode: 0644]
tests/lib/Files/FilenameValidatorTest.php [new file with mode: 0644]