Update web to v4.3.0

This commit is contained in:
Benedikt Kulmann
2021-10-07 13:04:54 +02:00
committed by Phil Davis
parent 04ea7ae201
commit de7e466445
9 changed files with 182 additions and 116 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=28fb541fcd334e17157013e6ab594b4e18c3b156
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=76036fd83dbd3a787db8321114e88d81d04cf63f
WEB_COMMITID=6dae5d82e4c6b3310301005ad6e38c0493b854fa
WEB_BRANCH=master

View File

@@ -76,7 +76,7 @@
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^9.3.0"
"owncloud-design-system": "^10.0.0"
},
"dependencies": {
"validator": "^13.1.1"

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,8 @@
Change: Update ownCloud Web to v4.3.0
Tags: web
We updated ownCloud Web to v4.3.0. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/ocis/pull/2589
https://github.com/owncloud/web/releases/tag/v4.3.0

View File

@@ -77,6 +77,6 @@
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^9.3.0"
"owncloud-design-system": "^10.0.0"
}
}

View File

@@ -1,5 +1,5 @@
// Code generated by fileb0x at "2021-09-25 14:41:39.537604731 +0200 CEST m=+0.010858641" from config file "embed.yml" DO NOT EDIT.
// modification hash(3d32252a27dafaed9f09906d8f2df92f.8058aec596c5fb73022d09bb97af796e)
// Code generated by fileb0x at "2021-10-07 13:02:36.268514 +0200 CEST m=+0.025877319" from config file "embed.yml" DO NOT EDIT.
// modification hash(7c61d31ed4279ff4fe66458483af1a11.8058aec596c5fb73022d09bb97af796e)
package assets

View File

@@ -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 = v4.2.0
WEB_ASSETS_VERSION = v4.3.0
.PHONY: pull-assets
pull-assets:

File diff suppressed because one or more lines are too long

View File

@@ -184,7 +184,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringSliceFlag{
Name: "web-config-app",
Value: cli.NewStringSlice("files", "search", "media-viewer"),
Value: cli.NewStringSlice("files", "search", "media-viewer", "external"),
Usage: `--web-config-app files [--web-config-app draw-io]`,
EnvVars: []string{"WEB_UI_CONFIG_APPS"},
},