nextcloud/lib/private/Files/Node
Roeland Jago Douma d8a581e426 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-10-26 08:36:21 +02:00
..
File.php Fix files node API failed rename/copy 2017-01-12 13:52:59 +01:00
Folder.php Fix proper permissions for multiple file access 2018-04-04 12:02:37 +02:00
HookConnector.php Update with robin 2016-07-21 18:13:58 +02: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-10-26 08:36:21 +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