From 543df3017421d7495c2ba57dd3beb2bd2c33e7c9 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Fri, 8 Jan 2021 09:49:12 +0100 Subject: [PATCH] Change defaultapp to dashboard Result of discussion at https://help.nextcloud.com/t/enable-dashboard-on-per-user-basis/94872 Code reference: https://github.com/nextcloud/server/blob/db86bea18ce41ad73e9c1a06f2b2d89d8d4f2ef8/lib/private/legacy/OC_Util.php#L1106 Signed-off-by: rakekniven --- config/config.sample.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 507cc489dc4bc..1560fe8ac39e6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -220,11 +220,11 @@ * URL after clicking them in the Apps menu, such as documents, calendar, and * gallery. You can use a comma-separated list of app names, so if the first * app is not enabled for a user then Nextcloud will try the second one, and so - * on. If no enabled apps are found it defaults to the Files app. + * on. If no enabled apps are found it defaults to the dashboard app. * - * Defaults to ``files`` + * Defaults to ``dashboard,files`` */ -'defaultapp' => 'files', +'defaultapp' => 'dashboard,files', /** * ``true`` enables the Help menu item in the user menu (top right of the