Skip to content

Commit

Permalink
Merge pull request #9510 from owncloud/bump-web-8.0.4
Browse files Browse the repository at this point in the history
[full-ci] chore: bump ownCloud Web to v8.0.4
  • Loading branch information
JammingBen authored Jul 2, 2024
2 parents f47c387 + c443dc6 commit 4a57e98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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=813436ccbb1cadefcf927e19272f7987d3850dcb
WEB_COMMITID=cced82ea44f4dee524eae365c5c82e0831f2453c
WEB_BRANCH=stable-8.0
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
Enhancement: Update web to v8.0.3
Enhancement: Update web to v8.0.4

Tags: web

We updated ownCloud Web to v8.0.3. Please refer to the changelog (linked) for details on the web release.
We updated ownCloud Web to v8.0.4. Please refer to the changelog (linked) for details on the web release.

- Bugfix [owncloud/web#10814](https://github.com/owncloud/web/issues/10814): Vertical scroll for OcModal on small screens
- Bugfix [owncloud/web#10918](https://github.com/owncloud/web/issues/10918): Resource deselection on right-click
- Bugfix [owncloud/web#10920](https://github.com/owncloud/web/pull/10920): Resources with name consist of number won't show up in trash bin
- Bugfix [owncloud/web#10941](https://github.com/owncloud/web/issues/10941): Space not updating on navigation
- Bugfix [owncloud/web#11063](https://github.com/owncloud/web/issues/11063): Enforce shortcut URL protocol
- Bugfix [owncloud/web#11092](https://github.com/owncloud/web/issues/11092): Browser confirmation dialog after closing editor
- Bugfix [owncloud/web#11091](https://github.com/owncloud/web/issues/11091): Button focus when closing editor
- Bugfix [owncloud/web#10942](https://github.com/owncloud/web/issues/10942): Keyboard navigation breaking
- Bugfix [owncloud/web#11086](https://github.com/owncloud/web/pull/11086): Opening public links with an expired token

https://github.com/owncloud/ocis/pull/9429
https://github.com/owncloud/ocis/pull/9510
https://github.com/owncloud/web/releases/tag/v8.0.3
https://github.com/owncloud/web/releases/tag/v8.0.4
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.3
WEB_ASSETS_VERSION = v8.0.4

include ../../.make/recursion.mk

Expand Down

0 comments on commit 4a57e98

Please sign in to comment.