nextcloud-server/lib/private/Files/Node
Roeland Jago Douma 235e3480e6
Actually return the root folder when traversing up the tree
If you now keep calling $node->getParent() you will at some point get
the RootFolder back. This is a nice termination check and will prevent
endless loops if an exit condition is slightly off.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-26 20:04:19 +02:00
..
File.php Throw an exception if file_put_contents fails 2018-03-27 16:23:06 +02:00
Folder.php Fix proper permissions for multiple file access 2018-03-22 12:06:41 +01:00
HookConnector.php Emit read for nodes 2018-03-15 11:18:39 +01:00
LazyRoot.php
Node.php Actually return the root folder when traversing up the tree 2018-04-26 20:04:19 +02:00
NonExistingFile.php
NonExistingFolder.php
Root.php