diff --git a/.drone.env b/.drone.env index f05d59cee..f6002f5a5 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=f707e718407c0af592096a4a0b7ecba48d4859da +WEB_COMMITID=d61c5f240b17a04b3de4ce6da1d1773445853431 WEB_BRANCH=master diff --git a/changelog/5.0.0_2023-10-30/update-web-8.0.0.md b/changelog/5.0.0_2023-10-30/update-web-8.0.0.md index 7a778ecf9..1babd927d 100644 --- a/changelog/5.0.0_2023-10-30/update-web-8.0.0.md +++ b/changelog/5.0.0_2023-10-30/update-web-8.0.0.md @@ -16,6 +16,7 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de * Bugfix [owncloud/web#9670](https://github.com/owncloud/web/pull/9670) - Tiles view accessibility * Bugfix [owncloud/web#9694](https://github.com/owncloud/web/issues/9694) - Special characters in username * Bugfix [owncloud/web#9788](https://github.com/owncloud/web/issues/9788) - Create .space folder if it does not exist +* Bugfix [owncloud/web#9799](https://github.com/owncloud/web/issues/9799) - Link resolving into default app * Bugfix [owncloud/web#9832](https://github.com/owncloud/web/pull/9832) - Copy quicklinks for webkit navigator * Bugfix [owncloud/web#9843](https://github.com/owncloud/web/pull/9843) - Fix display path on resources * Bugfix [owncloud/web#9844](https://github.com/owncloud/web/pull/9844) - Upload space image @@ -59,6 +60,9 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de * Enhancement [owncloud/web#9863](https://github.com/owncloud/web/pull/9863) - Location picker in embed mode * Enhancement [owncloud/web#9864](https://github.com/owncloud/web/pull/9864) - Search tags filter chips style aligned * Enhancement [owncloud/web#9884](https://github.com/owncloud/web/pull/9884) - Enable dark theme on importer +* Enhancement [owncloud/web#9906](https://github.com/owncloud/web/pull/9906) - Reorganize "New" menu +* Enhancement [owncloud/web#9911](https://github.com/owncloud/web/pull/9911) - Provide vendor neutral file icons -https://github.com/owncloud/ocis/pull/7622 -https://github.com/owncloud/web/releases/tag/v8.0.0 + +https://github.com/owncloud/ocis/pull/7673 +https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.6 diff --git a/services/web/Makefile b/services/web/Makefile index 0424689d7..f9440ed65 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.5 +WEB_ASSETS_VERSION = v8.0.0-alpha.6 include ../../.make/recursion.mk