]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove files_imageviewer and files_texteditor from blacklist so they can be activated...
authorJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 27 Aug 2012 18:35:05 +0000 (20:35 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 27 Aug 2012 18:35:05 +0000 (20:35 +0200)
settings/apps.php

index 6feede7741c4b0231700f1af9ab1dc8baf99abcd..27bbcc9adab14143047c7afd9cb259b182d9c6ce 100644 (file)
@@ -32,7 +32,8 @@ OC_App::setActiveNavigationEntry( "core_apps" );
 $registeredApps=OC_App::getAllApps();
 $apps=array();
 
-$blacklist=array('files','files_imageviewer','files_textviewer');//we dont want to show configuration for these
+//TODO which apps do we want to blacklist and how do we integrate blacklisting with the multi apps folder feature
+$blacklist=array('files');//we dont want to show configuration for these
 
 foreach($registeredApps as $app){
        if(array_search($app,$blacklist)===false){