nextcloud/lib/private/Files
Ferdinand Thiessen bdbeabafa7
feat: Add forbidden_filename_basenames config option
This allows to configure forbidden filenames (the full filename like `.htaccess`)
and also forbidden basenames like `com0` where `com0`, `com0.txt` and `com0.tar.gz` will match.
We need this as only using basenames was too restrictive and will cause problems on some systems when updating.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-07-15 19:39:18 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache feat: add base class for extending the query builder 2024-07-12 17:01:39 +02:00
Config chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Node fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2024-06-20 18:51:27 +02:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore fix(s3): Don't wait indefinitely for S3 to return 2024-07-05 16:24:32 +02:00
Search chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Storage Merge branch 'master' into refactor/OC-Server-getHTTPClientService 2024-05-30 14:21:45 +02:00
Stream chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Template chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Type chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Utils chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FileInfo.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FilenameValidator.php feat: Add forbidden_filename_basenames config option 2024-07-15 19:39:18 +02:00
Filesystem.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SetupManager.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php Merge pull request #45014 from nextcloud/forbid-moving-subfolder 2024-05-27 14:29:34 +02:00