github owncloud/web v0.3.0
0.3.0

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
4 years ago

Changelog for ownCloud Phoenix 0.3.0 (2020-01-31)

Summary

  • Bugfix - Transform route titles into real h1 headings: #2681
  • Bugfix - Prevent jumpy behavior when loading user avatars: #2921
  • Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907
  • Change - Join users and groups into a single list in collaborators sidebar: #2900
  • Change - Adjusted labels in files list: #2902
  • Enhancement - Add share indicator for direct and indirect shares in file list: #2060
  • Enhancement - Add files list status indicators extension point: #2895
  • Enhancement - Add theme option to disable default files list status indicators: #2895
  • Enhancement - Show indirect outgoing shares in shares panel: #2897
  • Enhancement - Add owner and resharer in collaborators list: #2898

Details

  • Bugfix - Transform route titles into real h1 headings: #2681

    We transformed spans that held the page title to h1 elements. In the case of the file list, a h1 is
    existing for accessibility reasons but can only be perceived via a screen reader.

    #2681

  • Bugfix - Prevent jumpy behavior when loading user avatars: #2921

    When loading a user avatar, the container size was smaller so as soon as the avatar was loaded, it
    resulted in jumpy behavior. This is fixed now by applying the same size to the loading spinner
    element.

    #2921
    #2927

  • Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907

    We adapted the UI/UX of the file links sidebar to be in line with the UI/UX of the collaborators
    sidebar. The order of the two sidebars has been reversed (collaborators first, file links
    second). We added info messages to support a clear understanding of the purpose of both private
    and public links. Most notably the file links sidebar has no inline forms anymore.

    #1907
    #1307
    #2841
    #2917

  • Change - Join users and groups into a single list in collaborators sidebar: #2900

    Users and groups were shown as two separate lists (users, then groups) in the collaborators
    sidebar. This separation is now removed, i.e. there is only one list with all collaborators,
    sorted by display name (lower case, ascending). On equal names groups are shown first.

    #2900

  • Change - Adjusted labels in files list: #2902

    Renamed "Modification time" to "Updated" to make it look less technical. Replace "Create new"
    with "New" in the "New" menu as it makes it look less cluttered when trying to spot a matching
    entry.

    #2902
    #2905

  • Enhancement - Add share indicator for direct and indirect shares in file list: #2060

    We've added the ability for the user to directly see whether a resource is shared in the file
    list. For this, share indicators in the form of a group icon and link icon will appear in a new
    column near the shared resource. The blue color of an icon tells whether outgoing shares exist
    directly on the resource. The grey color of an icon tells that incoming or outgoing shares exist
    on any of the parent folders.

    #2060
    #2894
    #2877

  • Enhancement - Add files list status indicators extension point: #2895

    We've added the ability for the extension to inject custom status indicator into files list.
    New indicators will then appear next to the default one.

    #2895
    #2928

  • Enhancement - Add theme option to disable default files list status indicators: #2895

    We've added the option into the theme to disable default files list status indicators.

    #2895
    #2928

  • Enhancement - Show indirect outgoing shares in shares panel: #2897

    Whenever outgoing shares exist on any parent resource from the currently viewed resource, the
    shares panel will now show these outgoing shares with a link to jump to the matching parent
    resource. This applies to both indirect collaborators shares and also to indirect public link
    shares.

    #2897
    #2929
    #2932

  • Enhancement - Add owner and resharer in collaborators list: #2898

    The top of the collaborators list now display new entries for the resource owner and the
    resharer when applicable, and also visible when viewing a child resource of a shared folder
    (indirect share).

    #2898
    #2915
    #2918

Don't miss a new web release

NewReleases is sending notifications on new releases.