mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 06:58:59 -06:00
Update web to 4.0.0
This commit is contained in:
8
changelog/unreleased/update-web-4.0.0.md
Normal file
8
changelog/unreleased/update-web-4.0.0.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Change: Update ownCloud Web to v4.0.0
|
||||
|
||||
Tags: web
|
||||
|
||||
We updated ownCloud Web to v4.0.0. Please refer to the changelog (linked) for details on the web release.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/2353
|
||||
https://github.com/owncloud/web/releases/tag/v4.0.0
|
||||
@@ -13,7 +13,8 @@
|
||||
"files",
|
||||
"draw-io",
|
||||
"markdown-editor",
|
||||
"media-viewer"
|
||||
"media-viewer",
|
||||
"search"
|
||||
],
|
||||
"external_apps": [
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ ci-go-generate: pull-assets # CI runs ci-node-generate automatically before this
|
||||
.PHONY: ci-node-generate
|
||||
ci-node-generate:
|
||||
|
||||
WEB_ASSETS_VERSION = v3.4.1
|
||||
WEB_ASSETS_VERSION = v4.0.0
|
||||
|
||||
.PHONY: pull-assets
|
||||
pull-assets:
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -184,7 +184,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
},
|
||||
&cli.StringSliceFlag{
|
||||
Name: "web-config-app",
|
||||
Value: cli.NewStringSlice("files", "media-viewer"),
|
||||
Value: cli.NewStringSlice("files", "search", "media-viewer"),
|
||||
Usage: `--web-config-app files [--web-config-app draw-io]`,
|
||||
EnvVars: []string{"WEB_UI_CONFIG_APPS"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user