aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Mount/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-1/+10
|\
| * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-1/+10
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-231-0/+19
|/
* dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* don't do a full setup for `findByStorageId`Robin Appelman2022-04-041-1/+0
* allow getting mounts by providersRobin Appelman2022-04-041-0/+18
* setup only relevant mounts when possibleRobin Appelman2022-03-241-1/+1
* type fixesRobin Appelman2022-03-041-4/+4
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-11/+4
* add template annotations to CappedMemoryCacheRobin Appelman2022-03-041-6/+8
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-20/+7
* move teardown logic to SetupManagerRobin Appelman2022-03-041-3/+11
* start moving filesystem setup logic to it's own placeRobin Appelman2022-03-041-4/+14
* more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-041-8/+4
* Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
* only setup part of the filesystem for appdata requestsRobin Appelman2022-02-091-2/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+4
* cache OC\Files\Mount\Manager::findIn resultsRobin Appelman2018-08-161-2/+17
* use more efficient method to find mountpoint for pathRobin Appelman2018-08-161-18/+15
* Fix testsRoeland Jago Douma2018-04-041-2/+2
* Add pathcacheRoeland Jago Douma2018-04-041-4/+19
* Comparing stringlength is cheaper than strposRoeland Jago Douma2018-04-041-1/+1
* Cache the $foundMountPointLengthRoeland Jago Douma2018-04-041-1/+3
* InspectionsRoeland Jago Douma2018-04-041-8/+9
* Make the MountManager strictRoeland Jago Douma2018-04-041-13/+14
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+165