nextcloud/tests/lib/Files
Ferdinand Thiessen 183fcef39b
fix: Renaming does not need update but delete permissions
Renaming is basically copy + delete (a move), so no need to update permissions.
Especially if the node is in a invalid directory the node should be moveable but not editable.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-28 20:23:50 +02:00
..
AppData chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Cache chore: Apply php:cs recommendations 2024-08-28 14:54:14 +02:00
Config fix: make usermountcache compatible with sharding 2024-07-17 19:16:05 +02:00
Mount chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Node fix: Renaming does not need update but delete permissions 2024-08-28 20:23:50 +02:00
ObjectStore ci: Skip flaky test on PHP 8.3 2024-08-21 13:55:13 +00:00
Search chore: Add SPDX header 2024-05-13 17:41:36 +02:00
SimpleFS chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Storage refactor: Migrate filename validation logic from Storage to FilenameValidator 2024-07-16 12:49:09 +02:00
Stream chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Type chore: Add SPDX header 2024-05-13 17:41:36 +02:00
Utils chore: Add SPDX header 2024-05-13 17:41:36 +02:00
EtagTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
FileInfoTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
FilenameValidatorTest.php fix: FilenameValidator::isForbidden should only check forbidden files 2024-08-22 08:51:58 +02:00
FilesystemTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
PathVerificationTest.php refactor: Migrate filename validation logic from Storage to FilenameValidator 2024-07-16 12:49:09 +02:00
ViewTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00