nextcloud/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 Update license headers 2017-11-06 16:56:19 +01:00
Node.php Actually return the root folder when traversing up the tree 2018-04-26 20:04:19 +02:00
NonExistingFile.php Update with robin 2016-07-21 18:13:58 +02:00
NonExistingFolder.php Update with robin 2016-07-21 18:13:58 +02:00
Root.php Update license headers 2017-11-06 16:56:19 +01:00