Skip to content

9.1.0 (Sprint Increment)

Compare
Choose a tag to compare
@kulmann kulmann released this 05 Jul 12:03
· 227 commits to master since this release

Changelog for ownCloud Web 9.1.0 (2024-07-05)

Summary

  • Bugfix - Resetting user after logout: #11058
  • Bugfix - Admin settings UI update after save: #11059
  • Bugfix - Editor save after token renewal: #11068
  • Bugfix - Trash bin breaking on navigation: #11132
  • Bugfix - Tooltips in trashbin covered: #11135
  • Bugfix - Duplicated elements on public link page: #11137
  • Bugfix - Secure view default action: #11139
  • Enhancement - Accessibility improvements: #5387
  • Enhancement - Activities sidebar app panel: #10996
  • Enhancement - Consistent initial loading spinner: #11054
  • Enhancement - Add action drop down to app top bar: #11057
  • Enhancement - Decrease text editor loading times: #11060
  • Enhancement - Reduce network load on token renewal: #11077
  • Enhancement - Open file directly from app: #11085
  • Enhancement - Enable default autosave in editors: #11093

Details

  • Bugfix - Resetting user after logout: #11058

    We've fixed a bug where the current user would not be resetted after logout.

    #11055
    #11058

  • Bugfix - Admin settings UI update after save: #11059

    We've fixed a bug where the UI would not display changes made in the admin
    settings until re-loading the entire page.

    #11033
    #11059

  • Bugfix - Editor save after token renewal: #11068

    We've fixed a bug where saving changes in an editor would not work after the
    access token has been renewed.

    #11062
    #11068

  • Bugfix - Trash bin breaking on navigation: #11132

    We've fixed a bug where the trash bin would break when navigating into the
    parent folder of a resource.

    #11100
    #10686
    #11132

  • Bugfix - Tooltips in trashbin covered: #11135

    We fixed an issue where the parent folder tooltip in the trashbin table view was
    partially hidden behind other elements.

    #11135
    #11141

  • Bugfix - Duplicated elements on public link page: #11137

    We've fixed a bug where clicking the ownCloud logo on a public link page would
    lead to certain UI elements being duplicated.

    #10371
    #11137

  • Bugfix - Secure view default action: #11139

    Clicking files that have been shared via secure view without having a compatible
    app to view such (or the file type is not supported) is no longer possible. This
    prevents errors and other file actions from falsely registering themselves as
    default.

    #11138
    #11139

  • Enhancement - Accessibility improvements: #5387

    Across the board, we have implemented improvements in regards of accessibility
    for the web UI.

    #5387
    #5398
    #11087
    #11096
    #11098

  • Enhancement - Activities sidebar app panel: #10996

    We have added a sidebar app panel to display activities performed on a resource.
    This provides a clear overview of actions taken on a resource.

    #10800
    #10996

  • Enhancement - Consistent initial loading spinner: #11054

    We have updated the loading spinner on the initial page load to run continuously
    during the client bootstrap. Previously, the spinner would appear and disappear
    multiple times.

    Additionally, we have aligned the spinner's design with our other loading
    spinners and reduced the delay before it appears from 1 second to 0.5 seconds.

    #11041
    #11083
    #11054
    #11084

  • Enhancement - Add action drop down to app top bar: #11057

    We've added an action drop down with various file actions to the app top bar, so
    the user can now call different actions like download, directly from the app.

    #11019
    #11057

  • Enhancement - Decrease text editor loading times: #11060

    We've decreased the loading times of the text and markdown editor by loading the
    necessary parts only.

    #10982
    #11060

  • Enhancement - Reduce network load on token renewal: #11077

    We've reduced the network load on token renewal, resulting in better overall
    performance of the Web client and less token renewal failures on slow network
    connections.

    #11069
    #11077

  • Enhancement - Open file directly from app: #11085

    We've added an 'Open' item to the drop down menu in the app top bar, so the user
    can open a different file directly from the opened app.

    #11013
    #11085
    #11140

  • Enhancement - Enable default autosave in editors: #11093

    Autosaving every 2 minutes in any editor is now the default behaviour. We also
    show an indicator in the respective app, when autosave is enabled.

    #11090
    #11093
    #11095