aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SetupManagerFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* cleanup di for share permissions wrapperRobin Appelman2023-08-161-31/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* make mount cache duration configurableRobin Appelman2022-03-241-2/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* perform full setup if a cached mount doesn't have a provider setRobin Appelman2022-03-241-2/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add logic to perform a full filesystem setup when neededRobin Appelman2022-03-241-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* setup for current user when finding mounts in the rootRobin Appelman2022-03-171-2/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move user mountpoint setup to setupmanagerRobin Appelman2022-03-041-2/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-0/+58
Signed-off-by: Robin Appelman <robin@icewind.nl>