Skip to content

Releases: owncloud/web

11.0.4

19 Nov 11:37
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.4 (2024-11-19)

Summary

  • Bugfix - Fix order in roles drop down: #11916
  • Bugfix - Allow create template with different editors: #11923
  • Bugfix - Extension actions in right sidebar: #11924
  • Bugfix - Unique request ids: #11929

Details

  • Bugfix - Fix order in roles drop down: #11916

    We've fixed an issue where the order of roles in the roles drop down was not
    correct. Now the roles are sorted as delegated by the backend.

    #11915
    #11916
    #11922

  • Bugfix - Allow create template with different editors: #11923

    We've fixed a bug where it was not possible to create a template with different
    editors.

    #11873
    #11923

  • Bugfix - Extension actions in right sidebar: #11924

    Extension actions (e.g. "Extract here") are now correctly showing in the actions
    panel of the right sidebar.

    #11898
    #11924

  • Bugfix - Unique request ids: #11929

    We've fixed an issue where the request ids for upload- and worker-requests were
    not unique.

    #11925
    #11929

11.0.3

14 Nov 12:47
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.3 (2024-11-14)

Summary

  • Bugfix - Preview image retries postprocessing: #11870
  • Bugfix - Preview app Shared with me page: #11883
  • Bugfix - "Save as" / "Open" when embed delegate authentication is enabled: #11897
  • Bugfix - App top bar does not show location when shared file is opened: #11900
  • Bugfix - Open from app and Save As feature broken when opened via shared file: #11900
  • Bugfix - Public folder reload: #11904

Details

  • Bugfix - Preview image retries postprocessing: #11870

    Requests for preview images are now being retried when the images could not be
    loaded due to postprocessing.

    #11870
    #11874

  • Bugfix - Preview app Shared with me page: #11883

    We fixed a navigation issue with the preview app on the Shared with me page.

    #11883
    #11893

  • Bugfix - "Save as" / "Open" when embed delegate authentication is enabled: #11897

    We've fixed the "Save as" / "Open" actions when embed delegate authentication is
    enabled on the server side.

    #11897
    #11899

  • Bugfix - App top bar does not show location when shared file is opened: #11900

    We've fixed an issue where the app top bar did not show the location when a
    shared file was opened.

    #11896
    #11900

  • Bugfix - Open from app and Save As feature broken when opened via shared file: #11900

    We've fixed an issue where the Open from app and Save As feature was broken when
    opened via a shared file.

    #11895
    #11900

  • Bugfix - Public folder reload: #11904

    Reloading a folder on a public link page is no longer broken.

    #11902
    #11904

11.0.2

07 Nov 10:40
Compare
Choose a tag to compare

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

Summary

  • Bugfix - Show lock information in file details: #11008
  • Bugfix - Context menu "Open app in new tab" broken: #11854

Details

  • Bugfix - Show lock information in file details: #11008

    We fixed showing the lock owner in the file details whenever a file is locked.

    #11008
    #11859

  • Bugfix - Context menu "Open app in new tab" broken: #11854

    We've fixed a bug where the context menu option "Open app in new tab" was
    broken.

    #11853
    #11854

11.0.1

05 Nov 10:08
055ee38
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.1 (2024-11-05)

Summary

  • Bugfix - Files appearing in file list: #11803
  • Bugfix - Add missing translations: #11804
  • Bugfix - Folder size mismatch: #11806
  • Bugfix - Preview image retries: #11813
  • Bugfix - Respect post logout url: #11817
  • Bugfix - Right side bar cut off: #11830
  • Bugfix - Sidebar showing wrong shares: #11831

Details

  • Bugfix - Files appearing in file list: #11803

    We've fixed a bug where files would wrongly appear in the current file list
    during an ongoing upload.

    #11803
    #11824

  • Bugfix - Add missing translations: #11804

    Missing translations for the tile sort options and the editor "Save"-button have
    been added.

    #11804

  • Bugfix - Folder size mismatch: #11806

    We've fixed the size mismatch between a folder in the file list and the
    accumulated size inside the folder beneath the file list.

    #11806
    #11814

  • Bugfix - Preview image retries: #11813

    We've added a retry mechanism to preview loading in case the server is being
    overrun with too many requests.

    #11798
    #11813

  • Bugfix - Respect post logout url: #11817

    We've fixed a bug where setting the post_logout_redirect_url in the oidc
    config had no effect.

    #11816
    #11817

  • Bugfix - Right side bar cut off: #11830

    We've fixed a bug where the right sidebar would cut off at a browser width

    960px and <1024px.

    #11830
    #11842

  • Bugfix - Sidebar showing wrong shares: #11831

    We've fixed a bug where the right sidebar would display wrong shares when being
    inside a space and opening a file from another space (e.g. via the search
    results).

    #11787
    #11831

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