Skip to content

Commit

Permalink
chore: bump web to v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jul 5, 2024
1 parent 5640d59 commit 529218f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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=a6e39f4ec70c0c65057d189c4ed9999830b956f5
WEB_COMMITID=b92e0c3d353ba72174e9941ed4ef1ff528a35862
WEB_BRANCH=master
13 changes: 9 additions & 4 deletions changelog/unreleased/update-web-9.1.0.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
Enhancement: Update web to v9.1.0-alpha.1
Enhancement: Update web to v9.1.0

Tags: web

We updated ownCloud Web to v9.1.0-alpha.1. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v9.1.0. Please refer to the changelog (linked) for details on the web release.

* Bugfix [owncloud/web#11058](https://github.com/owncloud/web/pull/11058): Resetting user after logout
* Bugfix [owncloud/web#11059](https://github.com/owncloud/web/pull/11059): Admin settings UI update after save
* Bugfix [owncloud/web#11068](https://github.com/owncloud/web/pull/11068): Editor save after token renewal
* Bugfix [owncloud/web#11132](https://github.com/owncloud/web/pull/11132): Trash bin breaking on navigation
* Bugfix [owncloud/web#11135](https://github.com/owncloud/web/issues/11135): Tooltips in trashbin covered
* Bugfix [owncloud/web#11137](https://github.com/owncloud/web/pull/11137): Duplicated elements on public link page
* Bugfix [owncloud/web#11139](https://github.com/owncloud/web/pull/11139): Secure view default action
* Enhancement [owncloud/web#5387](https://github.com/owncloud/web/issues/5387): Accessibility improvements
* Enhancement [owncloud/web#10996](https://github.com/owncloud/web/pull/10996): Activities sidebar app panel
* Enhancement [owncloud/web#11054](https://github.com/owncloud/web/pull/11054): Consistent initial loading spinner
* Enhancement [owncloud/web#11057](https://github.com/owncloud/web/pull/11057): Add action drop down to app top bar
* Enhancement [owncloud/web#11060](https://github.com/owncloud/web/pull/11060): Decrease text editor loading times
* Enhancement [owncloud/web#11077](https://github.com/owncloud/web/pull/11077): Reduce network load on token renewal
* Enhancement [owncloud/web#11085](https://github.com/owncloud/web/pull/11085): Open file directly from app
* Enhancement [owncloud/web#11093](https://github.com/owncloud/web/pull/11093): Enable default autosave in editors

https://github.com/owncloud/ocis/pull/9496
https://github.com/owncloud/web/releases/tag/v9.1.0-alpha.1
https://github.com/owncloud/ocis/pull/9547
https://github.com/owncloud/web/releases/tag/v9.1.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 = v9.1.0-alpha.1
WEB_ASSETS_VERSION = v9.1.0

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

Expand Down

0 comments on commit 529218f

Please sign in to comment.