chore: bump web to v7.1.2

This commit is contained in:
Jannik Stehle
2023-11-24 07:51:55 +01:00
parent 38e3f70b70
commit ab2a920bd8
4 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=5fec611688782cdf97fafa31993fe40018f6c132
WEB_BRANCH=release-7.1.1
WEB_COMMITID=0fa16b309ec9954cbd2c12d5b58831e9848e4efa
WEB_BRANCH=release-7.1.2

View File

@@ -1,11 +0,0 @@
Enhancement: Update web to v7.1.1
Tags: web
We updated ownCloud Web to v7.1.1. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9833](https://github.com/owncloud/web/pull/9833): Resolving external URLs
https://github.com/owncloud/ocis/pull/7601
https://github.com/owncloud/web/releases/tag/v7.1.1

View File

@@ -0,0 +1,13 @@
Enhancement: Update web to v7.1.2
Tags: web
We updated ownCloud Web to v7.1.2. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9833](https://github.com/owncloud/web/pull/9833): Resolving external URLs
* Bugfix [owncloud/web#9868](https://github.com/owncloud/web/pull/9868): Respect "details"-query on private links
* Bugfix [owncloud/web#9913](https://github.com/owncloud/web/pull/9913): Private link resolving via share jail ID
https://github.com/owncloud/ocis/pull/7798
https://github.com/owncloud/web/releases/tag/v7.1.2

View File

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