Skip to content

8.0.4

Compare
Choose a tag to compare
@JammingBen JammingBen released this 02 Jul 09:00

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.

    #10942
    #11099

  • 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.

    #11086

  • Bugfix - Button focus when closing editor: #11091

    When closing an editor with unsaved changes, the modal now correctly focuses the
    primary "Save"-button.

    #11091
    #11094

  • 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.

    #11092
    #11094