We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dba884 + 5e2f510 commit ad5e7acCopy full SHA for ad5e7ac
.drone.env
@@ -1,3 +1,3 @@
1
# The test runner source for UI tests
2
-WEB_COMMITID=4a81b66434376712b85ce54927c9664ca4200a80
+WEB_COMMITID=4e04a4abaf02a0d54f57b9a90667675ccfe198a6
3
WEB_BRANCH=stable-12
changelog/unreleased/enhancement-bump-web-to-v12.0.4.md
@@ -0,0 +1,6 @@
+Enhancement: Bump Web to 12.0.4
+
+- Bugfix [owncloud/web#12943](https://github.com/owncloud/web/pull/12943): Sign public link archiver download URL
4
5
+https://github.com/owncloud/ocis/pull/11625
6
+https://github.com/owncloud/web/releases/tag/v12.0.4
services/web/Makefile
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
-WEB_ASSETS_VERSION = v12.0.2
+WEB_ASSETS_VERSION = v12.0.4
include ../../.make/recursion.mk
0 commit comments