8.0.4
Changelog for ownCloud Web 8.0.4 (2024-07-02)
Summary
- Bugfix - Keyboard navigation breaking: #10942
- Bugfix - Opening public links with an expired token: #11086
- Bugfix - Button focus when closing editor: #11091
- Bugfix - Browser confirmation dialog after closing editor: #11092
Details
-
Bugfix - Keyboard navigation breaking: #10942
We've fixed a bug where the keyboard navigation would break in certain
scenarios, e.g. when opening a folder from the search results. -
Bugfix - Opening public links with an expired token: #11086
We've fixed a bug where opening public links with an expired token would falsely
show the access denied page. Instead, Web now tries to login the user. If that
doesn't work, the expired user session gets removed. -
Bugfix - Button focus when closing editor: #11091
When closing an editor with unsaved changes, the modal now correctly focuses the
primary "Save"-button. -
Bugfix - Browser confirmation dialog after closing editor: #11092
We've fixed a bug where the browser falsely asked the user for confirmation when
closing or reloading the page after an editor with unsaved changes had been
closed.