8.0.2
Changelog for ownCloud Web 8.0.2 (2024-05-14)
Summary
- Bugfix - Folder replace: #10515
- Bugfix - Hidden right sidebar on small screens: #10598
- Bugfix - Scope loss when showing search results: #10634
- Bugfix - Theme loading without matching theme: #10657
- Bugfix - Flickering loading indicator: #10763
- Bugfix - Download files with special chars in name: #10810
- Bugfix - IDP logout issues: #10881
Details
-
Bugfix - Folder replace: #10515
The "Replace" conflict option, which previously didn't work at all when trying
to copy/move a folder, has been fixed. -
Bugfix - Hidden right sidebar on small screens: #10598
The issue causing the right sidebar to not display on screens smaller than 960px
has been fixed. -
Bugfix - Scope loss when showing search results: #10634
Clicking "Show n results" in the search preview no longer loses the search
scope. -
Bugfix - Theme loading without matching theme: #10657
We've fixed an issue where theme loading would break when there was no matching
oC theme found for the user's OS setting. For example, this occurred when a
user's OS setting was configured to "dark," but the instance of oC did not offer
a dark theme. -
Bugfix - Flickering loading indicator: #10763
The flickering loading indicator when batch deleting a lot of files has been
fixed.We also added a request limit that stops the network from being overrun with
concurrent requests. -
Bugfix - Download files with special chars in name: #10810
We've fixed a bug where having a
#
in the filename resulted in requests going
to cut off urls. -
Bugfix - IDP logout issues: #10881
Falsely showing the logout page after opening ownCloud Web with an expired token
has been fixed.