From 0668ccbcba5e163d6a313c052a683b824625fdbe Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 5 Dec 2023 14:47:19 +0100 Subject: [PATCH] chore: bump web to v8.0.0-alpha.12 --- .drone.env | 2 +- changelog/5.0.0_2023-11-30/update-web-8.0.0.md | 14 +++++++++----- services/web/Makefile | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.drone.env b/.drone.env index b4b9be6840b..ea52a39130d 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=b0adcdf5770f972f73a9e83ce0f023ee5f484e5a +WEB_COMMITID=bdd7363797fd0f43c5f3d16579beb18d6f40bb0d WEB_BRANCH=master diff --git a/changelog/5.0.0_2023-11-30/update-web-8.0.0.md b/changelog/5.0.0_2023-11-30/update-web-8.0.0.md index 5219d4a79b6..a36aad72e08 100644 --- a/changelog/5.0.0_2023-11-30/update-web-8.0.0.md +++ b/changelog/5.0.0_2023-11-30/update-web-8.0.0.md @@ -1,8 +1,8 @@ -Enhancement: Update web to v8.0.0 +Enhancement: Update web to v8.0.0-alpha.12 Tags: web -We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v8.0.0-alpha.12. Please refer to the changelog (linked) for details on the web release. ## Summary * Bugfix [owncloud/web#9257](https://github.com/owncloud/web/issues/9257): Filter out shares without display name @@ -28,6 +28,8 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de * Bugfix [owncloud/web#10031](https://github.com/owncloud/web/issues/10031): Icon extension mapping * Bugfix [owncloud/web#10065](https://github.com/owncloud/web/pull/10065): Logout page after token expiry * Bugfix [owncloud/web#10083](https://github.com/owncloud/web/pull/10083): Disable expiration date for alias link (internal) +* Bugfix [owncloud/web#10092](https://github.com/owncloud/web/pull/10092): Allow empty search query in "in-here" search +* Bugfix [owncloud/web#10096](https://github.com/owncloud/web/pull/10096): Remove password buttons on input if disabled * Change [owncloud/web#7338](https://github.com/owncloud/web/issues/7338): Remove deprecated code * Enhancement [owncloud/web#7317](https://github.com/owncloud/ocis/pull/7317): Make login url configurable * Enhancement [owncloud/web#7497](https://github.com/owncloud/ocis/issues/7497): Permission checks for shares and favorites @@ -83,7 +85,9 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de * Enhancement [owncloud/web#10047](https://github.com/owncloud/web/pull/10047): Add explaining contextual helper to spaces overview * Enhancement [owncloud/web#10057](https://github.com/owncloud/web/pull/10057): Folder tree creation during upload * Enhancement [owncloud/web#10062](https://github.com/owncloud/web/pull/10062): Show webdav information in details view -* Enhancement [owncloud/web#10082](https://github.com/owncloud/web/pull/10082): Add authentication delegation in the Embed mode +* Enhancement [owncloud/web#10072](https://github.com/owncloud/web/issues/10072): Add authentication delegation in the Embed mode +* Enhancement [owncloud/web#10099](https://github.com/owncloud/web/pull/10099): Support mandatory filter while listing users +* Enhancement [owncloud/web#10102](https://github.com/owncloud/web/pull/10102): Registering quick actions as extension -https://github.com/owncloud/ocis/pull/7852 -https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.11 +https://github.com/owncloud/ocis/pull/7883 +https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.12 diff --git a/services/web/Makefile b/services/web/Makefile index 1649fa3e5d9..3ec4269c40d 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.11 +WEB_ASSETS_VERSION = v8.0.0-alpha.12 include ../../.make/recursion.mk