Skip to content

Releases: owncloud/web

10.2.0

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

9.1.0 (Sprint Increment)

05 Jul 12:03
Compare
Choose a tag to compare

Changelog for ownCloud Web 9.1.0 (2024-07-05)

Summary

  • Bugfix - Resetting user after logout: #11058
  • Bugfix - Admin settings UI update after save: #11059
  • Bugfix - Editor save after token renewal: #11068
  • Bugfix - Trash bin breaking on navigation: #11132
  • Bugfix - Tooltips in trashbin covered: #11135
  • Bugfix - Duplicated elements on public link page: #11137
  • Bugfix - Secure view default action: #11139
  • Enhancement - Accessibility improvements: #5387
  • Enhancement - Activities sidebar app panel: #10996
  • Enhancement - Consistent initial loading spinner: #11054
  • Enhancement - Add action drop down to app top bar: #11057
  • Enhancement - Decrease text editor loading times: #11060
  • Enhancement - Reduce network load on token renewal: #11077
  • Enhancement - Open file directly from app: #11085
  • Enhancement - Enable default autosave in editors: #11093

Details

  • Bugfix - Resetting user after logout: #11058

    We've fixed a bug where the current user would not be resetted after logout.

    #11055
    #11058

  • Bugfix - Admin settings UI update after save: #11059

    We've fixed a bug where the UI would not display changes made in the admin
    settings until re-loading the entire page.

    #11033
    #11059

  • Bugfix - Editor save after token renewal: #11068

    We've fixed a bug where saving changes in an editor would not work after the
    access token has been renewed.

    #11062
    #11068

  • Bugfix - Trash bin breaking on navigation: #11132

    We've fixed a bug where the trash bin would break when navigating into the
    parent folder of a resource.

    #11100
    #10686
    #11132

  • Bugfix - Tooltips in trashbin covered: #11135

    We fixed an issue where the parent folder tooltip in the trashbin table view was
    partially hidden behind other elements.

    #11135
    #11141

  • Bugfix - Duplicated elements on public link page: #11137

    We've fixed a bug where clicking the ownCloud logo on a public link page would
    lead to certain UI elements being duplicated.

    #10371
    #11137

  • Bugfix - Secure view default action: #11139

    Clicking files that have been shared via secure view without having a compatible
    app to view such (or the file type is not supported) is no longer possible. This
    prevents errors and other file actions from falsely registering themselves as
    default.

    #11138
    #11139

  • Enhancement - Accessibility improvements: #5387

    Across the board, we have implemented improvements in regards of accessibility
    for the web UI.

    #5387
    #5398
    #11087
    #11096
    #11098

  • Enhancement - Activities sidebar app panel: #10996

    We have added a sidebar app panel to display activities performed on a resource.
    This provides a clear overview of actions taken on a resource.

    #10800
    #10996

  • Enhancement - Consistent initial loading spinner: #11054

    We have updated the loading spinner on the initial page load to run continuously
    during the client bootstrap. Previously, the spinner would appear and disappear
    multiple times.

    Additionally, we have aligned the spinner's design with our other loading
    spinners and reduced the delay before it appears from 1 second to 0.5 seconds.

    #11041
    #11083
    #11054
    #11084

  • Enhancement - Add action drop down to app top bar: #11057

    We've added an action drop down with various file actions to the app top bar, so
    the user can now call different actions like download, directly from the app.

    #11019
    #11057

  • Enhancement - Decrease text editor loading times: #11060

    We've decreased the loading times of the text and markdown editor by loading the
    necessary parts only.

    #10982
    #11060

  • Enhancement - Reduce network load on token renewal: #11077

    We've reduced the network load on token renewal, resulting in better overall
    performance of the Web client and less token renewal failures on slow network
    connections.

    #11069
    #11077

  • Enhancement - Open file directly from app: #11085

    We've added an 'Open' item to the drop down menu in the app top bar, so the user
    can open a different file directly from the opened app.

    #11013
    #11085
    #11140

  • Enhancement - Enable default autosave in editors: #11093

    Autosaving every 2 minutes in any editor is now the default behaviour. We also
    show an indicator in the respective app, when autosave is enabled.

    #11090
    #11093
    #11095

8.0.4

02 Jul 09:00
Compare
Choose a tag to compare

Changelog for ownCloud Web 8.0.4 (2024-07-02)

Summary

  • Bugfix - Keyboard navigation breaking: #10942
  • Bugfix - Opening public links with an expired token: #11086
  • Bugfix - Button focus when closing editor: #11091
  • Bugfix - Browser confirmation dialog after closing editor: #11092

Details

  • Bugfix - Keyboard navigation breaking: #10942

    We've fixed a bug where the keyboard navigation would break in certain
    scenarios, e.g. when opening a folder from the search results.

    #10942
    #11099

  • Bugfix - Opening public links with an expired token: #11086

    We've fixed a bug where opening public links with an expired token would falsely
    show the access denied page. Instead, Web now tries to login the user. If that
    doesn't work, the expired user session gets removed.

    #11086

  • Bugfix - Button focus when closing editor: #11091

    When closing an editor with unsaved changes, the modal now correctly focuses the
    primary "Save"-button.

    #11091
    #11094

  • Bugfix - Browser confirmation dialog after closing editor: #11092

    We've fixed a bug where the browser falsely asked the user for confirmation when
    closing or reloading the page after an editor with unsaved changes had been
    closed.

    #11092
    #11094

9.1.0-alpha.1

28 Jun 13:59
Compare
Choose a tag to compare
9.1.0-alpha.1 Pre-release
Pre-release

Changelog for ownCloud Web 9.1.0 (2024-06-28)

Summary

  • Bugfix - Resetting user after logout: #11058
  • Bugfix - Admin settings UI update after save: #11059
  • Bugfix - Editor save after token renewal: #11068
  • Enhancement - Accessibility improvements: #5387
  • Enhancement - Activities sidebar app panel: #10996
  • Enhancement - Consistent initial loading spinner: #11054
  • Enhancement - Add action drop down to app top bar: #11057
  • Enhancement - Decrease text editor loading times: #11060
  • Enhancement - Reduce network load on token renewal: #11077
  • Enhancement - Enable default autosave in editors: #11093

Details

  • Bugfix - Resetting user after logout: #11058

    We've fixed a bug where the current user would not be resetted after logout.

    #11055
    #11058

  • Bugfix - Admin settings UI update after save: #11059

    We've fixed a bug where the UI would not display changes made in the admin
    settings until re-loading the entire page.

    #11033
    #11059

  • Bugfix - Editor save after token renewal: #11068

    We've fixed a bug where saving changes in an editor would not work after the
    access token has been renewed.

    #11062
    #11068

  • Enhancement - Accessibility improvements: #5387

    Across the board, we have implemented improvements in regards of accessibility
    for the web UI.

    #5387
    #5398
    #11087
    #11096
    #11098

  • Enhancement - Activities sidebar app panel: #10996

    We have added a sidebar app panel to display activities performed on a resource.
    This provides a clear overview of actions taken on a resource.

    #10800
    #10996

  • Enhancement - Consistent initial loading spinner: #11054

    We have updated the loading spinner on the initial page load to run continuously
    during the client bootstrap. Previously, the spinner would appear and disappear
    multiple times.

    Additionally, we have aligned the spinner's design with our other loading
    spinners and reduced the delay before it appears from 1 second to 0.5 seconds.

    #11041
    #11083
    #11054
    #11084

  • Enhancement - Add action drop down to app top bar: #11057

    We've added an action drop down with various file actions to the app top bar, so
    the user can now call different actions like download, directly from the app.

    #11019
    #11057

  • Enhancement - Decrease text editor loading times: #11060

    We've decreased the loading times of the text and markdown editor by loading the
    necessary parts only.

    #10982
    #11060

  • Enhancement - Reduce network load on token renewal: #11077

    We've reduced the network load on token renewal, resulting in better overall
    performance of the Web client and less token renewal failures on slow network
    connections.

    #11069
    #11077

  • Enhancement - Enable default autosave in editors: #11093

    Autosaving every 2 minutes in any editor is now the default behaviour. We also
    show an indicator in the respective app, when autosave is enabled.

    #11090
    #11093
    #11095

8.0.3

20 Jun 15:22
Compare
Choose a tag to compare

Changelog for ownCloud Web 8.0.3 (2024-06-20)

Summary

  • Bugfix - Vertical scroll for OcModal on small screens: #10814
  • Bugfix - Resource deselection on right-click: #10918
  • Bugfix - Resources with name consist of number won't show up in trash bin: #10920
  • Bugfix - Space not updating on navigation: #10941
  • Bugfix - Enforce shortcut URL protocol: #11063

Details

  • Bugfix - Vertical scroll for OcModal on small screens: #10814

    We've fixed an issue where modals were not scrollable on screens with small
    heights.

    #10814
    #10816

  • Bugfix - Resource deselection on right-click: #10918

    We've fixed an issue where right-clicking any empty space inside the files table
    would reset the current selection.

    #10918
    #10936

  • Bugfix - Resources with name consist of number won't show up in trash bin: #10920

    We've fixed a bug, where deleted resources that have only numbers in name like
    "123" won't show up in the trash bin

    #10917
    #10920

  • Bugfix - Space not updating on navigation: #10941

    We've fixed an issue where the current space did not update when navigating from
    one space into another directly, e.g. via search results. That could lead to
    uploads and file actions not working properly.

    #10941
    #10943

  • Bugfix - Enforce shortcut URL protocol: #11063

    We've fixed a bug where the protocol in shortcut URLs was not enforced. Now, the
    shortcut URL always starts https:// if no protocol is provided by the user.

    #11063
    #11076