nextcloud/lib/private/Files
Ferdinand Thiessen 6860d92bf4 fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted
This fixes the issue that some methods will not allow uploading files
because they still require the deprecated config option to be used.
So instead we need to use the validator introduced in v30.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-03 14:24:48 +00:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix: add missing color select to tags usage query 2025-08-06 13:04:01 +02:00
Config fix: cast fileid to string in getMountsForFileId 2025-08-29 17:59:16 +02:00
Conversion fix: php lint extra tab fix 2025-01-17 21:37:39 +01:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount fix: use proper way to get numeric storage id for mountpoint 2025-01-13 17:59:17 +01:00
Node fix: improve handling of newFolder race condition handling 2025-05-13 11:59:05 +00:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore fix: better object store write error propagation 2025-08-07 13:48:43 +02:00
Search chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Storage fix(encryption): Fix TypeError when trying to decrypt unencrypted file 2025-08-26 08:42:58 +02:00
Stream fix: $uid type in Encryption stream 2024-10-23 13:20:40 +02:00
Template feat: only load template fields when requested 2025-05-26 18:03:24 +02:00
Type fix(files): Make sure file pointer exists 2025-03-17 16:05:04 +00:00
Utils fix: better error message when trying to scan a folder that is already being scanned 2025-05-13 14:06:15 +02:00
FileInfo.php fix(FileInfo): correctly implement \ArrayAccess::offsetGet 2024-09-06 03:58:00 +02:00
FilenameValidator.php fix(IFilenameValidator): correctly handle case insensitivity 2025-03-28 20:54:23 +01:00
Filesystem.php fix(Filesystem): use FilenameValidator for Filesystem::isFileBlacklisted 2025-09-03 14:24:48 +00:00
SetupManager.php fix: don't update cached mountpoints if the request doesn't have filesystem access 2025-08-01 16:04:20 +00:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php fix(node): emit hooks on Node::copy() 2025-05-28 11:50:11 +00:00