Skip to content

Commit

Permalink
Merge pull request #7883 from owncloud/bump-web-8.0.0-alpha.12
Browse files Browse the repository at this point in the history
[full-ci] chore: bump web to v8.0.0-alpha.12
  • Loading branch information
kulmann committed Dec 5, 2023
2 parents 6ac0211 + 0668ccb commit 2817cd4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The test runner source for UI tests
WEB_COMMITID=b0adcdf5770f972f73a9e83ce0f023ee5f484e5a
WEB_COMMITID=bdd7363797fd0f43c5f3d16579beb18d6f40bb0d
WEB_BRANCH=master
14 changes: 9 additions & 5 deletions changelog/5.0.0_2023-11-30/update-web-8.0.0.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion services/web/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2817cd4

Please sign in to comment.