Skip to content

Releases: owncloud/web

8.0.0-alpha.3

04 Oct 06:57
Compare
Choose a tag to compare
8.0.0-alpha.3 Pre-release
Pre-release

Changelog for ownCloud Web 8.0.0 (2023-10-04)

Summary

  • Bugfix - Filter out shares without display name: #9257
  • Bugfix - PDF loading Safari: #9483
  • Bugfix - Set or remove expiration date on group share not possible: #9513
  • Bugfix - Shared with action menu label alignment: #9529
  • Bugfix - Internal public link resolving: #9587
  • Bugfix - Audio- & video-loading on Shared with me page: #9593
  • Bugfix - Add project space filter: #9649
  • Bugfix - Respect the open-in-new-tab-config for external apps: #9663
  • Bugfix - Tiles view accessibility: #9670
  • Bugfix - Special characters in username: #9694
  • Enhancement - Make login url configurable: #7317
  • Enhancement - Scroll to newly created folder: #7600
  • Enhancement - Application unification: #9302
  • Enhancement - Show local loading spinner in sharing button: #9423
  • Enhancement - File versions tooltip with absolute date: #9441
  • Enhancement - Add SSE to get notifications instantly: #9451
  • Enhancement - Tags form improved: #9525
  • Enhancement - Don't display confirmation dialog on file deletion: #9527
  • Enhancement - Indicate processing state: #9561
  • Enhancement - Display locking information: #9566
  • Enhancement - Moving share's "set expiration date" function: #9584
  • Enhancement - Add keyboard navigation to spaces overview: #9625
  • Enhancement - Add batch actions to spaces: #9627
  • Enhancement - Keyword Query Language (KQL) search syntax: #9653
  • Enhancement - OcModal set buttons to same width: #9671
  • Enhancement - Add password policy compatibility: #9682
  • Enhancement - Password generator for public links: #9691
  • Enhancement - Added app banner for mobile devices: #9696
  • Enhancement - Unify sharing expiration date menu items: #9706
  • Enhancement - Show error if password is on a banned password list: #9727

Details

  • Bugfix - Filter out shares without display name: #9257

    In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
    sharing sidebar section. This has been addressed by filtering out shares without a
    displayName.

    #9257
    #9504

  • Bugfix - PDF loading Safari: #9483

    Loading PDF files with Safari has been fixed.

    #9483
    #9565

  • Bugfix - Set or remove expiration date on group share not possible: #9513

    We've fixed a bug where setting or removing an expiration on a group share wasn't possible.

    #8419
    #9513

  • Bugfix - Shared with action menu label alignment: #9529

    Adjusted offset of alignment of label for shared with action menu option in Sidebar.

    #9323
    #9529

  • Bugfix - Internal public link resolving: #9587

    An issue where internally resolved public links instantly triggered the default file action
    has been fixed.

    #9578
    #9587

  • Bugfix - Audio- & video-loading on Shared with me page: #9593

    Loading audio and video on the Shared with me page with the preview app has been fixed.

    #9593
    #9595

  • Bugfix - Add project space filter: #9649

    We've added the option to search for spaces in the project space overview.

    #9650
    #9649

  • Bugfix - Respect the open-in-new-tab-config for external apps: #9663

    The WEB_OPTION_OPEN_APPS_IN_TAB is now being respected correctly when opening files with
    external apps.

    #9630
    #9663

  • Bugfix - Tiles view accessibility: #9670

    Navigating via tab and enter in the tiles view has been fixed.

    #9633
    #9670

  • Bugfix - Special characters in username: #9694

    Preventing special characters except for . and _ in the username. Matching server validation
    for username

    #9694
    #9703

  • Enhancement - Make login url configurable: #7317

    We've added a new configuration option loginUrl to web, this is helpful if you use an external
    IdP and the login is out of web/OCIS context.

    #9707
    owncloud/ocis#7317

  • Enhancement - Scroll to newly created folder: #7600

    After creating a new folder that gets sorted into the currently displayed resources but
    outside of the current viewport, we now scroll to the new folder.

    #7600
    #7601
    https://github.com/owncloud/web/pulls/8145

  • Enhancement - Application unification: #9302

    The existing apps have been refactored and their common functionality has been extracted.
    This enables developers to more easily create custom apps, and brings unified behavior like
    auto-saving, shortcut handling and success/error messages across all file viewer/editor
    apps.

    #9302
    #9303
    #9617
    #9695
    #9485
    #9699

  • Enhancement - Show local loading spinner in sharing button: #9423

    We've added a loading spinner to the share button in the sharing panel to indicate that its still
    processing if action takes longer.

    #9425
    #9423

  • Enhancement - File versions tooltip with absolute date: #9441

    We've added a tooltip with the absolute date for file versions in file details

    #9441

  • Enhancement - Add SSE to get notifications instantly: #9451

    We've added SSE to the notifications which allows us to be notified about new notifications
    instantly and from the server without polling every few seconds.

    #9434
    #9635
    #9451
    #9654
    #9753

  • Enhancement - Tags form improved: #9525

    We've improved the tags form in various ways, including visual appearance as well as
    usability. Auto save, remove tags on backspace, and contextual helper (and more, see issues)

    #9363
    #9356
    #9360
    #9362
    #9416
    #9525
    #9563

  • Enhancement - Don't display confirmation dialog on file deletion: #9527

    We've removed the confirmation dialog while deletion files or folder to enhance the user
    experience. We also show success notifications after the operation.

    This doesn't have impact on the trash bin, confirmation dialog will still be displayed there.

    #5974
    #9527

  • Enhancement - Indicate processing state: #9561

    If a file has been just recently uploaded, it might go trough a processing state (e.G virus
    scan). If so, no actions on this resource is possible, therefore we show now the processi...

Read more

8.0.0-alpha.2

05 Sep 13:10
059bc76
Compare
Choose a tag to compare
8.0.0-alpha.2 Pre-release
Pre-release
Merge pull request #9655 from owncloud/bump-to-v8.0.0-alpha.2

Bump Web to v8.0.0 alpha.2

8.0.0-alpha.1

04 Sep 10:03
Compare
Choose a tag to compare
8.0.0-alpha.1 Pre-release
Pre-release

Changelog for ownCloud Web 8.0.0 (2023-09-04)

Summary

  • Bugfix - Filter out shares without display name: #9257
  • Bugfix - PDF loading Safari: #9483
  • Bugfix - Set or remove expiration date on group share not possible: #9513
  • Bugfix - Shared with action menu label alignment: #9529
  • Bugfix - Internal public link resolving: #9587
  • Bugfix - Audio- & video-loading on Shared with me page: #9593
  • Enhancement - Scroll to newly created folder: #7600
  • Enhancement - Show local loading spinner in sharing button: #9423
  • Enhancement - File versions tooltip with absolute date: #9441
  • Enhancement - Add SSE to get notifications instantly: #9451
  • Enhancement - Tags form improved: #9525
  • Enhancement - Don't display confirmation dialog on file deletion: #9527
  • Enhancement - Indicate processing state: #9561
  • Enhancement - Display locking information: #9566
  • Enhancement - Moving share's "set expiration date" function: #9584
  • Enhancement - Add keyboard navigation to spaces overview: #9625
  • Enhancement - Add batch actions to spaces: #9627

Details

  • Bugfix - Filter out shares without display name: #9257

    In rare (legacy) cases, shares can exist without a displayName key, which caused trouble in the
    sharing sidebar section. This has been addressed by filtering out shares without a
    displayName.

    #9257
    #9504

  • Bugfix - PDF loading Safari: #9483

    Loading PDF files with Safari has been fixed.

    #9483
    #9565

  • Bugfix - Set or remove expiration date on group share not possible: #9513

    We've fixed a bug where setting or removing an expiration on a group share wasn't possible.

    #8419
    #9513

  • Bugfix - Shared with action menu label alignment: #9529

    Adjusted offset of alignment of label for shared with action menu option in Sidebar.

    #9323
    #9529

  • Bugfix - Internal public link resolving: #9587

    An issue where internally resolved public links instantly triggered the default file action
    has been fixed.

    #9578
    #9587

  • Bugfix - Audio- & video-loading on Shared with me page: #9593

    Loading audio and video on the Shared with me page with the preview app has been fixed.

    #9593
    #9595

  • Enhancement - Scroll to newly created folder: #7600

    After creating a new folder that gets sorted into the currently displayed resources but
    outside of the current viewport, we now scroll to the new folder.

    #7600
    #7601
    https://github.com/owncloud/web/pulls/8145

  • Enhancement - Show local loading spinner in sharing button: #9423

    We've added a loading spinner to the share button in the sharing panel to indicate that its still
    processing if action takes longer.

    #9425
    #9423

  • Enhancement - File versions tooltip with absolute date: #9441

    We've added a tooltip with the absolute date for file versions in file details

    #9441

  • Enhancement - Add SSE to get notifications instantly: #9451

    We've added SSE to the notifications which allows us to be notified about new notifications
    instantly and from the server without polling every few seconds.

    #9434
    #9451

  • Enhancement - Tags form improved: #9525

    We've improved the tags form in various ways, including visual appearance as well as
    usability. Auto save, remove tags on backspace, and contextual helper (and more, see issues)

    #9363
    #9356
    #9360
    #9362
    #9416
    #9525
    #9563

  • Enhancement - Don't display confirmation dialog on file deletion: #9527

    We've removed the confirmation dialog while deletion files or folder to enhance the user
    experience. We also show success notifications after the operation.

    This doesn't have impact on the trash bin, confirmation dialog will still be displayed there.

    #5974
    #9527

  • Enhancement - Indicate processing state: #9561

    If a file has been just recently uploaded, it might go trough a processing state (e.G virus
    scan). If so, no actions on this resource is possible, therefore we show now the processing
    state and make the temporary restrictions clear to the user.

    #9558
    #9561
    #9585
    #9590
    #9596

  • Enhancement - Display locking information: #9566

    We've added indicators and information in case a file is locked.

    #6682
    #9566

  • Enhancement - Moving share's "set expiration date" function: #9584

    Moving "set expiration date" function to a three dots menu to help reduce visual load on simple
    shares in sharing pane

    #9493
    #9584
    #9612

  • Enhancement - Add keyboard navigation to spaces overview: #9625

    In the spaces overview it is now possible to navigate through the individual spaces and perform
    actions using the keyboard

    #9624
    #9625

  • Enhancement - Add batch actions to spaces: #9627

    We've added batch actions to spaces view

    #9626
    #9627

7.1.0

23 Aug 09:09
a26f792
Compare
Choose a tag to compare

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...

Read more

7.0.3

08 Aug 14:01
fb5041c
Compare
Choose a tag to compare

Changelog for ownCloud Web 7.0.3 (2023-08-08)

Summary

  • Enhancement - Added a pinned version note to the oC10 integration app: #9551

7.1.0-rc.5

02 Aug 10:12
Compare
Choose a tag to compare
7.1.0-rc.5 Pre-release
Pre-release

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

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...

Read more

7.1.0-rc.4

01 Aug 13:34
Compare
Choose a tag to compare
7.1.0-rc.4 Pre-release
Pre-release

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

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

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
    https://githu...

Read more

7.1.0-rc.3

31 Jul 10:48
Compare
Choose a tag to compare
7.1.0-rc.3 Pre-release
Pre-release

Changelog for ownCloud Web 7.1.0 (2023-07-31)

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

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
    https://githu...

Read more

7.1.0-rc.2

25 Jul 15:35
Compare
Choose a tag to compare
7.1.0-rc.2 Pre-release
Pre-release

Changelog for ownCloud Web 7.1.0 (2023-07-25)

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

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
    https://githu...

Read more

7.1.0-rc.1

17 Jul 12:53
Compare
Choose a tag to compare
7.1.0-rc.1 Pre-release
Pre-release

Changelog for ownCloud Web 7.1.0 (2023-07-17)

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
  • 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

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

  • 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.

    https:/...

Read more