Skip to content

Releases: owncloud/web

11.0.0

18 Oct 13:47
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.0 (2024-10-18)

Summary

  • Bugfix - User filters after page reload: #11604
  • Bugfix - Hide copy permanent link action on public pages: #11645
  • Bugfix - Missing tags on "Shared with me" page: #11677
  • Bugfix - Undefined request IDs: #11678
  • Bugfix - Deleting federated connections: #11688
  • Bugfix - Escape HTML characters in activities and notification view: #11706
  • Bugfix - Prevent not allowed characters in shortcut name: #11707
  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712
  • Bugfix - Accessing disabled password-protected space does not show error: #11725
  • Bugfix - Application menu not operable in Safari browser: #11726
  • Bugfix - Navigating into folders that have been shared externally: #11758
  • Bugfix - Sharing label for locked files: #11795
  • Change - Remove importer as default app: #11709
  • Enhancement - Allow setting view mode for apps via query: #11668
  • Enhancement - File size warning in editors: #11731
  • Enhancement - Add not found page: #11737
  • Enhancement - Create documents from templates: #11750

Details

  • Bugfix - User filters after page reload: #11604

    We've fixed an issue where applied user filters would not be visible after page
    reload.

    #11604
    #11666

  • Bugfix - Hide copy permanent link action on public pages: #11645

    We've hidden the action for copying permanent links on public pages since it
    doesn't make any sense in this context.

    #11645
    #11670

  • Bugfix - Missing tags on "Shared with me" page: #11677

    Missing resource tags on the "Shared with me" page have been added.

    #11677
    #11703

  • Bugfix - Undefined request IDs: #11678

    Request IDs from failing copy, move and delete requests are no longer undefined.

    #11678
    #11684

  • Bugfix - Deleting federated connections: #11688

    We've fixed an issue where federated connections could not be deleted.

    #11688
    #11734

  • Bugfix - Escape HTML characters in activities and notification view: #11706

    We've fixed a bug where HTML characters were not escaped in the activities and
    notification view. This could lead to potential XSS attacks.

    #11705
    #11706

  • Bugfix - Prevent not allowed characters in shortcut name: #11707

    We've fixed an issue where not allowed characters were allowed in the shortcut
    name. Now, the shortcut name will be validated and only allowed characters will
    be accepted.

    #11702
    #11707

  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712

    We've fixed a bug where the WebDAV URL in the details panel of received shares
    was wrong.

    #11704
    #11712

  • Bugfix - Accessing disabled password-protected space does not show error: #11725

    We've fixed a bug where accessing a disabled password-protected space did not
    show an error message. Now, users will see an error message when trying to
    access a disabled password-protected space.

    #11721
    #11725

  • Bugfix - Application menu not operable in Safari browser: #11726

    We've fixed a bug where the application menu was not operable in the Safari
    browser.

    #11718
    #11726

  • Bugfix - Navigating into folders that have been shared externally: #11758

    We've fixed an issue where navigating into folders that have been shared
    externally would not work.

    #11753
    #11758

  • Bugfix - Sharing label for locked files: #11795

    We've fixed a bug where a locked file would be falsely labelled as shared in the
    right sidebar.

    #11795

  • Change - Remove importer as default app: #11709

    BREAKING CHANGE for administrators: importer 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.

    #11698
    #11709

  • Enhancement - Allow setting view mode for apps via query: #11668

    We've added a new query param 'view_mode' to the app URL to allow setting the
    view mode for apps. If the specific app and permission allows it, the view mode
    can be set to 'view' or 'write' via the query param.

    #11667
    #11668

  • Enhancement - File size warning in editors: #11731

    We've added a warning to the editors, when the respective file size exceeds 2MB.
    This will help the user to avoid performance issues when working with large
    files.

    #8038
    #11731

  • Enhancement - Add not found page: #11737

    We've added a not found page to communicate to users when they've navigated to a
    page that doesn't exist.

    #5804
    #11737

  • Enhancement - Create documents from templates: #11750

    We've added a new file action to the external app which utilizes the document
    conversion capabilities of certain WOPI apps to create a document from the
    contents of a template file. This action is the default action for left clicks
    on template files and is also available in the file context menu.

    #11750
    #11775

11.0.0-alpha.1

16 Oct 07:17
Compare
Choose a tag to compare
11.0.0-alpha.1 Pre-release
Pre-release

Changelog for ownCloud Web 11.0.0 (2024-10-16)

Summary

  • Bugfix - User filters after page reload: #11604
  • Bugfix - Hide copy permanent link action on public pages: #11645
  • Bugfix - Missing tags on "Shared with me" page: #11677
  • Bugfix - Undefined request IDs: #11678
  • Bugfix - Deleting federated connections: #11688
  • Bugfix - Escape HTML characters in activities and notification view: #11706
  • Bugfix - Prevent not allowed characters in shortcut name: #11707
  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712
  • Bugfix - Accessing disabled password-protected space does not show error: #11725
  • Bugfix - Application menu not operable in Safari browser: #11726
  • Bugfix - Navigating into folders that have been shared externally: #11758
  • Change - Remove importer as default app: #11709
  • Enhancement - Allow setting view mode for apps via query: #11668
  • Enhancement - File size warning in editors: #11731
  • Enhancement - Add not found page: #11737

Details

  • Bugfix - User filters after page reload: #11604

    We've fixed an issue where applied user filters would not be visible after page
    reload.

    #11604
    #11666

  • Bugfix - Hide copy permanent link action on public pages: #11645

    We've hidden the action for copying permanent links on public pages since it
    doesn't make any sense in this context.

    #11645
    #11670

  • Bugfix - Missing tags on "Shared with me" page: #11677

    Missing resource tags on the "Shared with me" page have been added.

    #11677
    #11703

  • Bugfix - Undefined request IDs: #11678

    Request IDs from failing copy, move and delete requests are no longer undefined.

    #11678
    #11684

  • Bugfix - Deleting federated connections: #11688

    We've fixed an issue where federated connections could not be deleted.

    #11688
    #11734

  • Bugfix - Escape HTML characters in activities and notification view: #11706

    We've fixed a bug where HTML characters were not escaped in the activities and
    notification view. This could lead to potential XSS attacks.

    #11705
    #11706

  • Bugfix - Prevent not allowed characters in shortcut name: #11707

    We've fixed an issue where not allowed characters were allowed in the shortcut
    name. Now, the shortcut name will be validated and only allowed characters will
    be accepted.

    #11702
    #11707

  • Bugfix - Details panel wrong WebDAV URL of received shares: #11712

    We've fixed a bug where the WebDAV URL in the details panel of received shares
    was wrong.

    #11704
    #11712

  • Bugfix - Accessing disabled password-protected space does not show error: #11725

    We've fixed a bug where accessing a disabled password-protected space did not
    show an error message. Now, users will see an error message when trying to
    access a disabled password-protected space.

    #11721
    #11725

  • Bugfix - Application menu not operable in Safari browser: #11726

    We've fixed a bug where the application menu was not operable in the Safari
    browser.

    #11718
    #11726

  • Bugfix - Navigating into folders that have been shared externally: #11758

    We've fixed an issue where navigating into folders that have been shared
    externally would not work.

    #11753
    #11758

  • Change - Remove importer as default app: #11709

    BREAKING CHANGE for administrators: importer 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.

    #11698
    #11709

  • Enhancement - Allow setting view mode for apps via query: #11668

    We've added a new query param 'view_mode' to the app URL to allow setting the
    view mode for apps. If the specific app and permission allows it, the view mode
    can be set to 'view' or 'write' via the query param.

    #11667
    #11668

  • Enhancement - File size warning in editors: #11731

    We've added a warning to the editors, when the respective file size exceeds 2MB.
    This will help the user to avoid performance issues when working with large
    files.

    #8038
    #11731

  • Enhancement - Add not found page: #11737

    We've added a not found page to communicate to users when they've navigated to a
    page that doesn't exist.

    #5804
    #11737

10.3.0 (Sprint Increment)

26 Sep 14:39
00f0384
Compare
Choose a tag to compare

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 perform...

Read more

8.0.6

23 Sep 12:43
b1c48f6
Compare
Choose a tag to compare

Changelog for ownCloud Web 8.0.6 (2024-09-23)

Summary

  • Bugfix - Force logout after token expiry retry: #11620

Details

10.2.0 (Sprint Increment)

05 Sep 19:37
c16b70a
Compare
Choose a tag to compare

Changelog for ownCloud Web 10.2.0 (2024-09-05)

Summary

  • Bugfix - OCM invite generation body format: #11512
  • Bugfix - Logout on access token renewal failure: #11526
  • Enhancement - Replace custom datepicker with native html element: #11377
  • Enhancement - Display disabled role permissions: #11387
  • Enhancement - Mark external shares: #11394
  • Enhancement - Hide versions panel with insufficient permissions: #11484
  • Enhancement - Support a tags in actions: #11502
  • Enhancement - Improve tiles view performance: #11508
  • Enhancement - Add default actions extension point: #11515
  • Enhancement - Add select all checkbox to tiles view: #11518

Details

  • Bugfix - OCM invite generation body format: #11512

    We've fixed the issue where the body of the OCM invite generation was not
    formatted correctly.

    owncloud/ocis#9583
    #11512

  • Bugfix - Logout on access token renewal failure: #11526

    We've fixed the issue with the user being able to navigate the Web UI after a
    failed token renewal. Instead, the user is now properly being logged out.

    #11478
    #11526

  • Enhancement - Replace custom datepicker with native html element: #11377

    We've replaced the custom datepicker with a native html date input element. This
    change will improve the user experience and accessibility of the datepicker.

    #11374
    #11377
    #11388

  • Enhancement - Display disabled role permissions: #11387

    We've added a new feature to the sharing sidebar panel which allows you to see
    the permissions of a role that has been disabled.

    #11387

  • Enhancement - Mark external shares: #11394

    External shares are now being marked in the right sidebar so they can be
    distinguished from regular shares.

    #11361
    #11394

  • Enhancement - Hide versions panel with insufficient permissions: #11484

    Users that have insufficient permissions to view file versions don't see the
    versions sidebar panel anymore. This currently affects regular share receivers,
    space viewers and space editors without the permission to view versions.

    #11359
    #11484

  • Enhancement - Support a tags in actions: #11502

    We've added support for a tags in actions. This allows developers to create
    action extensions for e.g. opening file-specific URLs from the context menu.

    #11502

  • Enhancement - Improve tiles view performance: #11508

    We've made some changes to the tiles view to improve performance. So that users
    can see their files and folders faster, when working with a lot of files.

    #11480
    #11508

  • Enhancement - Add default actions extension point: #11515

    We've added a new extension point global.files.default-action for allowing
    action extensions to register themselves for the left click default action.

    #11515

  • Enhancement - Add select all checkbox to tiles view: #11518

    We have added a select all checkbox to the tiles view to allow users to select
    all resources at once.

    #11518
    #11521

8.0.5

02 Sep 07:56
Compare
Choose a tag to compare

Changelog for ownCloud Web 8.0.5 (2024-09-02)

Summary

  • Bugfix - Show more toggle in space members view not reactive: #11263
  • Bugfix - Space show links from other spaces: #11263
  • Bugfix - Uploading nested folders: #11299
  • Bugfix - Missing space members for group memberships: #11384

Details

  • Bugfix - Show more toggle in space members view not reactive: #11263

    We've fixed a bug where the toggle to show more members in the space members
    view was not reactive. Clicking the toggle in the sidebar will now correctly
    display “Show More” or “Show Less” as intended.

    #11261
    #11263

  • Bugfix - Space show links from other spaces: #11263

    We've fixed a bug where in a special constellation, links from other spaces were
    shown in the space. This is now fixed.

    #11261
    #11263

  • Bugfix - Uploading nested folders: #11299

    We've fixed a bug where the upload overlay breaks when uploading a folder that
    contains exactly one folder (which then contains some files).

    #11299
    #11302

  • Bugfix - Missing space members for group memberships: #11384

    We've fixed a bug where group members of a space could not see other space
    members on regular resources within the space.

    #11384
    #11395

10.1.0 (Sprint Increment)

16 Aug 12:29
Compare
Choose a tag to compare

Changelog for ownCloud Web 10.1.0 (2024-08-16)

Summary

  • Bugfix - Show more toggle in space members view not reactive: #11263
  • Bugfix - Uploading nested folders: #11299
  • Bugfix - Toggling checkboxes via keyboard: #11312
  • Bugfix - Prevent horizontal table scroll: #11313
  • Bugfix - Keyboard actions for disabled resources: #11342
  • Bugfix - OCM page reload: #11348
  • Bugfix - Closing an app opened via in-app open feature stays open: #11353
  • Enhancement - Add quota information to account page: #11287
  • Enhancement - App Store app: #11302
  • Enhancement - Redesign share link modal: #11310
  • Enhancement - Accessibility: #11315
  • Enhancement - Files as links: #11329
  • Enhancement - Unstick top bar: #11344

Details

  • Bugfix - Show more toggle in space members view not reactive: #11263

    We've fixed a bug where the toggle to show more members in the space members
    view was not reactive. Clicking the toggle in the sidebar will now correctly
    display “Show More” or “Show Less” as intended.

    #11261
    #11263

  • Bugfix - Uploading nested folders: #11299

    We've fixed a bug where the upload overlay breaks when uploading a folder that
    contains exactly one folder (which then contains some files).

    #11299
    #11302

  • Bugfix - Toggling checkboxes via keyboard: #11312

    Toggling checkboxes via the keyboard enter key has been fixed and does now work.

    #10730
    #11312
    #11315

  • Bugfix - Prevent horizontal table scroll: #11313

    We've prevented resource tables from being horizontally scrollable for a11y
    reasons. Instead, information that is available elsewhere will get hidden on
    smaller displays.

    #10728
    #11313

  • Bugfix - Keyboard actions for disabled resources: #11342

    We've fixed an issue where certain actions such as rename or select were still
    possible for disabled resources when navigating via keyboard.

    #11335
    #11342

  • Bugfix - OCM page reload: #11348

    We've fixed an issue where reloading the Open Cloud Mesh page would show an
    error.

    #11153
    #11348

  • Bugfix - Closing an app opened via in-app open feature stays open: #11353

    We've fixed a bug, where closing an opened file from the app itself via the
    'Open' item in the three-dot-menu would not close the app.

    #11353
    #11354

  • Enhancement - Add quota information to account page: #11287

    We've added a new section to the account page that displays the users current
    quota usage.

    #11287

  • Enhancement - App Store app: #11302

    We've added a new App Store app to the platform. This app allows you to explore
    available apps and download them from our awesome-ocis github repository.

    In order to use this app, you currently need to adjust your csp.yaml file
    (only if you have it customized). Please add the URL
    'https://raw.githubusercontent.com/owncloud/awesome-ocis/' to the sections
    connect-src and img-src.

    #11302

  • Enhancement - Redesign share link modal: #11310

    We've redesigned the share link modal to make it easier to share. The new modal
    is more user-friendly and provides a better experience for sharing.

    #11204
    #11310
    #11324

  • Enhancement - Accessibility: #11315

    Several accessibility improvements have been made, most notably in regards to
    color contrasts and outlines when navigating via keyboard.

    #10730
    #10726
    #10735
    #11315
    #11331
    #11320

  • Enhancement - Files as links: #11329

    We have converted the former buttons in the files list to links, this change
    makes it easier to open files in a new tab or window. The same applies to the
    context menu, where we also add a hint to the shortcut for opening the file in a
    new tab.´

    #11222
    #11329

  • Enhancement - Unstick top bar: #11344

    The top bar above tables as well as the table headers now lose their
    "stickiness" with limited vertical screen space. This way, we prevent those
    elements from overflowing content below.

    #10728
    #11344

v10.1.0-alpha.1

31 Jul 11:29
Compare
Choose a tag to compare
v10.1.0-alpha.1 Pre-release
Pre-release
Automated changelog update [skip ci]

10.0.0 (Sprint Increment)

29 Jul 05:39
46e1383
Compare
Choose a tag to compare

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

9.2.0-alpha.1

11 Jul 08:39
Compare
Choose a tag to compare
9.2.0-alpha.1 Pre-release
Pre-release

Changelog for ownCloud Web 9.2.0 (2024-07-11)

Summary

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

Details

  • 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