nextcloud/tests/lib/Files/Node
Ferdinand Thiessen 030c209d22 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 17:22:20 +02:00
..
FileTest.php
FolderTest.php
HookConnectorTest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
IntegrationTest.php fix: Renaming does not need update but delete permissions 2024-08-28 17:22:20 +02:00
NodeTest.php
RootTest.php