aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Config/LazyStorageMountInfo.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* optimize UserMountCache::registerStorageRobin Appelman2023-11-161-0/+8
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-041-7/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-0/+4
| | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused use statementsMorris Jobke2017-04-221-3/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-0/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* get shared storage storage id without setting up the storageRobin Appelman2016-08-091-5/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Save the files external mount id in the mount cache tableRobin Appelman2016-07-131-0/+4
|
* handle invalid storages in LazyStorageMountInfoRobin Appelman2016-06-131-2/+6
|
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+74