aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Node/LazyUserFolder.php
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat: add interface to get only a single node by id instead of all nodes for ↵Robin Appelman2024-03-041-12/+0
| | | | | | | | the id this should be enough in most(?) cases and makes efficient implementation and caching easier Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+3
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* make LazyFolder::get not load the real folder if we know the pathRobin Appelman2023-09-041-9/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-011-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add back missing slash in LazyUserFolder pathCôme Chilliet2023-05-091-1/+1
| | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* Make it easier to debug issue #32304Carl Schwan2023-05-041-4/+15
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* optimize LazyUserFolder::getMountPointRobin Appelman2023-02-131-2/+16
| | | | | | no need to do a full setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* more preset metadata for LazyUserFolderRobin Appelman2022-04-081-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman2022-04-041-8/+18
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fmtRobin Appelman2022-03-241-4/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* improve lazy UserFolderRobin Appelman2022-03-241-0/+59
Signed-off-by: Robin Appelman <robin@icewind.nl>