mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 03:09:33 -06:00
chore: bump web to v8.0.0-alpha.12
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=b0adcdf5770f972f73a9e83ce0f023ee5f484e5a
|
||||
WEB_COMMITID=bdd7363797fd0f43c5f3d16579beb18d6f40bb0d
|
||||
WEB_BRANCH=master
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user