Skip to content

10.0.0 (Sprint Increment)

Compare
Choose a tag to compare
@kulmann kulmann released this 29 Jul 05:39
46e1383

Changelog for ownCloud Web 10.0.0 (2024-07-29)

Summary

  • Bugfix - Downloading files via the app top bar doesn't reflect the current state: #11174
  • Bugfix - Images stretched in preview app in Safari browser: #11186
  • Bugfix - UI breaks when tags are numbers: #11194
  • Bugfix - Open dropdown menu does not deselect other items in admin settings app: #11253
  • Change - Removal of Deprecated Config Options: #11251
  • Change - Remove draw-io as default app: #11252
  • Change - Remove set as description space action: #11277
  • Enhancement - Add share role icon to shared with me table: #11166
  • Enhancement - Application menu extension point: #11258
  • Enhancement - Move quota info to general info in user menu: #11279
  • Enhancement - Add edit description button to space info: #11280

Details

  • Bugfix - Downloading files via the app top bar doesn't reflect the current state: #11174

    We've fixed a bug where downloading a file via the app top bar does reflect the
    last saved state, but not the the current state of the respective file. This
    happened when the user opened a text file in web and entered new text without
    saving it.

    #11072
    #11174

  • Bugfix - Images stretched in preview app in Safari browser: #11186

    We've fixed a bug, where images have been stretched in the preview app while
    using the Safari browser.

    #10511
    #11186

  • Bugfix - UI breaks when tags are numbers: #11194

    We fixed a bug where the UI breaks when tags only consists of numbers

    #11193
    #11194

  • Bugfix - Open dropdown menu does not deselect other items in admin settings app: #11253

    We've fixed a bug where, other like in the other tables, the dropdown menu in
    the admin settings app did not deselect other items when opening a new dropdown
    menu.

    #11245
    #11253

  • Change - Removal of Deprecated Config Options: #11251

    BREAKING CHANGE for developers and administrators: The following configuration
    options have been removed to simplify the configuration process for
    administrators and improve the overall manageability of the project, as they
    were either not used anymore or only relevant for CI testing:

    • options.ocm.openRemotely - options.openLinksWithDefaultApp -
      options.upload.xhr.timeout - options.routing.idBased -
      options.routing.fullShareOwnerPaths - options.hoverableQuickActions -
      options.sidebar.exif.showLocation - options.sidebar.shares.showAllOnLoad -
      options.sharingRecipientsPerPage - options.displayThumbnails -
      options.disablePreviews - options.previewFileMimeType -
      options.topCenterNotifications - options.displayResourcesLazy

    #11212
    #11219
    #11216
    #11218
    #11217
    #11211
    #11213
    #11215
    #11214
    #11207
    #11251
    #11249
    #11240
    #11238
    #11229
    #11228
    #11226
    #11224
    #11223
    #11209

  • Change - Remove draw-io as default app: #11252

    BREAKING CHANGE for administrators: draw-io has been removed as default web app.
    The app is now available via the web-extensions
    repository
    .

    Please refer to the web-app docs
    to see how to load an external web app.

    #11248
    #11252

  • Change - Remove set as description space action: #11277

    BREAKING CHANGE: In order to eliminate complexity and reduce confusion, we
    removed the "Set as description" space action. This action was not used
    frequently and was not necessary for the user experience. The space description
    can still be simply updated via the "Edit description" action.

    #11276
    #11277

  • Enhancement - Add share role icon to shared with me table: #11166

    We've added the respective share role icon with a tooltip that contains the
    share role name to each share column, so the user knows which permission they
    have in a share.

    #11101
    #11166

  • Enhancement - Application menu extension point: #11258

    We've added an extension point for adding items in the top left application
    switcher menu.

    AppMenuItemExtension's can either link to an internal page (via path), an
    external page (via url) or have a button handler (via handler). Please refer
    to the docs for more information.

    DEPRECATION NOTICE: This deprecates the applicationMenu property of the
    appinfo object.

    #11258

  • Enhancement - Move quota info to general info in user menu: #11279

    We've moved the quota information out of its own section in the user menu and
    into the general information section. This change makes it easier to find and
    understand the quota information.

    #11279

  • Enhancement - Add edit description button to space info: #11280

    We've added an edit description button to the space info section. This button
    allows you to edit the description of a space directly from the space info
    section.

    #11280