diff --git a/.drone.env b/.drone.env index 18d4a4ab77a..11b03bc473d 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=efca66897eccd1bfe7e53e01c05cc439540beb89 +WEB_COMMITID=eae32d564f8b2e016624b584b0e99addf802ca63 WEB_BRANCH=stable-11.0 diff --git a/changelog/unreleased/enhancement-update-web-to-v11.3.1.md b/changelog/unreleased/enhancement-update-web-to-v11.3.1.md new file mode 100644 index 00000000000..23bf485e084 --- /dev/null +++ b/changelog/unreleased/enhancement-update-web-to-v11.3.1.md @@ -0,0 +1,11 @@ +Enhancement: Update Web to v11.3.1 + +- Bugfix [owncloud/web#12225](https://github.com/owncloud/web/pull/12225): Broken title for public files link +- Bugfix [owncloud/web#12226](https://github.com/owncloud/web/pull/12226): Disable password protected folders creation inside public links +- Bugfix [owncloud/web#12240](https://github.com/owncloud/web/pull/12240): Add password policies to password protected folders +- Bugfix [owncloud/web#12241](https://github.com/owncloud/web/pull/12241): Revert password protected folder creation on error +- Bugfix [owncloud/web#12270](https://github.com/owncloud/web/pull/12270): Add password generator into password protected folders +- Bugfix [owncloud/web#12297](https://github.com/owncloud/web/pull/12297): Two spaces are created at the same time when user tries to create a space + +https://github.com/owncloud/ocis/pull/11131 +https://github.com/owncloud/web/releases/tag/v11.3.1 diff --git a/services/web/Makefile b/services/web/Makefile index bfcebb8b387..15b81229121 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v11.3.0 +WEB_ASSETS_VERSION = v11.3.1 include ../../.make/recursion.mk