aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SetupManager.php
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewRobin Appelman2022-03-241-2/+2
* make mount cache duration configurableRobin Appelman2022-03-241-5/+16
* fmtRobin Appelman2022-03-241-1/+1
* invalidate mount cache on circles changeRobin Appelman2022-03-241-18/+43
* perform full setup if a cached mount doesn't have a provider setRobin Appelman2022-03-241-3/+19
* don't double setup provider when calling `setupForUser` after `setupForPath`Robin Appelman2022-03-241-1/+7
* add logic to perform a full filesystem setup when neededRobin Appelman2022-03-241-1/+37
* update cached mounts when only specific providers have been setupRobin Appelman2022-03-241-0/+4
* improve lazy UserFolderRobin Appelman2022-03-241-1/+1
* setup only relevant mounts when possibleRobin Appelman2022-03-241-14/+105
* setup for current user when finding mounts in the rootRobin Appelman2022-03-171-2/+13
* type fixesRobin Appelman2022-03-041-4/+2
* move user mountpoint setup to setupmanagerRobin Appelman2022-03-041-1/+62
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-15/+33
* adjust tests to new fs setupRobin Appelman2022-03-041-2/+2
* move teardown logic to SetupManagerRobin Appelman2022-03-041-7/+19
* start moving filesystem setup logic to it's own placeRobin Appelman2022-03-041-0/+194