Skip to content

Commit

Permalink
Merge pull request #7798 from owncloud/bump-web-to-7.1.2
Browse files Browse the repository at this point in the history
chore: bump web to v7.1.2
  • Loading branch information
JammingBen authored Nov 24, 2023
2 parents 7602127 + ab2a920 commit 3815030
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -2614,6 +2614,7 @@ def generateWebPnpmCache(ctx):
"image": OC_CI_NODEJS % DEFAULT_NODEJS_VERSION,
"commands": [
"cd %s" % dirs["web"],
'npm install --silent --global --force "$(jq -r ".packageManager" < package.json)"',
"pnpm config set store-dir ./.pnpm-store",
"retry -t 3 'pnpm install'",
],
Expand Down Expand Up @@ -2705,6 +2706,7 @@ def restoreWebPnpmCache():
"cd %s" % dirs["web"],
"rm -rf .pnpm-store",
"tar -xvf %s" % dirs["webPnpmZip"],
'npm install --silent --global --force "$(jq -r ".packageManager" < package.json)"',
"pnpm config set store-dir ./.pnpm-store",
"retry -t 3 'pnpm install'",
],
Expand Down
11 changes: 0 additions & 11 deletions changelog/unreleased/bump-web-7.1.1.md

This file was deleted.

13 changes: 13 additions & 0 deletions changelog/unreleased/bump-web-7.1.2.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v7.1.1
WEB_ASSETS_VERSION = v7.1.2

include ../../.make/recursion.mk

Expand Down

0 comments on commit 3815030

Please sign in to comment.