9.1.0 (Sprint Increment)
Changelog for ownCloud Web 9.1.0 (2024-07-05)
Summary
- Bugfix - Resetting user after logout: #11058
- Bugfix - Admin settings UI update after save: #11059
- Bugfix - Editor save after token renewal: #11068
- Bugfix - Trash bin breaking on navigation: #11132
- Bugfix - Tooltips in trashbin covered: #11135
- Bugfix - Duplicated elements on public link page: #11137
- Bugfix - Secure view default action: #11139
- Enhancement - Accessibility improvements: #5387
- Enhancement - Activities sidebar app panel: #10996
- Enhancement - Consistent initial loading spinner: #11054
- Enhancement - Add action drop down to app top bar: #11057
- Enhancement - Decrease text editor loading times: #11060
- Enhancement - Reduce network load on token renewal: #11077
- Enhancement - Open file directly from app: #11085
- Enhancement - Enable default autosave in editors: #11093
Details
-
Bugfix - Resetting user after logout: #11058
We've fixed a bug where the current user would not be resetted after logout.
-
Bugfix - Admin settings UI update after save: #11059
We've fixed a bug where the UI would not display changes made in the admin
settings until re-loading the entire page. -
Bugfix - Editor save after token renewal: #11068
We've fixed a bug where saving changes in an editor would not work after the
access token has been renewed. -
Bugfix - Trash bin breaking on navigation: #11132
We've fixed a bug where the trash bin would break when navigating into the
parent folder of a resource. -
Bugfix - Tooltips in trashbin covered: #11135
We fixed an issue where the parent folder tooltip in the trashbin table view was
partially hidden behind other elements. -
Bugfix - Duplicated elements on public link page: #11137
We've fixed a bug where clicking the ownCloud logo on a public link page would
lead to certain UI elements being duplicated. -
Bugfix - Secure view default action: #11139
Clicking files that have been shared via secure view without having a compatible
app to view such (or the file type is not supported) is no longer possible. This
prevents errors and other file actions from falsely registering themselves as
default. -
Enhancement - Accessibility improvements: #5387
Across the board, we have implemented improvements in regards of accessibility
for the web UI. -
Enhancement - Activities sidebar app panel: #10996
We have added a sidebar app panel to display activities performed on a resource.
This provides a clear overview of actions taken on a resource. -
Enhancement - Consistent initial loading spinner: #11054
We have updated the loading spinner on the initial page load to run continuously
during the client bootstrap. Previously, the spinner would appear and disappear
multiple times.Additionally, we have aligned the spinner's design with our other loading
spinners and reduced the delay before it appears from 1 second to 0.5 seconds. -
Enhancement - Add action drop down to app top bar: #11057
We've added an action drop down with various file actions to the app top bar, so
the user can now call different actions like download, directly from the app. -
Enhancement - Decrease text editor loading times: #11060
We've decreased the loading times of the text and markdown editor by loading the
necessary parts only. -
Enhancement - Reduce network load on token renewal: #11077
We've reduced the network load on token renewal, resulting in better overall
performance of the Web client and less token renewal failures on slow network
connections. -
Enhancement - Open file directly from app: #11085
We've added an 'Open' item to the drop down menu in the app top bar, so the user
can open a different file directly from the opened app. -
Enhancement - Enable default autosave in editors: #11093
Autosaving every 2 minutes in any editor is now the default behaviour. We also
show an indicator in the respective app, when autosave is enabled.