Skip to content

Commit

Permalink
Merge pull request #9988 from owncloud/bump-web-10.2.0
Browse files Browse the repository at this point in the history
[full-ci] chore: update web to v10.2.0
  • Loading branch information
micbar committed Sep 5, 2024
2 parents b859d08 + a41a314 commit c9c8449
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=80eab22a309c50c11e82e7e4e297face6f5d65ec
WEB_COMMITID=998722d3f3836a8091549313b540ddcc3dd1ae03
WEB_BRANCH=master
19 changes: 19 additions & 0 deletions changelog/unreleased/update-web-10.2.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v10.1.0
WEB_ASSETS_VERSION = v10.2.0

include ../../.make/recursion.mk

Expand Down

0 comments on commit c9c8449

Please sign in to comment.