Changelog for ownCloud Web 11.1.1 (2025-01-22)
Summary
- Bugfix - Optionally access preview app route query: #12112
- Bugfix - Change federated share icon: #12118
- Bugfix - Improve federated share icon contrast: #12118
- Bugfix - Show external share indicator: #12119
Details
-
Bugfix - Optionally access preview app route query: #12112
We've fixed an issue where loading of preview app would fail due to missing
route query. The route query is now accessed optionally meaning even when it
undefined, the app still loads as expected. -
Bugfix - Change federated share icon: #12118
We've changed the icon we are using for federated shares in the Shared with
others list from "cloud" into "earth". -
Bugfix - Improve federated share icon contrast: #12118
We've made the color of the federated share icon slightly lighter in order to
have a sufficient contrast compared to the icon background. -
Bugfix - Show external share indicator: #12119
We've fixed the condition that was preventing the external share indicator from
showing up when a permissions indicator was visible.