nextcloud-server/lib/private/Files/Node
Roeland Jago Douma ce7a211743 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:35:55 +07:00
..
File.php Fix files node API failed rename/copy 2017-01-12 13:52:59 +07:00
Folder.php limit the user when searching for a file by id if we know the user already 2017-04-21 17:11:26 +07:00
HookConnector.php Update with robin 2016-07-21 18:13:58 +07:00
LazyRoot.php Remove unused use statements 2017-04-22 19:23:31 +07:00
Node.php Actually return the root folder when traversing up the tree 2018-10-26 08:35:55 +07:00
NonExistingFile.php Update with robin 2016-07-21 18:13:58 +07:00
NonExistingFolder.php Update with robin 2016-07-21 18:13:58 +07:00
Root.php Introduce an event for first time login based on the last login time stamp 2016-11-14 14:50:10 +07:00