aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/Node.php
Commit message (Expand)AuthorAgeFilesLines
* fix(events): Make sure all `\OCP\Files::…` events are emitted with the same...Joas Schilling2023-11-091-1/+8
* IFilesMetadataMaxence Lange2023-11-071-1/+10
* add method to create a node from cache entry + mountpointRobin Appelman2023-09-191-1/+1
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-1/+10
* reuse isValidPath from FilesystemRobin Appelman2023-09-041-7/+1
* make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-041-1/+1
* add IFileInfo::getParentIdRobin Appelman2023-09-041-7/+8
* make Node::getParent lazyRobin Appelman2023-09-041-1/+10
* fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-281-2/+4
* chore: ugly type jugglingArthur Schiwon2023-06-211-8/+8
* fix: add typehine for IRootFolderArthur Schiwon2023-06-211-7/+5
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-1/+5
* only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-091-25/+31
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-2/+2
* Test valid path only if file info has to be retrievedGlandos2022-11-061-3/+3
* Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-241-5/+16
* rename cached fileinfo on renameRobin Appelman2022-04-041-0/+9
* dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-7/+5
* split out some path manipulation logicRobin Appelman2022-04-041-17/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-1/+3
* Properly anotate LockedException in files node apiJulius Härtl2019-11-281-6/+17
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
* emit file events via Dispatcher, tooArthur Schiwon2019-09-091-10/+14
* allow renaming the root of a movable mount even if the parent folder is readonlyRobin Appelman2019-03-141-1/+9
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-2/+3
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
* Actually return the root folder when traversing up the treeRoeland Jago Douma2018-04-261-1/+5
* Remove useless return statementsMorris Jobke2018-01-251-2/+0
* Fix files node API failed rename/copyVincent Petry2017-01-121-17/+61
* Refactor files node API for more code reuseVincent Petry2017-01-111-1/+1
* 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