github owncloud/web v0.9.0
0.9.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.9.0 (2020-04-27)

Summary

  • Bugfix - Remove deleted files from search result: #3266
  • Bugfix - Show token string if link name is empty in FileLinkSidebar: #3297
  • Bugfix - Remove duplicate error display in input prompt: #3342
  • Bugfix - Fix translation message extraction from plain javascript files: #3346
  • Bugfix - Fix name of selected extension on broken apps: #3376
  • Change - Update owncloud-sdk: #3369
  • Enhancement - Add chunked upload with tus-js-client: #67

Details

  • Bugfix - Remove deleted files from search result: #3266

    Deleted file has been removed from filesSearched state by adding a new mutation. Also, filter
    condition in remove file mutations has been changed from object reference to unique file id.

    #3043
    #3044
    #3266

  • Bugfix - Show token string if link name is empty in FileLinkSidebar: #3297

    Owncloud-js-client was parsing empty link name xml attribute as empty object. The empty
    object was changed with an empty string. Also, FileLinkSidebar behaviour fixed by showing
    token as name for the link shares without a name.

    #2517
    #3297

  • Bugfix - Remove duplicate error display in input prompt: #3342

    Validation errors within the input prompt dialog were showing up twice. One of them is a
    leftover from the old version. We've fixed the dialog by removing the old validation error
    type.

    #3342

  • Bugfix - Fix translation message extraction from plain javascript files: #3346

    Polyconseil/easygettext#81
    #3346

  • Bugfix - Fix name of selected extension on broken apps: #3376

    With the edge case of a broken app in config.json, the top bar is broken, because appInfo can't be
    loaded. We made ocis-web more robust by just showing the extension id in the top bar when the
    appInfo is not available.

    #3376

  • Change - Update owncloud-sdk: #3369

    Updated owncloud-sdk to v1.0.0-604

    #3369

  • Enhancement - Add chunked upload with tus-js-client: #67

    Whenever the backend server advertises TUS support, uploading files will use TUS as well for
    uploading, which makes it possible to resume failed uploads. It is also possible to optionally
    set a chunk size by setting a numeric value for "uploadChunkSize" in bytes in config.json.

    #67
    #3345

Don't miss a new web release

NewReleases is sending notifications on new releases.