Merge pull request #7883 from owncloud/bump-web-8.0.0-alpha.12

[full-ci] chore: bump web to v8.0.0-alpha.12
This commit is contained in:
Benedikt Kulmann
2023-12-05 16:21:59 +01:00
committed by GitHub
3 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=b0adcdf5770f972f73a9e83ce0f023ee5f484e5a
WEB_COMMITID=bdd7363797fd0f43c5f3d16579beb18d6f40bb0d
WEB_BRANCH=master

View File

@@ -1,8 +1,8 @@
Enhancement: Update web to v8.0.0
Enhancement: Update web to v8.0.0-alpha.12
Tags: web
We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v8.0.0-alpha.12. 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
@@ -28,6 +28,8 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de
* Bugfix [owncloud/web#10031](https://github.com/owncloud/web/issues/10031): Icon extension mapping
* Bugfix [owncloud/web#10065](https://github.com/owncloud/web/pull/10065): Logout page after token expiry
* Bugfix [owncloud/web#10083](https://github.com/owncloud/web/pull/10083): Disable expiration date for alias link (internal)
* Bugfix [owncloud/web#10092](https://github.com/owncloud/web/pull/10092): Allow empty search query in "in-here" search
* Bugfix [owncloud/web#10096](https://github.com/owncloud/web/pull/10096): Remove password buttons on input if disabled
* Change [owncloud/web#7338](https://github.com/owncloud/web/issues/7338): Remove deprecated code
* Enhancement [owncloud/web#7317](https://github.com/owncloud/ocis/pull/7317): Make login url configurable
* Enhancement [owncloud/web#7497](https://github.com/owncloud/ocis/issues/7497): Permission checks for shares and favorites
@@ -83,7 +85,9 @@ We updated ownCloud Web to v8.0.0. Please refer to the changelog (linked) for de
* Enhancement [owncloud/web#10047](https://github.com/owncloud/web/pull/10047): Add explaining contextual helper to spaces overview
* Enhancement [owncloud/web#10057](https://github.com/owncloud/web/pull/10057): Folder tree creation during upload
* Enhancement [owncloud/web#10062](https://github.com/owncloud/web/pull/10062): Show webdav information in details view
* Enhancement [owncloud/web#10082](https://github.com/owncloud/web/pull/10082): Add authentication delegation in the Embed mode
* Enhancement [owncloud/web#10072](https://github.com/owncloud/web/issues/10072): Add authentication delegation in the Embed mode
* Enhancement [owncloud/web#10099](https://github.com/owncloud/web/pull/10099): Support mandatory filter while listing users
* Enhancement [owncloud/web#10102](https://github.com/owncloud/web/pull/10102): Registering quick actions as extension
https://github.com/owncloud/ocis/pull/7852
https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.11
https://github.com/owncloud/ocis/pull/7883
https://github.com/owncloud/web/releases/tag/v8.0.0-alpha.12

View File

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