Skip to content

Releases: owncloud/web

11.1.1

22 Jan 15:26
6889e7b
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.1.1 (2025-01-22)

Summary

  • Bugfix - Optionally access preview app route query: #12112
  • Bugfix - Change federated share icon: #12118
  • Bugfix - Improve federated share icon contrast: #12118
  • Bugfix - Show external share indicator: #12119

Details

  • Bugfix - Optionally access preview app route query: #12112

    We've fixed an issue where loading of preview app would fail due to missing
    route query. The route query is now accessed optionally meaning even when it
    undefined, the app still loads as expected.

    #12108
    #12106
    #12112

  • Bugfix - Change federated share icon: #12118

    We've changed the icon we are using for federated shares in the Shared with
    others list from "cloud" into "earth".

    #12117
    #12118

  • Bugfix - Improve federated share icon contrast: #12118

    We've made the color of the federated share icon slightly lighter in order to
    have a sufficient contrast compared to the icon background.

    #12117
    #12118

  • Bugfix - Show external share indicator: #12119

    We've fixed the condition that was preventing the external share indicator from
    showing up when a permissions indicator was visible.

    #12117
    #12119

11.1.0

10 Jan 09:19
8222156
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.1.0 (2025-01-10)

Summary

  • Bugfix - Preview app files visibility: #12040
  • Bugfix - Disable paste action in same folder: #12044
  • Bugfix - Do not push sidebar close action away: #12045
  • Bugfix - Update sidebar width on resize: #12045
  • Bugfix - Use correct breakpoints in sidebar: #12045
  • Bugfix - Show indirect shares on search page: #12050
  • Bugfix - Add more padding to input when clear action is visible: #12055
  • Bugfix - Use local state in sidebar in embed mode: #12058
  • Bugfix - Change opacity of disabled checkboxes: #12063
  • Bugfix - Refetch notifications settings on locale change: #12074
  • Enhancement - Add notifications settings: #12010
  • Enhancement - Use generic private link error: #12054

Details

  • Bugfix - Preview app files visibility: #12040

    We've fixed the issue with displaying hidden files when user open a file in
    preview app in "Shared with me" list. The q_share-visibility query param is
    now passed to the app so that if a user opens a file while listing "visible
    shares", the preview app will allow moving only to another visible files. When
    the q_share-visibility query param is set to hidden (i.e. user is listing
    "hidden shares"), the preview app will allow moving only to another hidden
    files.

    #11883
    #12040

  • Bugfix - Disable paste action in same folder: #12044

    We've fixed the state of the "paste files" action when copied resources are from
    the same folder. The button will be disabled in such case and a tooltip with
    explanation message displayed.

    #12021
    #12044

  • Bugfix - Do not push sidebar close action away: #12045

    We've fixed an issue with the sidebar close action which was pushed away when
    zooming. The layout of the screen was not adjusting the size and shifted the
    whole sidebar off the screen. We set a fixed width of 100% - sidebar width to
    prevent this.

    #11536
    #12045

  • Bugfix - Update sidebar width on resize: #12045

    We've fixed an issue where the width of the sidebar was updated only when
    opening it. We added a resize event handler to the window object so that we can
    react to it and update the width accordingly.

    #12045

  • Bugfix - Use correct breakpoints in sidebar: #12045

    We've set the correct breakpoint used for setting width of the sidebar so that
    it matches the breakpoint in app wrapper.

    #12045

  • Bugfix - Show indirect shares on search page: #12050

    We've fixed an issue where the indirect shares of resources were not displayed
    in the sidebar when user is on search page.

    #10939
    #12050

  • Bugfix - Add more padding to input when clear action is visible: #12055

    We've fixed the issue where the clear action of the text input would overlap the
    text entered into the input. When the clear action becomes visible, the right
    padding of the input will be increased by the size of the clear action.

    #11543
    #12055

  • Bugfix - Use local state in sidebar in embed mode: #12058

    We've fixed an issue where the sidebar would be overlapping the content of embed
    mode iframe when opened due to shared local storage. We now use own local state
    for the sidebar in embed mode instead of relying on the local storage.

    #11875
    #12058

  • Bugfix - Change opacity of disabled checkboxes: #12063

    We've fixed an issue where disabled checkbox was not clearly distinguishable
    from enabled ones by lowering it's opacity.

    #12060
    #12063

  • Bugfix - Refetch notifications settings on locale change: #12074

    We've fixed an issue where the notification settings section did not update any
    strings when users changed their locale. The settings bundle is now fetched
    again when locale changes to make sure that the oCIS server can return strings
    in the correct locale.

    #12064
    #12074

  • Enhancement - Add notifications settings: #12010

    We've added a new notifications settings section into the account screen. This
    section allows users to configure what notifications they wish to receive either
    in-app or via email, when to receive email notifications, and drops the previous
    notifications toggle.

    #9248
    #12010

  • Enhancement - Use generic private link error: #12054

    We've added a more generic error message to the unavailable private links as the
    previous message was confusing.

    #12009
    #12054

11.0.6

10 Dec 07:37
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.6 (2024-12-10)

Summary

  • Bugfix - OCM invite flow: #11992
  • Bugfix - Change search scope without search term: #11997
  • Bugfix - Do not load version when sidebar is closed: #11998
  • Bugfix - Use only space resource with driveType "project" as space in sidebar: #12000
  • Bugfix - OCM share editing: #12002
  • Bugfix - OCM share recipient issuer: #12002
  • Bugfix - Missing activities on Shared with me page: #12008
  • Bugfix - Sidebar file info for shares: #12010
  • Bugfix - Show missing role name in link share panel: #12012
  • Bugfix - Missing translations for share type filters: #12013
  • Bugfix - Permanent link for shares: #12022

Details

  • Bugfix - OCM invite flow: #11992

    We've fixed the OCM invite flow and made it more user-friendly.

    #11983
    #11992

  • Bugfix - Change search scope without search term: #11997

    We've fixed the change of search scope on search page when there is no search
    term entered.

    #11982
    #11997

  • Bugfix - Do not load version when sidebar is closed: #11998

    We've fixed the the loading of file versions which was triggered even when
    sidebar was closed. File version will now be loaded only when the sidebar is
    opened.

    #11979
    #11998

  • Bugfix - Use only space resource with driveType "project" as space in sidebar: #12000

    We've fixed the issue where any selected resource got passed to the sidebar as a
    space in Spaces page. Now only space resource with driveType "project" will be
    passed as a space.

    #11978
    #12000

  • Bugfix - OCM share editing: #12002

    We've fixed a bug where OCM shares could be edited although the server does not
    support it.

    #11991
    #12002

  • Bugfix - OCM share recipient issuer: #12002

    We've fixed a bug where the issuer for OCM shares was missing in the invite
    input field.

    https://github.com/owncloud/web/issues/11972
    #12002

  • Bugfix - Missing activities on Shared with me page: #12008

    We've added the missing activities on the Shared with me page.

    #12008

  • Bugfix - Sidebar file info for shares: #12010

    We've fixed a bug some file info regarding size an shares was missing in the
    right sidebar when opening an incoming share via an editor.

    #12010

  • Bugfix - Show missing role name in link share panel: #12012

    We've fixed a bug where the role name was missing in the link share panel.

    #12012

  • Bugfix - Missing translations for share type filters: #12013

    We've fixed a bug, where the translations for the share type filters were
    missing. This was the case for the "Shared with me" and "Shared with others"
    page.

    #12013

  • Bugfix - Permanent link for shares: #12022

    We've fixed an issue where the permanent for shares could not be copied.

    #12001
    #12022

11.0.5

25 Nov 10:40
Compare
Choose a tag to compare

Changelog for ownCloud Web 11.0.5 (2024-11-25)

Summary

  • Bugfix - Preview app Shared with me page: #11883
  • Bugfix - Export request ID when delete fails: #11951

Details

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

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

    #11883
    #11947

  • Bugfix - Export request ID when delete fails: #11951

    We've fixed a bug where the request ID was not exposed to the error message when
    a delete operation failed.

    #11925
    #11951

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