Skip to content

11.0.1

Compare
Choose a tag to compare
@ownclouders ownclouders released this 05 Nov 10:08
· 558 commits to master since this release
055ee38

Changelog for ownCloud Web 11.0.1 (2024-11-05)

Summary

  • Bugfix - Files appearing in file list: #11803
  • Bugfix - Add missing translations: #11804
  • Bugfix - Folder size mismatch: #11806
  • Bugfix - Preview image retries: #11813
  • Bugfix - Respect post logout url: #11817
  • Bugfix - Right side bar cut off: #11830
  • Bugfix - Sidebar showing wrong shares: #11831

Details

  • Bugfix - Files appearing in file list: #11803

    We've fixed a bug where files would wrongly appear in the current file list
    during an ongoing upload.

    #11803
    #11824

  • Bugfix - Add missing translations: #11804

    Missing translations for the tile sort options and the editor "Save"-button have
    been added.

    #11804

  • Bugfix - Folder size mismatch: #11806

    We've fixed the size mismatch between a folder in the file list and the
    accumulated size inside the folder beneath the file list.

    #11806
    #11814

  • Bugfix - Preview image retries: #11813

    We've added a retry mechanism to preview loading in case the server is being
    overrun with too many requests.

    #11798
    #11813

  • Bugfix - Respect post logout url: #11817

    We've fixed a bug where setting the post_logout_redirect_url in the oidc
    config had no effect.

    #11816
    #11817

  • Bugfix - Right side bar cut off: #11830

    We've fixed a bug where the right sidebar would cut off at a browser width

    960px and <1024px.

    #11830
    #11842

  • Bugfix - Sidebar showing wrong shares: #11831

    We've fixed a bug where the right sidebar would display wrong shares when being
    inside a space and opening a file from another space (e.g. via the search
    results).

    #11787
    #11831