feat: enable draw-io extension by default

This commit is contained in:
Thomas Müller
2024-04-02 13:53:59 +02:00
parent b6020f8a41
commit f50a4b79fe
3 changed files with 10 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
Enhancement: Add the spaceID to sse
Enhancement: Add the spaceID to sse
Adds the spaceID to all clientlog sse messages
Adds the spaceID to all clientlog sse messages
https://github.com/owncloud/ocis/pull/8614
https://github.com/owncloud/ocis/pull/8624
https://github.com/owncloud/ocis/pull/8614
https://github.com/owncloud/ocis/pull/8624

View File

@@ -0,0 +1,5 @@
Enhancement: Enable web extension drawio by default
Enable web extension drawio by default
https://github.com/owncloud/ocis/pull/8760

View File

@@ -97,7 +97,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "draw-io"},
ExternalApps: []config.ExternalApp{
{
ID: "preview",