1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-17 12:37:07 +03:00

chore: bump web to 11.3.1

This commit is contained in:
Lukas Hirt 2025-03-14 10:52:45 +01:00 committed by Roman Perekhod
parent 3a7193e12a
commit b7d9f87e45
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=efca66897eccd1bfe7e53e01c05cc439540beb89
WEB_COMMITID=eae32d564f8b2e016624b584b0e99addf802ca63
WEB_BRANCH=stable-11.0

View File

@ -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

View File

@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v11.3.0
WEB_ASSETS_VERSION = v11.3.1
include ../../.make/recursion.mk