github owncloud/web v0.11.0
0.11.0

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

Changelog for ownCloud Phoenix 0.11.0 (2020-06-26)

Summary

  • Bugfix - Fix file type icons for uppercase file extensions: #3670
  • Bugfix - Fix empty settings values: #3602
  • Bugfix - Set default permissions to public link quick action: #3675
  • Bugfix - Set empty object when resetting current sidebar tab: #3676
  • Bugfix - Set expiration date only if it is supported: #3674
  • Bugfix - Add missing question mark to delete confirmation dialog in trashbin: #3566
  • Change - Bring new modal component: #2263
  • Change - Move create new button: #3622
  • Change - Move status indicators under the resource name: #3617
  • Change - Remove sidebar quickAccess: #80
  • Change - Rework account dropdown: #82
  • Change - Unite files list status indicators: #3567
  • Change - Use correct logo: #786
  • Enhancement - Send mtime with uploads: #2969
  • Enhancement - Use TUS settings from capabilities: #177
  • Enhancement - Add collaborators quick action: #3573
  • Enhancement - Dynamically loaded nav items: #3497
  • Enhancement - Load and display quick actions: #3573

Details

  • Bugfix - Fix file type icons for uppercase file extensions: #3670

    #3670

  • Bugfix - Fix empty settings values: #3602

    We've updated owncloud-sdk to version 1.0.0-638 which makes sure that an empty array gets
    returned whenever there are no settings values for the authenticated user. Previously having
    no settings values broke our detection of whether settings values finished loading.

    owncloud/ocis-settings#24
    #3602

  • Bugfix - Set default permissions to public link quick action: #3675

    We've set a default permissions when creating a new public link via the quick actions. The
    permissions are set to 1.

    #3675
    #3678

  • Bugfix - Set empty object when resetting current sidebar tab: #3676

    We've changed the argument from null to an empty object when resetting the current tab of the
    sidebar.

    #3676
    #3678

  • Bugfix - Set expiration date only if it is supported: #3674

    We've stopped setting expiration date in collaborators panel if it is not supported.

    #3674
    #3679

  • Bugfix - Add missing question mark to delete confirmation dialog in trashbin: #3566

    We've added missing question mark to the delete confirmation dialog inside of the trashbin.

    #3566

  • Change - Bring new modal component: #2263

    We've updated our modal component with a new one coming from ODS.

    #2263
    #3378

  • Change - Move create new button: #3622

    We've moved the create new button in the files app bar to the left directly next to breadcrumbs.

    #3622

  • Change - Move status indicators under the resource name: #3617

    We've moved the sharing status indicators from an own column in the files list to a second row
    under the resource name.

    #3617

  • Change - Remove sidebar quickAccess: #80

    We have removed the sidebar quickAccess extension point. To create an quick access to the
    sidebar, we need to use the quickActions extension point.

    owncloud/product#80
    #3586

  • Change - Rework account dropdown: #82

    We've removed user avatar, user email and version from the account dropdown. The log out button
    has been changed into a link. All links in account dropdown are now inside of a list.

    owncloud/product#82
    #3605

  • Change - Unite files list status indicators: #3567

    We've merged direct and indirect status indicators in the files list. With this change, we
    focus on the important information of the indicator (e.g. resource is shared). Any additional
    information can then be displayed in the related tab of the sidebar.

    #3567

  • Change - Use correct logo: #786

    We've changed the ownCloud logo which is used in the default theme. The previous logo had an
    incorrect font-weight.

    owncloud/owncloud-design-system#786
    #3604

  • Enhancement - Send mtime with uploads: #2969

    When uploading a file, the modification time is now sent along. This means that the uploaded
    file will have the same modification time like the one it had on disk. This aligns the behavior
    with the desktop client which also keeps the mtime.

    #2969
    #3377

  • Enhancement - Use TUS settings from capabilities: #177

    The TUS settings advertise the maximum chunk size, so we now use the smallest chunk size from the
    one configured in config.json and the one from the capabilities.

    If the capabilities report that one should use the X-HTTP-Override-Method header, the upload
    will now use a POST request for uploads with that header set instead of PATCH.

    owncloud/ocis-reva#177
    #3568

  • Enhancement - Add collaborators quick action: #3573

    We've added a new quick action which opens the new collaborators tab in the files list sidebar.

    #3573

  • Enhancement - Dynamically loaded nav items: #3497

    We have moved the navItems from application configuration into a store module. We extended
    it's functionality by introducing statically and dynamically loaded navItems. This way
    navItems can be loaded based on extension data, as soon as the extension becomes active. Please
    note that having at least one static navItem (coming from the appInfo object of an extension) is
    still a requirement for the extension appearing in the app switcher.

    #3497
    #3570

  • Enhancement - Load and display quick actions: #3573

    We've added an extension point into files apps for quick actions. By creating and exporting an
    object called quickActions, developers can define an action which will be then displayed in
    the files list.

    #3573

Don't miss a new web release

NewReleases is sending notifications on new releases.