]> source.dussan.org Git - nextcloud-server.git/commit
store mountprovider for each mount in the mounts table 30978/head
authorRobin Appelman <robin@icewind.nl>
Wed, 2 Feb 2022 15:12:57 +0000 (16:12 +0100)
committerRobin Appelman <robin@icewind.nl>
Wed, 23 Feb 2022 17:02:33 +0000 (18:02 +0100)
commitcfb7923e08ba1902fa5a5f72205cfcbb767b54ad
tree1641f6d5c32d3e4c822bac90ceab2d6f326797b6
parent692da9236bde4a0d6d78cf8ee44bd574fec5b623
store mountprovider for each mount in the mounts table

this enabled more fine grained filesystem setup

Signed-off-by: Robin Appelman <robin@icewind.nl>
21 files changed:
apps/files_external/lib/Config/ExternalMountPoint.php
apps/files_sharing/lib/External/Mount.php
apps/files_sharing/lib/SharedMount.php
core/Migrations/Version240000Date20220202150027.php [new file with mode: 0644]
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Files/Config/CachedMountFileInfo.php
lib/private/Files/Config/CachedMountInfo.php
lib/private/Files/Config/LazyStorageMountInfo.php
lib/private/Files/Config/UserMountCache.php
lib/private/Files/Mount/CacheMountProvider.php
lib/private/Files/Mount/LocalHomeMountProvider.php
lib/private/Files/Mount/MountPoint.php
lib/private/Files/Mount/ObjectHomeMountProvider.php
lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php
lib/private/Files/Node/LazyFolder.php
lib/private/Files/Node/Root.php
lib/public/Files/Config/ICachedMountInfo.php
lib/public/Files/Mount/IMountPoint.php
tests/lib/Files/Node/FolderTest.php
version.php