summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/Node.php
Commit message (Collapse)AuthorAgeFilesLines
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
| | | | | | | this is a fairly common operation so it makes sense to prevent having to repeatedly implement it. Signed-off-by: Robin Appelman <robin@icewind.nl>
* Actually return the root folder when traversing up the treeRoeland Jago Douma2018-04-261-1/+5
| | | | | | | | 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>
* Remove useless return statementsMorris Jobke2018-01-251-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix files node API failed rename/copyVincent Petry2017-01-121-17/+61
| | | | | | | Whenever a rename or copy operation failed on the view, we must throw an exception instead of just ignoring. Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
| | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+383