mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
feat: enable draw-io extension by default
This commit is contained in:
@@ -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
|
||||
|
||||
5
changelog/unreleased/enable-drawio-by-default.md
Normal file
5
changelog/unreleased/enable-drawio-by-default.md
Normal 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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user