aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/LazyFolder.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-301-6/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-041-1/+5
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* IFilesMetadataMaxence Lange2023-11-071-0/+9
* reuse isValidPath from FilesystemRobin Appelman2023-09-041-8/+2
* make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-041-14/+36
* add IFileInfo::getParentIdRobin Appelman2023-09-041-0/+7
* allow passing more info to lazy folderRobin Appelman2023-09-041-0/+18
* Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-281-0/+4
|\
| * feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-211-0/+4
* | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-3/+4
|/
* Make it easier to debug issue #32304Carl Schwan2023-05-041-3/+4
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-1/+1
* more preset metadata for LazyUserFolderRobin Appelman2022-04-081-0/+11
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-7/+5
* allow setting some metadata in the lazyfolder without having to get the real ...Robin Appelman2022-03-241-1/+24
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+4
* generalize the "lazy folder" conceptRobin Appelman2020-05-111-0/+496