]> source.dussan.org Git - nextcloud-server.git/commit
renaming remote storage support to External storage support to clear up naming conflict
authorJan-Christoph Borchardt <jan@unhosted.org>
Fri, 30 Mar 2012 16:10:16 +0000 (18:10 +0200)
committerJan-Christoph Borchardt <jan@unhosted.org>
Fri, 30 Mar 2012 16:18:37 +0000 (18:18 +0200)
commit011132feb33b4f7954eb5df5e2283e9c8f8ae944
treea505c04abd1f84dadeaae7100ce571006d31cd89
parent7552390031ee10ed5006ef927fa1f55cdd148554
renaming remote storage support to External storage support to clear up naming conflict
18 files changed:
apps/files_external/appinfo/app.php [new file with mode: 0644]
apps/files_external/appinfo/info.xml [new file with mode: 0644]
apps/files_external/lib/ftp.php [new file with mode: 0644]
apps/files_external/lib/google.php [new file with mode: 0644]
apps/files_external/lib/webdav.php [new file with mode: 0644]
apps/files_external/tests/config.php [new file with mode: 0644]
apps/files_external/tests/ftp.php [new file with mode: 0644]
apps/files_external/tests/google.php [new file with mode: 0644]
apps/files_external/tests/webdav.php [new file with mode: 0644]
apps/files_remote/appinfo/app.php [deleted file]
apps/files_remote/appinfo/info.xml [deleted file]
apps/files_remote/lib/ftp.php [deleted file]
apps/files_remote/lib/google.php [deleted file]
apps/files_remote/lib/webdav.php [deleted file]
apps/files_remote/tests/config.php [deleted file]
apps/files_remote/tests/ftp.php [deleted file]
apps/files_remote/tests/google.php [deleted file]
apps/files_remote/tests/webdav.php [deleted file]