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