nextcloud-server/lib/private/Files/Node
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-09-27 23:02:18 +07:00
..
File.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Folder.php fix: Flag folder objects that got deleted to recreate them if needed 2025-09-26 15:11:36 +07:00
HookConnector.php fix: Correctly create NonExistingFolder during copy 2024-12-04 15:38:35 +07:00
LazyFolder.php fix(dav): file drop nickname 2025-06-05 09:09:17 +07:00
LazyRoot.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LazyUserFolder.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Node.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 2025-09-27 23:02:18 +07:00
NonExistingFile.php fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2024-08-29 12:43:44 +07:00
NonExistingFolder.php fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2024-08-29 12:43:44 +07:00
Root.php perf: use more optimized node-by-id logic in View::getPath 2025-08-13 19:42:42 +07:00