Releases: owncloud/web
8.0.0-alpha.4
Changelog for ownCloud Web 8.0.0 (2023-10-17)
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 - Disabling extensions: #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
- Enhancement - Handle postprocessing state via Server Sent Events: #9771
- Enhancement - Preview image presentation: #9806
- Enhancement - Registering nav items as extension: #9814
- Enhancement - Add new portal into runtime to include footer: #9815
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. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
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.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
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.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
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. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
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. -
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. -
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. -
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. -
Enhancement - File versions tooltip with absolute date: #9441
We've added a tooltip with the absolute date for file versions in file details
-
Enhancement - Disabling extensions: #9441
A new configuration
disabledExtensions
has been added which enables disabling specific
extensions via their id. -
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. -
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)
8.0.0-alpha.3
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. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
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.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
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.
-
Bugfix - Add project space filter: #9649
We've added the option to search for spaces in the project space overview.
-
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. -
Bugfix - Tiles view accessibility: #9670
Navigating via tab and enter in the tiles view has been fixed.
-
Bugfix - Special characters in username: #9694
Preventing special characters except for . and _ in the username. Matching server validation
for username -
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. -
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. -
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. -
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. -
Enhancement - File versions tooltip with absolute date: #9441
We've added a tooltip with the absolute date for file versions in file details
-
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. -
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) -
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.
-
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...
8.0.0-alpha.2
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
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. -
Bugfix - PDF loading Safari: #9483
Loading PDF files with Safari has been fixed.
-
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.
-
Bugfix - Shared with action menu label alignment: #9529
Adjusted offset of alignment of label for shared with action menu option in Sidebar.
-
Bugfix - Internal public link resolving: #9587
An issue where internally resolved public links instantly triggered the default file action
has been fixed. -
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.
-
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. -
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. -
Enhancement - File versions tooltip with absolute date: #9441
We've added a tooltip with the absolute date for file versions in file details
-
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. -
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) -
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.
-
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. -
Enhancement - Display locking information: #9566
We've added indicators and information in case a file is locked.
-
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 -
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 -
Enhancement - Add batch actions to spaces: #9627
We've added batch actions to spaces view
7.1.0
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
-
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. -
Bugfix - Uploading to folders that contain special characters: #9247
Uploading resources to folders that contain special characters in their names has been fixed.
-
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. -
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. -
Bugfix - Authenticated public links breaking uploads: #9299
Opening public links in an authenticated context no longer breaks uploading resources.
-
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. -
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). -
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. -
Bugfix - Merging folders: #9461
Merging folders as option to handle name conflicts has been fixed.
-
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. -
Enhancement - Improve extension app topbar: #8422
We have redesigned the app topbar used in extensions and added more file actions.
-
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). -
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. -
Enhancement - Add whitespace context-menu: #8921
We've added a generic context-menu...
7.0.3
7.1.0-rc.5
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
-
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. -
Bugfix - Uploading to folders that contain special characters: #9247
Uploading resources to folders that contain special characters in their names has been fixed.
-
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. -
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. -
Bugfix - Authenticated public links breaking uploads: #9299
Opening public links in an authenticated context no longer breaks uploading resources.
-
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. -
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). -
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. -
Bugfix - Merging folders: #9461
Merging folders as option to handle name conflicts has been fixed.
-
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. -
Enhancement - Improve extension app topbar: #8422
We have redesigned the app topbar used in extensions and added more file actions.
-
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). -
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. -
Enhancement - Add whitespace context-menu: #8921
We've added a generic context-menu...
7.1.0-rc.4
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
-
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. -
Bugfix - Uploading to folders that contain special characters: #9247
Uploading resources to folders that contain special characters in their names has been fixed.
-
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. -
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. -
Bugfix - Authenticated public links breaking uploads: #9299
Opening public links in an authenticated context no longer breaks uploading resources.
-
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. -
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). -
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. -
Bugfix - Merging folders: #9461
Merging folders as option to handle name conflicts has been fixed.
-
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. -
Enhancement - Improve extension app topbar: #8422
We have redesigned the app topbar used in extensions and added more file actions.
-
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). -
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. -
Enhancement - Add whitespace context-menu: #8921
We've added a generic context-menu for right clicking on whitespace.
7.1.0-rc.3
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
-
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. -
Bugfix - Uploading to folders that contain special characters: #9247
Uploading resources to folders that contain special characters in their names has been fixed.
-
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. -
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. -
Bugfix - Authenticated public links breaking uploads: #9299
Opening public links in an authenticated context no longer breaks uploading resources.
-
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. -
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). -
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. -
Bugfix - Merging folders: #9461
Merging folders as option to handle name conflicts has been fixed.
-
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. -
Enhancement - Improve extension app topbar: #8422
We have redesigned the app topbar used in extensions and added more file actions.
-
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). -
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. -
Enhancement - Add whitespace context-menu: #8921
We've added a generic context-menu for right clicking on whitespace.
7.1.0-rc.2
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
-
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. -
Bugfix - Uploading to folders that contain special characters: #9247
Uploading resources to folders that contain special characters in their names has been fixed.
-
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. -
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. -
Bugfix - Authenticated public links breaking uploads: #9299
Opening public links in an authenticated context no longer breaks uploading resources.
-
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. -
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). -
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. -
Bugfix - Merging folders: #9461
Merging folders as option to handle name conflicts has been fixed.
-
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. -
Enhancement - Improve extension app topbar: #8422
We have redesigned the app topbar used in extensions and added more file actions.
-
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). -
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. -
Enhancement - Add whitespace context-menu: #8921
We've added a generic context-menu for right clicking on whitespace.