Skip to content

Commit

Permalink
feat: enable draw-io extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 2, 2024
1 parent b6020f8 commit f50a4b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions changelog/unreleased/add-spaceid-to-sse.md
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions changelog/unreleased/enable-drawio-by-default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Enable web extension drawio by default

Enable web extension drawio by default

https://github.com/owncloud/ocis/pull/8760
2 changes: 1 addition & 1 deletion services/web/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f50a4b7

Please sign in to comment.