aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/LazyRoot.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+4
* fix: LazyRoot missing methodMarcel Klehr2024-05-141-0/+4
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-041-0/+5
* add method to create a node from cache entry + mountpointRobin Appelman2023-09-191-0/+7
* make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-041-3/+12
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-0/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* generalize the "lazy folder" conceptRobin Appelman2020-05-111-456/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Create SimpleFile only when writing the contentRobin Appelman2020-02-281-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* dont expose metadata etag for nowRobin Appelman2019-11-131-7/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+21
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-1/+1
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
* Update license headersMorris Jobke2017-11-061-0/+1
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Always use the LazyRootRoeland Jago Douma2016-08-261-1/+1
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-1/+1
* add recent files to node apiRobin Appelman2016-07-221-1/+6
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+474