github owncloud/web v7.0.0-rc.7
7.0.0-rc.7

latest releases: web-pkg-v0.0.5-alpha.8, web-pkg-v0.0.5-alpha.7, web-pkg-v0.0.5-alpha.6...
20 months ago

Changelog for ownCloud Web 7.0.0 (2023-01-12)

Summary

  • Bugfix - Current year selection in the date picker: #8058
  • Bugfix - Include spaces in the list info: #7926
  • Bugfix - Left sidebar navigation item text flickers on transition: #8080
  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061
  • Bugfix - "Paste"-action without write permissions: #7925
  • Bugfix - Prevent deletion of own account: #7958
  • Bugfix - Re-using space images: #8083
  • Bugfix - Resolving drives in search: #8045
  • Bugfix - Reverting versions for read-only shares: #8040
  • Bugfix - Search bar input appearance: #8158
  • Bugfix - Search repeating no results message: #8054
  • Bugfix - Space member disappearing: #8081
  • Bugfix - Space quota not displayed after creation: #7969
  • Bugfix - Text editor appearance: #8026
  • Bugfix - UI fixes for sorting and quickactions: #7966
  • Change - Update Vue to v3.2.45 (via compat mode): #7948
  • Enhancement - Access right sidebar panels via URL: #8021
  • Enhancement - Make clipboard copy available to more browsers: #8136
  • Enhancement - Add switch to enable condensed resource table: #7976
  • Enhancement - Conflict dialog UX: #7983
  • Enhancement - Group and user creation forms submit on enter: #7968
  • Enhancement - Increase Searchbar height: #8056
  • Enhancement - Don't open sidebar when copying quicklink: #8008
  • Enhancement - Enable autoplay in the preview app: #7995
  • Enhancement - Introduce image preloading to the preview app: #8051
  • Enhancement - Introduce full screen mode to the preview app: #7994
  • Enhancement - Introduce zoom and rotate to the preview app: #7977
  • Enhancement - Rename "user management" app: #8175
  • Enhancement - Retry failed uploads on re-upload: #8055
  • Enhancement - Space group members: #8161
  • Enhancement - Space group shares: #8161
  • Enhancement - Show text file icon for empty text files: #8057
  • Enhancement - Spaces list in admin settings: #8178
  • Enhancement - Add tag support: #7388
  • Enhancement - Update libre-graph-api to v1.0: #8132
  • Enhancement - Warn users when using unsupported browsers: #7942

Details

  • Bugfix - Current year selection in the date picker: #8058

    We applied a hotpatch to fix the selection of the current year in December in the date picker.

    #8042
    #8058

  • Bugfix - Include spaces in the list info: #7926

    Spaces have been included in the list info below file lists that support displaying spaces.

    #7924
    #7926

  • Bugfix - Left sidebar navigation item text flickers on transition: #8080

    We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.

    #8080

  • Bugfix - Omit "page"-query in breadcrumb navigation: #8061

    We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
    file list would be empty after navigating via breadcrumb from a paginated folder.

    #8060
    #8061

  • Bugfix - "Paste"-action without write permissions: #7925

    The "Paste"-action is now disabled in read-only folders/shares.

    #7922
    #7925

  • Bugfix - Prevent deletion of own account: #7958

    We've fixed a bug while a user tries to delete their own account in the user management app, a non
    descriptive error message have popped up. We now show a proper error message.

    #7955
    #7958

  • Bugfix - Re-using space images: #8083

    We've fixed a bug where re-using a previously used space image via "Set as space image" would
    cause errors.

    #8083
    #8084

  • Bugfix - Resolving drives in search: #8045

    We've fixed a bug where folder listing was not reloaded when being in a space/share root and
    navigating into another space/share root via search.

    #8034
    #8045

  • Bugfix - Reverting versions for read-only shares: #8040

    Reverting versions for read-only shares is no longer possible.

    #8037
    #8040

  • Bugfix - Search bar input appearance: #8158

    The broken appearance of the search bar input field has been fixed.

    #8158
    #8203

  • Bugfix - Search repeating no results message: #8054

    We've fixed a bug that caused to repeat the 'no results' message when searching.

    #8054
    #8062

  • Bugfix - Space member disappearing: #8081

    We've fixed a bug where adding links to a space would remove newly added members in the UI.

    #8081
    #8082

  • Bugfix - Space quota not displayed after creation: #7969

    We've fixed a bug where the quota in the space details was not shown after space creation.

    #7959
    #7969

  • Bugfix - Text editor appearance: #8026

    The text editor now looks normal again after its appearance had changed due to the inclusion of
    the ODS in the web repository.

    #8026

  • Bugfix - UI fixes for sorting and quickactions: #7966

    Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
    shared simultaneously with users and groups. Prevent the context actions to disappear when
    hoverableQuickActions is set to true.

    #7966

  • Change - Update Vue to v3.2.45 (via compat mode): #7948

    Vue has been updated to v3.2.45. It is currently running in the so-called "compat mode", which
    guarantees compatibility with Vue 2.7. More detailed information can be found in the
    referenced issues and PRs down below.

    BREAKING CHANGE for developers: The vue/composition-api plugin is not available anymore
    as the composition-api now comes with Vue.

    #7948
    #5269
    #8128
    #7877
    #8207
    #8201
    #8202
    #8198
    #8213
    #8214
    #8221

  • Enhancement - Access right sidebar panels via URL: #8021

    Opening the right sidebar (including its panels) is now possible via URL param.

    For private or internal links it only requires the new details param in the URL. For other URLs
    (e.g. personal space, project space) the scrollTo param including the resource id is needed
    as well.

    The following values can be used for the details param:

    • details - sidebar open, no specific panel * actions - actions panel * sharing - share
      panel * versions - versions panel * space-share - members panel (project space only)

    #7927
    #8021

  • Enhancement - Make clipboard copy available to more browsers: #8136

    We have added more functionality for copying (e.g. links) to the user's clipboard. By
    switching libraries we now use the standard browser API (if available) with a fallback and only
    offer copy-to-clipboard buttons if the browser supports it.

    #8134
    #8136
    #8173

  • Enhancement - Add switch to enable condensed resource table: #7976

    We've added a switch to have a more condensed resource table. The change gets saved to the route
    and persisted across folder navigation in all files, spaces and favorites views.

    #6380
    #7976
    #8105

  • Enhancement - Conflict dialog UX: #7983

    The UX of the conflict dialog has been improved slightly:

    • The name of the conflicting resource is now written in quotes * The title of the dialog now tells
      the difference between files and folders * The "Skip"-dialog now tells the difference between
      files and folders

    #7682
    #7983

  • Enhancement - Group and user creation forms submit on enter: #7968

    Group and User creation forms can now be submitted by pressing enter.

    #7937
    #7968

  • Enhancement - Increase Searchbar height: #8056

    We've increased the height of the Searchbar to better fit the design.

    #8056

  • Enhancement - Don't open sidebar when copying quicklink: #8008

    Following user feedback, we don't open the sharing sidebar anymore after copying/creating a
    quicklink.

    #8008
    #8036

  • Enhancement - Enable autoplay in the preview app: #7995

    #7908
    #7995

  • Enhancement - Introduce image preloading to the preview app: #8051

    #2052
    #8051
    #8108

  • Enhancement - Introduce full screen mode to the preview app: #7994

    #6700
    #7994

  • Enhancement - Introduce zoom and rotate to the preview app: #7977

    #7160
    #7977

  • Enhancement - Rename "user management" app: #8175

    The "user management" app has been renamed to "admin settings" because the app will contain a
    variety of general settings in the future.

    #8175

  • Enhancement - Retry failed uploads on re-upload: #8055

    When re-uploading a file that failed uploading before, the upload is now being retried instead
    of being started from scratch again. This fixes some issues with the overlay and preserves the
    upload progress.

    #7944
    #8055

  • Enhancement - Space group members: #8161

    We've added the option to manage and work with space group members.

    In detail it contains: * Permission management for space group members * Inherit space group
    permissions to child resources * Groups appear in the autocomplete list when inviting space
    members * Selected groups appear in to be invited list * Selected groups are part of the share
    creation request payload * All group type members of a space are listed in the members section of
    the space * All users / groups with the "listGrants" permission can see groups which are invited
    to a space * All users / groups who only have access on a share level inside a sub-resource of a
    space can not see all groups which are regular members of the space

    #8160
    #8177
    #8161

  • Enhancement - Space group shares: #8161

    We've added the possibility to share a space with a group.

    #8160
    #8161
    #8185

  • Enhancement - Show text file icon for empty text files: #8057

    We've changed the thumbnail of almost empty text files to the regular text icon.

    #8057

  • Enhancement - Spaces list in admin settings: #8178

    The admin settings now have a view to list all spaces for the current instance. This makes it
    possible for space admins to manage all spaces in one place.

    #8219
    #8178
    #8195
    #8190
    #8192
    #8199
    #8224

  • Enhancement - Add tag support: #7388

    Web now supports tags on resources to enhance the way of organizing and working. Tags are
    visible in the files list and can also be searched to quickly filter tagged files.

    #7134
    #8149
    #7388
    #7385
    #7442
    #7754
    #8067
    #8157

  • Enhancement - Update libre-graph-api to v1.0: #8132

    Libre-graph-api has been updated to v1.0

    #8132
    #8171

  • Enhancement - Warn users when using unsupported browsers: #7942

    We've added a warning message if the browser is older than our supported configuration,
    instead of just failing and showing blue/white screens or generic errors. Users still have the
    option to proceed and open the page if they want to. By proceeding to the page, the setting is set
    for 30 days, afterwards the warning is shown again.

    When building web, it's possible to pass a documentation url for users to know more about this
    issue, by setting the env variable DOCUMENTATION_URL.

    #7942

Don't miss a new web release

NewReleases is sending notifications on new releases.