Skip to content

8.0.2

Latest
Compare
Choose a tag to compare
@kulmann kulmann released this 14 May 06:37
050924b

Changelog for ownCloud Web 8.0.2 (2024-05-14)

Summary

  • Bugfix - Folder replace: #10515
  • Bugfix - Hidden right sidebar on small screens: #10598
  • Bugfix - Scope loss when showing search results: #10634
  • Bugfix - Theme loading without matching theme: #10657
  • Bugfix - Flickering loading indicator: #10763
  • Bugfix - Download files with special chars in name: #10810
  • Bugfix - IDP logout issues: #10881

Details

  • Bugfix - Folder replace: #10515

    The "Replace" conflict option, which previously didn't work at all when trying
    to copy/move a folder, has been fixed.

    #10515
    #10597

  • Bugfix - Hidden right sidebar on small screens: #10598

    The issue causing the right sidebar to not display on screens smaller than 960px
    has been fixed.

    #10598
    #10643

  • Bugfix - Scope loss when showing search results: #10634

    Clicking "Show n results" in the search preview no longer loses the search
    scope.

    #10634
    #10653

  • Bugfix - Theme loading without matching theme: #10657

    We've fixed an issue where theme loading would break when there was no matching
    oC theme found for the user's OS setting. For example, this occurred when a
    user's OS setting was configured to "dark," but the instance of oC did not offer
    a dark theme.

    #10657
    #10659

  • Bugfix - Flickering loading indicator: #10763

    The flickering loading indicator when batch deleting a lot of files has been
    fixed.

    We also added a request limit that stops the network from being overrun with
    concurrent requests.

    #10763

  • Bugfix - Download files with special chars in name: #10810

    We've fixed a bug where having a # in the filename resulted in requests going
    to cut off urls.

    #10810
    #10813
    #10817

  • Bugfix - IDP logout issues: #10881

    Falsely showing the logout page after opening ownCloud Web with an expired token
    has been fixed.

    #10881