Merge pull request #6894 from owncloud/bump-web-v7.1.0-rc.2

[full-ci] chore: bump web to v7.1.0-rc.2
This commit is contained in:
Jannik Stehle
2023-07-26 14:11:06 +02:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=4925a1bd117f31530f6ebdf5af2a9215ad3c6796
WEB_COMMITID=373eac416486791123912f13c6b9f6efb7511ae3
WEB_BRANCH=stable-7.1

View File

@@ -1,8 +1,8 @@
Enhancement: Update web to v7.1.0-rc.1
Enhancement: Update web to v7.1.0-rc.2
Tags: web
We updated ownCloud Web to v7.1.0-rc.1. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v7.1.0-rc.2. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9078](https://github.com/owncloud/web/pull/9078): Favorites list update on removal
@@ -14,6 +14,7 @@ We updated ownCloud Web to v7.1.0-rc.1. Please refer to the changelog (linked) f
* Bugfix [owncloud/web#9315](https://github.com/owncloud/web/issues/9315): Switch columns displayed on small screens in "Shared with me" view
* Bugfix [owncloud/web#9351](https://github.com/owncloud/web/pull/9351): Media controls overflow on mobile screens
* Bugfix [owncloud/web#9389](https://github.com/owncloud/web/pull/9389): Space editors see empty trashbin and delete actions in space trashbin
* Bugfix [owncloud/web#9461](https://github.com/owncloud/web/pull/9461): Merging folders
* Enhancement [owncloud/web#7967](https://github.com/owncloud/web/pull/7967): Add hasPriority property for editors per extension
* Enhancement [owncloud/web#8422](https://github.com/owncloud/web/issues/8422): Improve extension app topbar
* Enhancement [owncloud/web#8445](https://github.com/owncloud/web/issues/8445): Open individually shared file in dedicated view
@@ -51,5 +52,5 @@ We updated ownCloud Web to v7.1.0-rc.1. Please refer to the changelog (linked) f
* Enhancement [owncloud/web#9386](https://github.com/owncloud/web/pull/9386): Allow local storage for auth token
* Enhancement [owncloud/web#9394](https://github.com/owncloud/web/pull/9394): Button styling
https://github.com/owncloud/ocis/pull/6828
https://github.com/owncloud/web/releases/tag/v7.1.0-rc.1
https://github.com/owncloud/ocis/pull/6894
https://github.com/owncloud/web/releases/tag/v7.1.0-rc.2

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.0-rc.1
WEB_ASSETS_VERSION = v7.1.0-rc.2
include ../../.make/recursion.mk