From 95cb4b5351d7f58f81547de6aa00d38948ca7d0e Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 11 Oct 2022 10:55:22 +0200 Subject: [PATCH] Update web to v6.0.0-rc.1 --- .drone.env | 2 +- changelog/unreleased/update-web-6.0.0-rc.1.md | 41 +++++++++++++++++++ services/web/Makefile | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/update-web-6.0.0-rc.1.md diff --git a/.drone.env b/.drone.env index dcc450229..10f287fa4 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=ddd3b90f4aea35a459a6fedf78a9bcf110dc3303 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=283eb8eebcfbcdce76198f76d465c73e3094ba8b +WEB_COMMITID=09120268c6bc311f3456bb6aef70b11e97618f51 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-6.0.0-rc.1.md b/changelog/unreleased/update-web-6.0.0-rc.1.md new file mode 100644 index 000000000..d40027477 --- /dev/null +++ b/changelog/unreleased/update-web-6.0.0-rc.1.md @@ -0,0 +1,41 @@ +Enhancement: Update ownCloud Web to v6.0.0-rc.1 + +Tags: web + +We updated ownCloud Web to v6.0.0-rc.1. Please refer to the changelog (linked) for details on the web release. + +* Bugfix [#7419](https://github.com/owncloud/web/issues/7419): Add language param opening external app +* Bugfix [#7731](https://github.com/owncloud/web/pull/7731): "Copy Quicklink"-translations +* Bugfix [#7652](https://github.com/owncloud/web/pull/7652): Disable copy/move overwrite on self +* Bugfix [#7739](https://github.com/owncloud/web/pull/7739): Disable shares loading on public and trash locations +* Bugfix [#7740](https://github.com/owncloud/web/pull/7740): Disappearing quicklink in sidebar +* Bugfix [#7734](https://github.com/owncloud/web/pull/7734): File name reactivity +* Bugfix [#7724](https://github.com/owncloud/web/pull/7724): Folder conflict dialog +* Bugfix [#7652](https://github.com/owncloud/web/pull/7652): Inhibit move files between spaces +* Bugfix [#7640](https://github.com/owncloud/web/pull/7640): "Private link"-button alignment +* Bugfix [#7748](https://github.com/owncloud/web/pull/7748): Reload file list after last share removal +* Bugfix [#7699](https://github.com/owncloud/web/issues/7699): Remove the "close sidebar"-calls on delete +* Bugfix [#7504](https://github.com/owncloud/web/pull/7504): Resolve upload existing folder +* Bugfix [#7675](https://github.com/owncloud/web/pull/7675): Search bar on small screens +* Bugfix [#7662](https://github.com/owncloud/web/pull/7662): Sidebar for received shares in search file list +* Bugfix [#7506](https://github.com/owncloud/web/issues/7506): Shares loading +* Bugfix [#7632](https://github.com/owncloud/web/pull/7632): Sidebar toggle icon +* Bugfix [#7756](https://github.com/owncloud/web/pull/7756): Try to obtain refresh token before the error case +* Bugfix [#7651](https://github.com/owncloud/web/pull/7651): Spaces on "Shared via link"-page +* Bugfix [#7521](https://github.com/owncloud/web/issues/7521): Spaces reactivity on update +* Bugfix [#7630](https://github.com/owncloud/web/pull/7630): Upload modify time +* Change [#6648](https://github.com/owncloud/web/issues/6648): Drive aliases in URLs +* Enhancement [#7709](https://github.com/owncloud/web/pull/7709): Edit custom permissions wording +* Enhancement [#7190](https://github.com/owncloud/web/pull/7190): Deny subfolders inside share +* Enhancement [#7684](https://github.com/owncloud/web/pull/7684): Design polishing +* Enhancement [#7725](https://github.com/owncloud/web/pull/7725): Enable renaming on received shares +* Enhancement [#7747](https://github.com/owncloud/web/pull/7747): Friendlier logout screen +* Enhancement [#6247](https://github.com/owncloud/web/issues/6247): Id based routing +* Enhancement [#7405](https://github.com/owncloud/web/pull/7405): Resolve internal links +* Enhancement [#7569](https://github.com/owncloud/web/pull/7569): Make keybindings global +* Enhancement [#7405](https://github.com/owncloud/web/pull/7405): Resolve private links +* Enhancement [#7684](https://github.com/owncloud/web/pull/7684): Update ODS to v14.0.0-alpha.20 +* Enhancement [#7430](https://github.com/owncloud/web/pull/7430): Webdav support in web-client package + +https://github.com/owncloud/ocis/pull/4779 +https://github.com/owncloud/web/releases/tag/v6.0.0-rc.1 diff --git a/services/web/Makefile b/services/web/Makefile index fa880e686..7de0a43ea 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.7.0 +WEB_ASSETS_VERSION = v6.0.0-rc.1 include ../../.make/recursion.mk