Skip to content

10.2.0 (Sprint Increment)

Compare
Choose a tag to compare
@kulmann kulmann released this 05 Sep 19:37
c16b70a

Changelog for ownCloud Web 10.2.0 (2024-09-05)

Summary

  • Bugfix - OCM invite generation body format: #11512
  • Bugfix - Logout on access token renewal failure: #11526
  • Enhancement - Replace custom datepicker with native html element: #11377
  • Enhancement - Display disabled role permissions: #11387
  • Enhancement - Mark external shares: #11394
  • Enhancement - Hide versions panel with insufficient permissions: #11484
  • Enhancement - Support a tags in actions: #11502
  • Enhancement - Improve tiles view performance: #11508
  • Enhancement - Add default actions extension point: #11515
  • Enhancement - Add select all checkbox to tiles view: #11518

Details

  • Bugfix - OCM invite generation body format: #11512

    We've fixed the issue where the body of the OCM invite generation was not
    formatted correctly.

    owncloud/ocis#9583
    #11512

  • Bugfix - Logout on access token renewal failure: #11526

    We've fixed the issue with the user being able to navigate the Web UI after a
    failed token renewal. Instead, the user is now properly being logged out.

    #11478
    #11526

  • Enhancement - Replace custom datepicker with native html element: #11377

    We've replaced the custom datepicker with a native html date input element. This
    change will improve the user experience and accessibility of the datepicker.

    #11374
    #11377
    #11388

  • Enhancement - Display disabled role permissions: #11387

    We've added a new feature to the sharing sidebar panel which allows you to see
    the permissions of a role that has been disabled.

    #11387

  • Enhancement - Mark external shares: #11394

    External shares are now being marked in the right sidebar so they can be
    distinguished from regular shares.

    #11361
    #11394

  • Enhancement - Hide versions panel with insufficient permissions: #11484

    Users that have insufficient permissions to view file versions don't see the
    versions sidebar panel anymore. This currently affects regular share receivers,
    space viewers and space editors without the permission to view versions.

    #11359
    #11484

  • Enhancement - Support a tags in actions: #11502

    We've added support for a tags in actions. This allows developers to create
    action extensions for e.g. opening file-specific URLs from the context menu.

    #11502

  • Enhancement - Improve tiles view performance: #11508

    We've made some changes to the tiles view to improve performance. So that users
    can see their files and folders faster, when working with a lot of files.

    #11480
    #11508

  • Enhancement - Add default actions extension point: #11515

    We've added a new extension point global.files.default-action for allowing
    action extensions to register themselves for the left click default action.

    #11515

  • Enhancement - Add select all checkbox to tiles view: #11518

    We have added a select all checkbox to the tiles view to allow users to select
    all resources at once.

    #11518
    #11521