Changelog for ownCloud Phoenix 0.14.0 (2020-08-17)
Summary
- Bugfix - Fix display name when using oCIS as backend: #3938
- Change - Differentiate between user-id and username: #440
- Change - Provide option for hiding the search bar: #116
- Change - Move information about current folder below the files list: #120
- Change - Use pre-signed URLs in media viewer: #3803
- Change - Move quota indication to the left sidebar: #121
- Change - Move docs about hugo usage to ocis: #3828
- Change - Get rid of static "Shared with:" label: #123
- Change - Large file downloads support with URL signing: #3797
- Enhancement - Enable playing videos in media viewer: #3803
Details
-
Bugfix - Fix display name when using oCIS as backend: #3938
We've fixed the display name when running ocis-web with oCIS as backend. The display name is now
again displayed in the top bar and in the account page. -
Change - Differentiate between user-id and username: #440
With oCIS user-id and username are not the same as is the case in ownCloud 10. We've started
differentiating between them to correctly display all information in the accounts page. If
the username is not available (oC10), we fall back to using user-id as the username. -
Change - Provide option for hiding the search bar: #116
We introduced a new
options.hideSearchBar
config variable which can be used to disable the
search bar entirely. -
Change - Move information about current folder below the files list: #120
We've moved the information about current folder directly below the files list. Previously
this information was always displayed on the bottom of the screen. -
Change - Use pre-signed URLs in media viewer: #3803
We've started using pre-signed URLs if supported in media viewer to display images instead of
fetching them. -
Change - Move quota indication to the left sidebar: #121
We've moved the quota indication from the bottom of the files list to the footer of the left
sidebar. -
Change - Move docs about hugo usage to ocis: #3828
Since our documentation about how to work with hugo (for documentation) is a cross-extension
topic, we have moved it to our main ocis docs. -
Change - Get rid of static "Shared with:" label: #123
We removed the static "Shared with:" text label in the indicator row of file items. From now on,
if a file item has no indicators, it will fall back to the one-row layout (resource name
vertically centered). -
Change - Large file downloads support with URL signing: #3797
When the backend supports URL signing we now download with a signed url instead of downloading
as BLOB. -
Enhancement - Enable playing videos in media viewer: #3803
We've added a capability to the media viewer extension to play videos.