Changelog for ownCloud Phoenix 0.3.0 (2020-01-31)
Summary
- Bugfix - Transform route titles into real h1 headings: #2681
- Bugfix - Prevent jumpy behavior when loading user avatars: #2921
- Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907
- Change - Join users and groups into a single list in collaborators sidebar: #2900
- Change - Adjusted labels in files list: #2902
- Enhancement - Add share indicator for direct and indirect shares in file list: #2060
- Enhancement - Add files list status indicators extension point: #2895
- Enhancement - Add theme option to disable default files list status indicators: #2895
- Enhancement - Show indirect outgoing shares in shares panel: #2897
- Enhancement - Add owner and resharer in collaborators list: #2898
Details
-
Bugfix - Transform route titles into real h1 headings: #2681
We transformed spans that held the page title to h1 elements. In the case of the file list, a h1 is
existing for accessibility reasons but can only be perceived via a screen reader. -
Bugfix - Prevent jumpy behavior when loading user avatars: #2921
When loading a user avatar, the container size was smaller so as soon as the avatar was loaded, it
resulted in jumpy behavior. This is fixed now by applying the same size to the loading spinner
element. -
Change - Bring UI/UX of file links sidebar in line with sharing sidebar: #1907
We adapted the UI/UX of the file links sidebar to be in line with the UI/UX of the collaborators
sidebar. The order of the two sidebars has been reversed (collaborators first, file links
second). We added info messages to support a clear understanding of the purpose of both private
and public links. Most notably the file links sidebar has no inline forms anymore. -
Change - Join users and groups into a single list in collaborators sidebar: #2900
Users and groups were shown as two separate lists (users, then groups) in the collaborators
sidebar. This separation is now removed, i.e. there is only one list with all collaborators,
sorted by display name (lower case, ascending). On equal names groups are shown first. -
Change - Adjusted labels in files list: #2902
Renamed "Modification time" to "Updated" to make it look less technical. Replace "Create new"
with "New" in the "New" menu as it makes it look less cluttered when trying to spot a matching
entry. -
Enhancement - Add share indicator for direct and indirect shares in file list: #2060
We've added the ability for the user to directly see whether a resource is shared in the file
list. For this, share indicators in the form of a group icon and link icon will appear in a new
column near the shared resource. The blue color of an icon tells whether outgoing shares exist
directly on the resource. The grey color of an icon tells that incoming or outgoing shares exist
on any of the parent folders. -
Enhancement - Add files list status indicators extension point: #2895
We've added the ability for the extension to inject custom status indicator into files list.
New indicators will then appear next to the default one. -
Enhancement - Add theme option to disable default files list status indicators: #2895
We've added the option into the theme to disable default files list status indicators.
-
Enhancement - Show indirect outgoing shares in shares panel: #2897
Whenever outgoing shares exist on any parent resource from the currently viewed resource, the
shares panel will now show these outgoing shares with a link to jump to the matching parent
resource. This applies to both indirect collaborators shares and also to indirect public link
shares. -
Enhancement - Add owner and resharer in collaborators list: #2898
The top of the collaborators list now display new entries for the resource owner and the
resharer when applicable, and also visible when viewing a child resource of a shared folder
(indirect share).