diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:39:16 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 18:39:16 +0200 |
commit | 30ff3ad45b8eeb09e3c96386d51474c6f74cde34 (patch) | |
tree | 474d5c82fe9b405bf414fba60ea0f5bedf445fdd /apps/files/appinfo | |
parent | 36c1b7eb310bb072bbed7303d51b74794b330f57 (diff) | |
download | nextcloud-server-30ff3ad45b8eeb09e3c96386d51474c6f74cde34.tar.gz nextcloud-server-30ff3ad45b8eeb09e3c96386d51474c6f74cde34.zip |
adjust files app, and integrate files_external into that section
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/files/appinfo/info.xml | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php index 850c335c27d..afb327e24ba 100644 --- a/apps/files/appinfo/app.php +++ b/apps/files/appinfo/app.php @@ -26,8 +26,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ -\OCP\App::registerAdmin('files', 'admin'); - $l = \OC::$server->getL10N('files'); \OC::$server->getNavigationManager()->add(function () { diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 8b26a6af711..c1666af6348 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -6,7 +6,7 @@ <licence>AGPL</licence> <author>Robin Appelman, Vincent Petry</author> <default_enable/> - <version>1.6.0</version> + <version>1.6.1</version> <types> <filesystem/> </types> @@ -22,4 +22,9 @@ <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job> <job>OCA\Files\BackgroundJob\CleanupFileLocks</job> </background-jobs> + + <settings> + <admin>OCA\Files\Settings\Admin</admin> + <admin-section>OCA\Files\Settings\Section</admin-section> + </settings> </info> |