Skip to content

10.3.0 (Sprint Increment)

Compare
Choose a tag to compare
@ownclouders ownclouders released this 26 Sep 14:39
· 477 commits to master since this release
00f0384

Changelog for ownCloud Web 10.3.0 (2024-09-26)

Summary

  • Bugfix - OCM token clipboard copy: #11557
  • Bugfix - OCM local instance check: #11560
  • Bugfix - Thumbnails for GeoGebra slides not showing up: #11583
  • Bugfix - Logout issues on token renewal failure: #11584
  • Bugfix - App version downloads: #11633
  • Bugfix - Wrong webdav URL in sidebar: #11642
  • Bugfix - Renaming space in projects view files table does not work: #11643
  • Bugfix - Hide share type switch for project spaces: #11653
  • Bugfix - File name truncation: #11658
  • Enhancement - Copy quick link action removal: #11553
  • Enhancement - Internal link removal: #11553
  • Enhancement - Add split confirm button to create link modal: #11558
  • Enhancement - Add versions to the left sidebar bottom: #11561
  • Enhancement - Accessibility improvements: #11574
  • Enhancement - Show min oCIS version in app details (app store): #11580
  • Enhancement - Add a "Save As" function to the app top bar: #11586
  • Enhancement - Move permanent link indicator: #11606
  • Enhancement - Redesign sidebar link section in sharing panel: #11606
  • Enhancement - Soothe right sidebar panel transitions: #11614
  • Enhancement - Preview loading performance: #11631
  • Enhancement - Add cancel button to unsaved changes dialog: #11644
  • Enhancement - File type icon for .ggs files: #11646
  • Enhancement - Remove link type "Uploader": #11661

Details

  • Bugfix - OCM token clipboard copy: #11557

    We've fixed an issue where the token was not being copied to the clipboard after
    creating an OCM invitation.

    #11552
    #11557

  • Bugfix - OCM local instance check: #11560

    We've fixed the issue where the current instance was not recognized as a local
    instance in inviter select.

    #11560

  • Bugfix - Thumbnails for GeoGebra slides not showing up: #11583

    We've fixed a bug, where the thumbnails for GeoGebra slide files were not
    showing up in the files list anymore.

    #11576
    #11583

  • Bugfix - Logout issues on token renewal failure: #11584

    When token renewal fails for any reason, we now retry the user login one more
    time. If this fails, the user gets logged out and redirected to the login page.

    This solves an issue where a logged out user was still able to access and
    navigate the UI in a broken state.

    #11478
    owncloud/ocis#10038
    #11584

  • Bugfix - App version downloads: #11633

    We've fixed an issue in the app store where downloading specific versions of an
    app would fail.

    #11633

  • Bugfix - Wrong webdav URL in sidebar: #11642

    We've fixed a bug where the webdav URL in the sidebar was wrong.

    #11590
    #11642

  • Bugfix - Renaming space in projects view files table does not work: #11643

    We've fixed a bug where renaming a space in the projects view files table did
    not work.

    #11638
    #11643

  • Bugfix - Hide share type switch for project spaces: #11653

    We've hidden the share type switch when adding members to project spaces because
    they currently don't support external shares.

    #11579
    #11653

  • Bugfix - File name truncation: #11658

    We've fixed the broken file name truncation in file lists.

    #11617
    #11658

  • Enhancement - Copy quick link action removal: #11553

    The action for creating/copying quick links for a resource has been removed.
    Instead, a new action has been added to copy the permanent link of a resource.

    #11544
    #11553

  • Enhancement - Internal link removal: #11553

    The internal link type has been removed because the permanent link makes it
    obsolete. Existing internal links still resolve correctly to ensure backwards
    compatibility.

    #11544
    #11553

  • Enhancement - Add split confirm button to create link modal: #11558

    We've added a split button to the create link modal, which allows you to copy
    the link to the clipboard with or without the password.

    #11551
    #11558

  • Enhancement - Add versions to the left sidebar bottom: #11561

    We have added the versions to the left sidebar bottom to make it easier for
    users to find the versions of the server and web UI.

    owncloud/enterprise#6814
    #11561

  • Enhancement - Accessibility improvements: #11574

    The following accessibility improvements have been made:

    • Contextual helpers now have a focus trap, meaning the user can't focus
      elements in the background while the contextual helper is showing. - An issue
      where the current focus would not change when navigating the resource
      table/tiles with the keyboard has been fixed. - The contrasts of input borders
      have been aligned with the official WCAG requirements. - The space member search
      in the right sidebar now has a label. Also, the search has been moved from the
      top of the sharing panel to the members section where all members are listed. -
      Leaving dropdown menus via the keyboard navigation now closes them. - When the
      sidebar is open and uses 100% of the screen width (mobile view), it is no longer
      possible to focus elements in the background. - Focus issues with the right
      sidebar have been fixed.

    #10725
    #10729
    #10724
    #10733
    #10618
    #11574
    #11591
    #11600
    #11609
    #11659

  • Enhancement - Show min oCIS version in app details (app store): #11580

    We're now showing the minimum required oCIS version of apps in the app releases
    of the app store.

    #11580

  • Enhancement - Add a "Save As" function to the app top bar: #11586

    We've added a "Save As" function to the app top bar. This allows the user to
    save a file with a new name or in a different location with our regular editors.

    #11525
    #11586

  • Enhancement - Move permanent link indicator: #11606

    The permanent link indicator has been moved to the top right of the sharing
    sidebar panel. This is ensures that it's always visible, no matter if there are
    shares present or not.

    #11602
    #11606

  • Enhancement - Redesign sidebar link section in sharing panel: #11606

    The design of the sidebar link section in the sharing panel has been aligned
    with the people sharing section.

    #11602
    #11606

  • Enhancement - Soothe right sidebar panel transitions: #11614

    The panel transitions of the right sidebar are a bit smoother now.

    #11614

  • Enhancement - Preview loading performance: #11631

    We've improved the performance of loading previews, especially for spaces.

    owncloud/ocis#10054
    #11631

  • Enhancement - Add cancel button to unsaved changes dialog: #11644

    We've added a cancel button to the unsaved changes dialog to allow users to
    cancel the action.

    #11636
    #11644

  • Enhancement - File type icon for .ggs files: #11646

    We've added a new file type icon for .ggs files.

    #11646

  • Enhancement - Remove link type "Uploader": #11661

    The link type "Uploader" has been removed because it's almost the same as
    "Editor". Existing links of this type still work though.

    #11381
    #11661