]> source.dussan.org Git - nextcloud-server.git/commit
Add public api for mount configurations
authorRobin Appelman <icewind@owncloud.com>
Mon, 24 Nov 2014 14:54:42 +0000 (15:54 +0100)
committerRobin Appelman <icewind@owncloud.com>
Thu, 4 Dec 2014 15:47:27 +0000 (16:47 +0100)
commitf4701d7721453b8356a5be401bb5063d22f851c6
treeb27f76b8c02e658ac5e4b599a0ee4e4839b5de19
parentf3213571bb2609a7f279fd5254f872083b3ea91a
Add public api for mount configurations
24 files changed:
apps/files_sharing/lib/external/manager.php
apps/files_sharing/lib/external/mount.php
apps/files_sharing/lib/sharedmount.php
lib/private/files/config/mountprovidercollection.php [new file with mode: 0644]
lib/private/files/filesystem.php
lib/private/files/mount/manager.php
lib/private/files/mount/mount.php [deleted file]
lib/private/files/mount/mountpoint.php [new file with mode: 0644]
lib/private/files/node/folder.php
lib/private/files/node/root.php
lib/private/files/storage/loader.php [deleted file]
lib/private/files/storage/storagefactory.php [new file with mode: 0644]
lib/private/files/utils/scanner.php
lib/private/files/view.php
lib/private/server.php
lib/public/files/config/imountprovider.php [new file with mode: 0644]
lib/public/files/config/imountprovidercollection.php [new file with mode: 0644]
lib/public/files/mount/imountpoint.php [new file with mode: 0644]
lib/public/files/storage/istoragefactory.php [new file with mode: 0644]
lib/public/iservercontainer.php
tests/lib/files/mount/manager.php
tests/lib/files/mount/mount.php
tests/lib/files/node/folder.php
tests/lib/files/utils/scanner.php