github owncloud/web v7.1.0
7.1.0

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

Changelog for ownCloud Web 7.1.0 (2023-08-23)

Summary

  • Bugfix - Favorites list update on removal: #9078
  • Bugfix - Space creation does not block reoccurring event: #9213
  • Bugfix - Uploading to folders that contain special characters: #9247
  • Bugfix - Relative user quota display limited to two decimals: #9259
  • Bugfix - Remember location after token invalidation: #9261
  • Bugfix - Authenticated public links breaking uploads: #9299
  • Bugfix - Switch columns displayed on small screens in "Shared with me" view: #9315
  • Bugfix - Media controls overflow on mobile screens: #9351
  • Bugfix - Space editors see empty trashbin and delete actions in space trashbin: #9389
  • Bugfix - Merging folders: #9461
  • Enhancement - Add hasPriority property for editors per extension: #7967
  • Enhancement - Improve extension app topbar: #8422
  • Enhancement - Open individually shared file in dedicated view: #8445
  • Enhancement - Shrink table columns: #8599
  • Enhancement - Add whitespace context-menu: #8921
  • Enhancement - Deny share access: #8983
  • Enhancement - Long breadcrumb strategy: #8984
  • Enhancement - Search tag filter: #9044
  • Enhancement - Single file link open with default app: #9046
  • Enhancement - Drag & drop on parent folder: #9052
  • Enhancement - Respect archiver limits: #9055
  • Enhancement - Enable download (archive) on spaces: #9056
  • Enhancement - Search full-text filter: #9059
  • Enhancement - Advanced search button: #9077
  • Enhancement - Search breadcrumb: #9077
  • Enhancement - Use app icons for files: #9088
  • Enhancement - Upload file on paste: #9140
  • Enhancement - Cloud import: #9151
  • Enhancement - Privacy statement in account menu: #9174
  • Enhancement - Add login button to top bar: #9178
  • Enhancement - Project spaces list viewmode: #9195
  • Enhancement - Add pagination options to admin settings: #9199
  • Enhancement - Add batch actions to search result list: #9200
  • Enhancement - Restyle possible sharees: #9216
  • Enhancement - Streamline URL query names: #9226
  • Enhancement - Access denied page update message: #9263
  • Enhancement - Hover tooltips in topbar: #9280
  • Enhancement - Search list add highlighted file content: #9294
  • Enhancement - Resolve pulic links to their actual location: #9299
  • Enhancement - Add search location filter: #9304
  • Enhancement - Ambiguation for URL view mode params: #9344
  • Enhancement - Batch actions redesign: #9346
  • Enhancement - Tag comma separation on client side: #9348
  • Enhancement - User notification for blocked pop-ups and redirects: #9377
  • Enhancement - Allow local storage for auth token: #9386
  • Enhancement - Button styling: #9394
  • Enhancement - Add error log to upload dialog: #9436

Details

  • Bugfix - Favorites list update on removal: #9078

    The Favorites list is now updating when a resource is removed from the list in this view

    #9078
    #9237

  • Bugfix - Space creation does not block reoccurring event: #9213

    We've fixed a bug that caused multiple spaces to be created in case of a slow internet connection
    and if the user clicks confirm multiple times.

    #9189
    #9213

  • Bugfix - Uploading to folders that contain special characters: #9247

    Uploading resources to folders that contain special characters in their names has been fixed.

    #9247
    #9290

  • Bugfix - Relative user quota display limited to two decimals: #9259

    If the relative user quota is being reported too precisely from the backend, there was a chance
    of small display issue. This has been resolved by limiting the number of decimals that get
    displayed for the relative quota to two.

    #9259
    #9369

  • Bugfix - Remember location after token invalidation: #9261

    Fixed an issue where token invalidation in the IDP would result in losing the current location.
    So logging in after token invalidation now correctly redirects to the page the user was before.

    #9261
    #9364

  • Bugfix - Authenticated public links breaking uploads: #9299

    Opening public links in an authenticated context no longer breaks uploading resources.

    #9298
    #9299

  • Bugfix - Switch columns displayed on small screens in "Shared with me" view: #9315

    Visibility of the resource table columns "Shared by" and "Shared with" has been switched for
    small screen and tablets (screen size <1200px) in the "Shared with me" view.

    #9315
    #9320

  • Bugfix - Media controls overflow on mobile screens: #9351

    Media controls overflowed on smaller 9:16 screens because it is absolutely positioned and
    centered using transform property, its margin caused the transform operation to not
    calculate the center properly (the latter also affected desktop but was merely visible).

    #9318
    #9351

  • Bugfix - Space editors see empty trashbin and delete actions in space trashbin: #9389

    We've fixed a bug, where space editors were able to see the empty trashbin and delete buttons in
    the space's trashbin. This is only allowed for space managers.

    #9385
    #9389

  • Bugfix - Merging folders: #9461

    Merging folders as option to handle name conflicts has been fixed.

    #9461
    #9477

  • Enhancement - Add hasPriority property for editors per extension: #7967

    HasPriority property has been added to replace canBeDefault. The property allows to set
    priority for opening with editors per extension.

    #7967

  • Enhancement - Improve extension app topbar: #8422

    We have redesigned the app topbar used in extensions and added more file actions.

    #8422
    #8442
    #8447

  • Enhancement - Open individually shared file in dedicated view: #8445

    We have added functionality to open a single, publicly shared file in a different view (instead
    of showing it in a table).

    #8445
    #8440
    #8446

  • Enhancement - Shrink table columns: #8599

    We've decided to shrink most table columns in the file list to their absolute minimum (Shares,
    Size, Modified/Shared/Delete date, Actions) so that the file name can take up more horizontal
    space.

    #8599
    #8978

  • Enhancement - Add whitespace context-menu: #8921

    We've added a generic context-menu for right clicking on whitespace.

    #5861
    #8921

  • Enhancement - Deny share access: #8983

    We've added a way to deny the share access in sub folders in a share or space. This allows the share
    editors to restrict access to certain resources within a share for certain share receivers.

    #7180
    #8983

  • Enhancement - Long breadcrumb strategy: #8984

    We've implemented a new solution to deal with long breadcrumbs even with long folder names.

    #6731
    #8984

  • Enhancement - Search tag filter: #9044

    The search result page now has a tag filter which can be used to filter the displayed search
    result by tags.

    #9054
    #9044
    #9096

  • Enhancement - Single file link open with default app: #9046

    We've added a configurable functionality, that a single shared file via link will be opened in
    default app, for example text-editor.

    #9045
    #9046
    #9307

  • Enhancement - Drag & drop on parent folder: #9052

    We've added the possibility to drag & drop files onto the breadcrumb to move items into parent
    folders in a fast and intuitive way.

    #9043
    #9052

  • Enhancement - Respect archiver limits: #9055

    The archiver service announces a limit for the accumulated filesize of the currently selected
    resources. The web UI now respects those limits and shows a disabled download button once the
    limit has been reached.

    #8456
    #9055

  • Enhancement - Enable download (archive) on spaces: #9056

    We've enabled the download action for spaces, which downloads the space's content as archive.

    #9056
    #9095

  • Enhancement - Search full-text filter: #9059

    The search result page now has a full-text filter which can be used to filter the displayed files
    by their content.

    #9058
    #9059
    #9087
    #9096
    #9332

  • Enhancement - Advanced search button: #9077

    The search bar now has a button to open the search result page directly to display all available
    search filters (= advanced search).

    #9072
    #9077

  • Enhancement - Search breadcrumb: #9077

    The search result page now has a breadcrumb item to tell the user where they are.

    #9072
    #9077

  • Enhancement - Use app icons for files: #9088

    Icons of apps are now rendered next to files that can be opened with them. Until now oC Web itself
    defined icons for file types, with this change an icon can be shown even if oC Web does not know the
    file type - there just needs to be an app loaded that supports opening the file type.

    #9088

  • Enhancement - Upload file on paste: #9140

    We've implemented the possibility to upload a single file in the clipboard from anywhere via
    paste.

    #9047
    #9140

  • Enhancement - Cloud import: #9151

    An action to import files from other external cloud providers has been added. OneDrive is
    currently the only supported option.

    #9151
    #9445
    #9469
    #9454
    #9486
    #9150
    #9282
    #9291
    #9374
    #9460
    #9471
    #9470
    #9487

  • Enhancement - Privacy statement in account menu: #9174

    We've added the option to add an imprint and privacy statement via the config.

    #9174
    #9180

  • Enhancement - Add login button to top bar: #9178

    We've added a login button to the top bar, this might be handy if a user receives a public link, and
    they want to login with their user account.

    #9177
    #9178
    #9187

  • Enhancement - Project spaces list viewmode: #9195

    We've added a viewmode switcher to the project spaces overview with an additional list
    viewmode.

    #9204
    #9195

  • Enhancement - Add pagination options to admin settings: #9199

    We've added pagination options to the admin settings app, furthermore we've added more
    granular pagination options to the files app.

    #9188
    #9199

  • Enhancement - Add batch actions to search result list: #9200

    We've modified our batch actions so that they now finally work on the search result page as well.

    #9230
    #9200
    #9279

  • Enhancement - Restyle possible sharees: #9216

    We've restyled the list of sharee suggestions when sharing files and folders.

    #9216
    #9273

  • Enhancement - Streamline URL query names: #9226

    We've used different URL query names for the pagination in the files app (items-per-page)
    and admin-settings app (admin-settings-items-per-page). We've streamlined this to use
    the same query name in all apps and still keep the possibility to have independent page sizes in
    different apps.

    #9226

  • Enhancement - Access denied page update message: #9263

    We've updated the access denied page message to be more specific and give the user a link to a help
    page.

    #9051
    #9263

  • Enhancement - Hover tooltips in topbar: #9280

    We have added more hoverable tooltips in the topbar to align the behavior.

    #9280
    #9283

  • Enhancement - Search list add highlighted file content: #9294

    We've introduced a feature that shows a highlighted result summary matching the search term in
    the search list, if there are occurrences in the found files.

    #9295
    #9294

  • Enhancement - Resolve pulic links to their actual location: #9299

    Public links are now being resolved to their actual location if the user has proper access to the
    resource (either via space or share).

    #9296
    #9299

  • Enhancement - Add search location filter: #9304

    We've added the option to set the search location in the searchbar.

    #9258
    #9428
    #9439
    #9304
    #9432
    #9456

  • Enhancement - Ambiguation for URL view mode params: #9344

    Show tiles view in projects spaces per default, changed route+storage params to be different
    from one another.

    #9337
    #9344

  • Enhancement - Batch actions redesign: #9346

    We've improved the overall look and feel of the top bar batch actions. This includes the new
    mechanism that the batch actions show up as well when only one item is selected, but also
    includes design changes.

    #9340
    #9352
    #9346

  • Enhancement - Tag comma separation on client side: #9348

    Tags containing commas are now split up into separate tags on client side to match server side
    processing behaviour.

    #9224
    #9348

  • Enhancement - User notification for blocked pop-ups and redirects: #9377

    We have added some functionality that reminds the user to check their browser settings so that
    redirects and e.g. opening a resource in a new tab can work properly.

    #9377
    #9383
    #9419

  • Enhancement - Allow local storage for auth token: #9386

    We've introduced a new env var WEB_OPTION_TOKEN_STORAGE_LOCAL, when set to true(default),
    the auth token will be stored in the browser's local storage instead the session storage, this
    will effect in a persisted login state across multiple browser tabs.

    #9325
    #9386

  • Enhancement - Button styling: #9394

    Button styling (colors and hover colors) has been improved in both light and dark mode to be more
    consistent among various button styles (colors for filled and outline buttons)

    #9353
    #9354
    #9394
    #9459

  • Enhancement - Add error log to upload dialog: #9436

    We've added a error log to the upload dialog, so if an upload fails the user can copy the log and
    might hand it over to their admin.

    #9430
    #9436
    #9426

Don't miss a new web release

NewReleases is sending notifications on new releases.