summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2012-05-24 11:06:03 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2012-05-24 11:06:03 -0400
commitbee724c53e243bda82c9490154fcd13079e41082 (patch)
tree7009eecbea6507412354f2e10d3563150a9ce128 /apps/files_external/appinfo
parent970124a90b1d20382699680e90eeb52f70cab62c (diff)
downloadnextcloud-server-bee724c53e243bda82c9490154fcd13079e41082.tar.gz
nextcloud-server-bee724c53e243bda82c9490154fcd13079e41082.zip
Initial work on UI for mounting external storage
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php1
-rw-r--r--apps/files_external/appinfo/info.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index 784ed032d47..2940a070258 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -10,3 +10,4 @@ OC::$CLASSPATH['OC_Filestorage_FTP']='apps/files_external/lib/ftp.php';
OC::$CLASSPATH['OC_Filestorage_DAV']='apps/files_external/lib/webdav.php';
OC::$CLASSPATH['OC_Filestorage_Google']='apps/files_external/lib/google.php';
OC::$CLASSPATH['OC_Filestorage_SWIFT']='apps/files_external/lib/swift.php';
+OCP\App::registerAdmin('files_external', 'settings');
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index c324730593f..e0301365d16 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>External storage support</name>
<description>Mount external storage sources</description>
<licence>AGPL</licence>
- <author>Robin Appelman</author>
+ <author>Robin Appelman, Michael Gapczynski</author>
<require>4</require>
<shipped>true</shipped>
<types>