Merge pull request #3487 from owncloud/bump-web-v5.4.0-rc.4

[full-ci] Bump web to v5.4.0-rc.4
This commit is contained in:
Willy Kloucek
2022-04-07 19:42:32 +02:00
committed by GitHub
4 changed files with 8 additions and 11 deletions

View File

@@ -3,5 +3,5 @@ CORE_COMMITID=574b3c8bc75df34cae8a41ad5ed0524ec08c5519
CORE_BRANCH=master
# The test runner source for UI tests
WEB_COMMITID=805627004b9445c1f69ce9a6d824a18a2b83aca4
WEB_COMMITID=0460c3c992838c50717038874af468a29488b165
WEB_BRANCH=master

View File

@@ -1,9 +1,10 @@
Enhancement: Update ownCloud Web to v5.4.0-rv.3
Enhancement: Update ownCloud Web to v5.4.0-rc.4
Tags: web
We updated ownCloud Web to v5.4.0-rv.3. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v5.4.0-rc.4. Please refer to the changelog (linked) for details on the web release.
https://github.com/owncloud/web/pull/6709
https://github.com/owncloud/ocis/pull/3437
https://github.com/owncloud/web/releases/tag/v5.4.0-rc.3
https://github.com/owncloud/ocis/pull/3487
https://github.com/owncloud/web/releases/tag/v5.4.0-rc.4

View File

@@ -9,13 +9,9 @@ Level-3 headings should be used for the references to the relevant issues. Inclu
Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself.
### [Media Viewer does not support mp3 files](https://github.com/owncloud/ocis/issues/1106)
- [webUIPreview/imageMediaViewer.feature:84](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L84)
- [webUIPreview/imageMediaViewer.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L91)
### [Endless loading when opening a file in section "Shared with me" or "Shared with other"](https://github.com/owncloud/web/issues/5324)
- [webUIPreview/imageMediaViewer.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L143)
- [webUIPreview/imageMediaViewer.feature:152](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L152)
- [webUIPreview/mediaPreview.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L143)
- [webUIPreview/mediaPreview.feature:152](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L152)
### [Exit page re-appears in loop when logged in user is deleted](https://github.com/owncloud/web/issues/4677)
- [webUILogin/openidLogin.feature:50](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L50)

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v5.4.0-rc.3
WEB_ASSETS_VERSION = v5.4.0-rc.4
include ../.make/recursion.mk