diff --git a/.drone.env b/.drone.env index 183032f8a5..a640532b81 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=7cbcc9b3bd4862bfc150ef62d41926659bb0ffbc +WEB_COMMITID=9a262d0ef4bd5625e5eb702f094317000ab11a43 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-10.0.0.md b/changelog/unreleased/update-web-10.0.0.md new file mode 100644 index 0000000000..3282aae13f --- /dev/null +++ b/changelog/unreleased/update-web-10.0.0.md @@ -0,0 +1,20 @@ +Enhancement: Update web to v10.0.0 + +Tags: web + +We updated ownCloud Web to v10.0.0. Please refer to the changelog (linked) for details on the web release. + +- Bugfix [owncloud/web#11174](https://github.com/owncloud/web/pull/11174) Downloading files via the app top bar doesn't reflect the current state +- Bugfix [owncloud/web#11186](https://github.com/owncloud/web/pull/11186) Images stretched in preview app in Safari browser +- Bugfix [owncloud/web#11194](https://github.com/owncloud/web/pull/11194) UI breaks when tags are numbers +- Bugfix [owncloud/web#11253](https://github.com/owncloud/web/pull/11253) Open dropdown menu does not deselect other items in admin settings app +- Change [owncloud/web#11251](https://github.com/owncloud/web/pull/11251) Removal of Deprecated Config Options +- Change [owncloud/web#11252](https://github.com/owncloud/web/pull/11252) Remove draw-io as default app +- Change [owncloud/web#11277](https://github.com/owncloud/web/pull/11277) Remove set as description space action +- Enhancement [owncloud/web#11166](https://github.com/owncloud/web/pull/11166) Add share role icon to shared with me table +- Enhancement [owncloud/web#11258](https://github.com/owncloud/web/pull/11258) Application menu extension point +- Enhancement [owncloud/web#11279](https://github.com/owncloud/web/pull/11279) Move quota info to general info in user menu +- Enhancement [owncloud/web#11280](https://github.com/owncloud/web/pull/11280) Add edit description button to space info + +https://github.com/owncloud/ocis/pull/9707 +https://github.com/owncloud/web/releases/tag/v10.0.0 diff --git a/changelog/unreleased/update-web-9.2.0.md b/changelog/unreleased/update-web-9.2.0.md deleted file mode 100644 index 598743dd8f..0000000000 --- a/changelog/unreleased/update-web-9.2.0.md +++ /dev/null @@ -1,10 +0,0 @@ -Enhancement: Update web to v9.1.0-alpha.1 - -Tags: web - -We updated ownCloud Web to v9.1.0-alpha.1. Please refer to the changelog (linked) for details on the web release. - -- Enhancement [owncloud/web#11101](https://github.com/owncloud/web/issues/11101): Add share role icon to shared with me table - -https://github.com/owncloud/ocis/pull/9585 -https://github.com/owncloud/web/releases/tag/v9.2.0-alpha.1 diff --git a/services/web/Makefile b/services/web/Makefile index 5089488832..36346cb23d 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v9.2.0-alpha.1 +WEB_ASSETS_VERSION = v10.0.0 include ../../.make/recursion.mk