Merge pull request #8760 from owncloud/feat/enable-drawio-by-default
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/8614
|
||||||
https://github.com/owncloud/ocis/pull/8624
|
https://github.com/owncloud/ocis/pull/8624
|
||||||
|
|||||||
@@ -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",
|
ResponseType: "code",
|
||||||
Scope: "openid profile email",
|
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{
|
ExternalApps: []config.ExternalApp{
|
||||||
{
|
{
|
||||||
ID: "preview",
|
ID: "preview",
|
||||||
|
|||||||
Reference in New Issue
Block a user