diff --git a/.drone.env b/.drone.env index 361b772ff4..7f046d20dd 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=80eab22a309c50c11e82e7e4e297face6f5d65ec +WEB_COMMITID=998722d3f3836a8091549313b540ddcc3dd1ae03 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-10.2.0.md b/changelog/unreleased/update-web-10.2.0.md new file mode 100644 index 0000000000..f317f71bc1 --- /dev/null +++ b/changelog/unreleased/update-web-10.2.0.md @@ -0,0 +1,19 @@ +Enhancement: Update web to v10.2.0 + +Tags: web + +We updated ownCloud Web to v10.2.0. Please refer to the changelog (linked) for details on the web release. + +* Bugfix [owncloud/web#11512](https://github.com/owncloud/web/pull/11512): OCM invite generation body format +* Bugfix [owncloud/web#11526](https://github.com/owncloud/web/pull/11526): Logout on access token renewal failure +* Enhancement [owncloud/web#11377](https://github.com/owncloud/web/pull/11377): Replace custom datepicker with native html element +* Enhancement [owncloud/web#11387](https://github.com/owncloud/web/pull/11387): Display disabled role permissions +* Enhancement [owncloud/web#11394](https://github.com/owncloud/web/pull/11394): Mark external shares +* Enhancement [owncloud/web#11484](https://github.com/owncloud/web/pull/11484): Hide versions panel with insufficient permissions +* Enhancement [owncloud/web#11502](https://github.com/owncloud/web/pull/11502): Support a tags in actions +* Enhancement [owncloud/web#11508](https://github.com/owncloud/web/pull/11508): Improve tiles view performance +* Enhancement [owncloud/web#11515](https://github.com/owncloud/web/pull/11515): Add default actions extension point +* Enhancement [owncloud/web#11518](https://github.com/owncloud/web/pull/11518): Add select all checkbox to tiles view + +https://github.com/owncloud/ocis/pull/9988 +https://github.com/owncloud/web/releases/tag/v10.2.0 diff --git a/services/web/Makefile b/services/web/Makefile index f61c3cb85a..b26d8571de 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v10.1.0 +WEB_ASSETS_VERSION = v10.2.0 include ../../.make/recursion.mk