From d284eaa17f24e09e758c9f0638cb737791baecc8 Mon Sep 17 00:00:00 2001 From: Michael Stingl Date: Mon, 29 Dec 2025 23:56:56 +0100 Subject: [PATCH] fix(web): add activities to default apps list Fixes opencloud-eu/opencloud#2089 --- services/web/pkg/config/defaults/defaultconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/pkg/config/defaults/defaultconfig.go b/services/web/pkg/config/defaults/defaultconfig.go index 6286414cee..33574dead9 100644 --- a/services/web/pkg/config/defaults/defaultconfig.go +++ b/services/web/pkg/config/defaults/defaultconfig.go @@ -98,7 +98,7 @@ func DefaultConfig() *config.Config { ResponseType: "code", Scope: "openid profile email", }, - Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "preview", "app-store"}, + Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "preview", "app-store", "activities"}, Options: config.Options{ ContextHelpersReadMore: true, AccountEditLink: &config.AccountEditLink{},