Merge pull request #7622 from owncloud/bump-web-to-8.0.0-alpha.5

chore: bump web to v8.0.0-alpha.5
This commit is contained in:
Michael Barz
2023-10-30 15:45:49 +01:00
committed by GitHub
3 changed files with 66 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=81b683a3c5b9e719ce6fa44b72f268e419e1d97c
WEB_COMMITID=f707e718407c0af592096a4a0b7ecba48d4859da
WEB_BRANCH=master

View File

@@ -0,0 +1,64 @@
Enhancement: Update web to v8.0.0
Tags: web
We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for details on the web release.
## Summary
* Bugfix [owncloud/web#9257](https://github.com/owncloud/web/issues/9257) - Filter out shares without display name
* Bugfix [owncloud/web#9483](https://github.com/owncloud/web/issues/9483) - PDF loading Safari
* Bugfix [owncloud/web#9513](https://github.com/owncloud/web/pull/9513) - Set or remove expiration date on group share not possible
* Bugfix [owncloud/web#9529](https://github.com/owncloud/web/pull/9529) - Shared with action menu label alignment
* Bugfix [owncloud/web#9587](https://github.com/owncloud/web/pull/9587) - Internal public link resolving
* Bugfix [owncloud/web#9593](https://github.com/owncloud/web/issues/9593) - Audio- & video-loading on Shared with me page
* Bugfix [owncloud/web#9649](https://github.com/owncloud/web/pull/9649) - Add project space filter
* Bugfix [owncloud/web#9663](https://github.com/owncloud/web/pull/9663) - Respect the open-in-new-tab-config for external apps
* 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#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
* Bugfix [owncloud/web#9861](https://github.com/owncloud/web/pull/9861) - Duplicated file search request
* Bugfix [owncloud/web#9873](https://github.com/owncloud/web/pull/9873) - Tags are no longer editable for a locked file
* Bugfix [owncloud/web#9881](https://github.com/owncloud/web/pull/9881) - Prevent rendering of old/wrong set of resources in search list
* Enhancement [owncloud/web#7317](https://github.com/owncloud/ocis/pull/7317) - Make login url configurable
* Enhancement [owncloud/web#7600](https://github.com/owncloud/web/issues/7600) - Scroll to newly created folder
* Enhancement [owncloud/web#9302](https://github.com/owncloud/web/issues/9302) - Application unification
* Enhancement [owncloud/web#9423](https://github.com/owncloud/web/pull/9423) - Show local loading spinner in sharing button
* Enhancement [owncloud/web#9441](https://github.com/owncloud/web/pull/9441) - File versions tooltip with absolute date
* Enhancement [owncloud/web#9441](https://github.com/owncloud/web/pull/9441) - Disabling extensions
* Enhancement [owncloud/web#9451](https://github.com/owncloud/web/pull/9451) - Add SSE to get notifications instantly
* Enhancement [owncloud/web#9525](https://github.com/owncloud/web/pull/9525) - Tags form improved
* Enhancement [owncloud/web#9527](https://github.com/owncloud/web/pull/9527) - Don't display confirmation dialog on file deletion
* Enhancement [owncloud/web#9531](https://github.com/owncloud/web/issues/9531) - Personal shares can be shown and hidden
* Enhancement [owncloud/web#9561](https://github.com/owncloud/web/pull/9561) - Indicate processing state
* Enhancement [owncloud/web#9566](https://github.com/owncloud/web/pull/9566) - Display locking information
* Enhancement [owncloud/web#9584](https://github.com/owncloud/web/pull/9584) - Moving share's "set expiration date" function
* Enhancement [owncloud/web#9625](https://github.com/owncloud/web/pull/9625) - Add keyboard navigation to spaces overview
* Enhancement [owncloud/web#9627](https://github.com/owncloud/web/pull/9627) - Add batch actions to spaces
* Enhancement [owncloud/web#9653](https://github.com/owncloud/web/pull/9653) - Keyword Query Language (KQL) search syntax
* Enhancement [owncloud/web#9671](https://github.com/owncloud/web/pull/9671) - OcModal set buttons to same width
* Enhancement [owncloud/web#9682](https://github.com/owncloud/web/pull/9682) - Add password policy compatibility
* Enhancement [owncloud/web#9691](https://github.com/owncloud/web/pull/9691) - Password generator for public links
* Enhancement [owncloud/web#9696](https://github.com/owncloud/web/pull/9696) - Added app banner for mobile devices
* Enhancement [owncloud/web#9706](https://github.com/owncloud/web/pull/9706) - Unify sharing expiration date menu items
* Enhancement [owncloud/web#9727](https://github.com/owncloud/web/pull/9727) - Show error if password is on a banned password list
* Enhancement [owncloud/web#9771](https://github.com/owncloud/web/pull/9771) - Handle postprocessing state via Server Sent Events
* Enhancement [owncloud/web#9806](https://github.com/owncloud/web/pull/9806) - Preview image presentation
* Enhancement [owncloud/web#9809](https://github.com/owncloud/web/pull/9809) - Add editors to the application menu
* Enhancement [owncloud/web#9814](https://github.com/owncloud/web/pull/9814) - Registering nav items as extension
* Enhancement [owncloud/web#9815](https://github.com/owncloud/web/pull/9815) - Add new portal into runtime to include footer
* Enhancement [owncloud/web#9818](https://github.com/owncloud/web/pull/9818) - Add `mode` config option
* Enhancement [owncloud/web#9831](https://github.com/owncloud/web/pull/9831) - Last modified filter chips
* Enhancement [owncloud/web#9841](https://github.com/owncloud/web/pull/9841) - Add embed mode actions
* Enhancement [owncloud/web#9853](https://github.com/owncloud/web/pull/9853) - Show only create folder button in embed mode
* Enhancement [owncloud/web#9854](https://github.com/owncloud/web/pull/9854) - Search query term linking
* Enhancement [owncloud/web#9857](https://github.com/owncloud/web/pull/9857) - Add permission to delete link passwords when password is enforced
* Enhancement [owncloud/web#9858](https://github.com/owncloud/web/pull/9858) - Remove settings icon from searchbar
* 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
https://github.com/owncloud/ocis/pull/7622
https://github.com/owncloud/web/releases/tag/v8.0.0

View File

@@ -1,6 +1,6 @@
SHELL := bash
NAME := web
WEB_ASSETS_VERSION = v8.0.0-alpha.4
WEB_ASSETS_VERSION = v8.0.0-alpha.5
include ../../.make/recursion.mk