Releases: owncloud/web
0.17.0
Changelog for ownCloud Phoenix 0.17.0 (2020-09-25)
Summary
- Bugfix - Added missing tooltips: #4081
- Bugfix - Make file previews properly fit: #232
- Bugfix - Adjust behavior of public link password field: #4077
- Change - Adjustments to roles selection dropdown: #4080
- Change - Rename "trash bin" to "deleted files": #4071
- Change - Add default action to click on file name: #234
- Change - Improve external links in app switcher: #4092
- Change - More descriptive loading state: #4099
- Change - Moved bottom actions menu into actions dropdown: #234
- Change - Renamed collaborators to people: #4070
- Change - Update ODS to 1.11.0: #4086
- Change - Shortened button label for creating public links: #4072
- Enhancement - Remember public link password on page refresh: #4083
Details
-
Bugfix - Added missing tooltips: #4081
We've added tooltips for the following:
- top bar: notifications button and application switcher - file list: share indicators and
quick actions - sharing in sidebar: action icons like edit, delete, copy
- top bar: notifications button and application switcher - file list: share indicators and
-
Bugfix - Make file previews properly fit: #232
We've fixed the file preview to prevent overflowing vertically and also added CSS property to
make sure the ratio is preserved -
Bugfix - Adjust behavior of public link password field: #4077
The UX of the public link password field has been improved. The field is focussed automatically
and the enter key submits the password. Also, in case of wrong password, an error message is now
displayed. -
Change - Adjustments to roles selection dropdown: #4080
The role description text from the roles selection button has been removed, but is still
visible when opening the dropdown. The dropdown now also has a chevron icon to make it clearer
that it is a dropdown. -
Change - Rename "trash bin" to "deleted files": #4071
We've renamed the "trash bin" to the more appropriate wording "deleted files".
-
Change - Add default action to click on file name: #234
When clicking on the file name in the files list, a default action is triggered which opens the
first available file editor or viewer. If no file editor or viewer is available, the default
action falls back to download. -
Change - Improve external links in app switcher: #4092
We have added an option to set the link target in external application links (defaults to
_blank
). The app switcher now shows all native extensions first and items based on
application links last. -
Change - More descriptive loading state: #4099
When browsing the different variations of the files list we removed the loader component at the
top in favor of a spinner in the center of the viewport. The spinner has one line of text which
describes what kind of data is being loaded. -
Change - Moved bottom actions menu into actions dropdown: #234
We've removed the bottom file actions menu and moved all actions into the actions dropdown in
the files list. -
Change - Renamed collaborators to people: #4070
All visible occurrences of "collaborator" or "collaborators" have been replaced by "person"
or "people" respectively. Additionally, the action "Add Collaborator" was changed to
"Share". -
Change - Update ODS to 1.11.0: #4086
We updated owncloud design system (ODS) to 1.11.0. This brings some features and required some
changes: - Buttons: - require to be placed in a grid or with uk-flex for side by side positioning,- don't have an icon property anymore, - have a slot so that content of the button can be just
anything - placement of the content in the button can be modified with new props
justify-content
andgap
- new icons, which are used in the sidebar and for quick actions -
sidebar has a property for hiding the navigation. It doesn't have internal logic anymore for
hiding the navigation automatically.
- don't have an icon property anymore, - have a slot so that content of the button can be just
-
Change - Shortened button label for creating public links: #4072
The label of the button for creating public links in the links panel has been shortened to
"Public link" instead of "Add public link" since the plus sign already implies adding. An Aria
label has been added for clarification when using screen readers. -
Enhancement - Remember public link password on page refresh: #4083
When refreshing the page in the file list of a public link share, the user doesn't need to enter
the password again. This only applies for the current page and the password is forgotten by the
browser again upon closing or switching to another site.
0.16.0
Changelog for ownCloud Phoenix 0.16.0 (2020-08-24)
Summary
- Change - Add default external apps for ocis: #3967
- Enhancement - Add info about number of selected items and their size: #122
Details
-
Change - Add default external apps for ocis: #3967
We are enabling the settings-ui and accounts-ui by default now for ocis.
-
Enhancement - Add info about number of selected items and their size: #122
We've added information about the number of selected items and their size above the files list
next to batch actions.
0.15.0
0.14.0
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.
0.13.0
Changelog for ownCloud Phoenix 0.13.0 (2020-07-17)
Summary
- Bugfix - Fix translations string: #3766
- Enhancement - Add dev docs for releases: #3186
- Enhancement - Enable changing sidebar logo via theming: #3782
Details
-
Bugfix - Fix translations string: #3766
Allow better translations of various strings.
-
Enhancement - Add dev docs for releases: #3186
We added documentation on the steps involved to release phoenix.
-
Enhancement - Enable changing sidebar logo via theming: #3782
We've added a key into the theme which enables using different logo in the sidebar.
0.12.0
Changelog for ownCloud Phoenix 0.12.0 (2020-07-10)
Summary
- Bugfix - Fix navigation to the root folder from location picker: #3756
- Change - Don't fallback to appId in case the route of file action is not defined: #69
- Change - Do not display outline when the files list is focused: #3747
- Change - No file drop if upload is not allowed or no space is left: #3677
- Enhancement - Add ability to copy files and folders into a different location: #102
- Enhancement - Add favorites capabilities: #354
- Enhancement - Add ability to move files and folders into a different location: #101
Details
-
Bugfix - Fix navigation to the root folder from location picker: #3756
The target location in the location picker was appending a whitespace when trying to go to root
folder. This resulted in an error when trying to load such folder. We've removed the whitespace
to fix the navigation. -
Change - Don't fallback to appId in case the route of file action is not defined: #69
When opening a file in a editor or a viewer the path was falling back to an appId. This made it
impossible to navigate via the file actions into an app which doesn't have duplicate appId in
the route. We've stopped falling back to this value and in case that the route of the file action
is not defined, we use the root path of the app. -
Change - Do not display outline when the files list is focused: #3747
The files list was displaying outline when it received focus after a click. Since the focus is
meant only programatically, the outline was not supposed to be displayed. -
Change - No file drop if upload is not allowed or no space is left: #3677
-
Enhancement - Add ability to copy files and folders into a different location: #102
We've added copy action to the files list. The copy action is executed via a new page called
location picker. -
Enhancement - Add favorites capabilities: #354
We've added a check of favorites capabilities to enable disabling of favorites list and
favorite action. -
Enhancement - Add ability to move files and folders into a different location: #101
We've added move action to the files list which enables move of resources into different
locations. The move operation is executed in a new page called Location picker.
0.11.2
Changelog for ownCloud Phoenix 0.11.2 (2020-07-03)
Summary
- Bugfix - Remove anchor on last breadcrumb segment: #3722
Details
0.11.1
Changelog for ownCloud Phoenix 0.11.1 (2020-06-29)
Summary
- Bugfix - Public upload now keeps modified time: #3686
- Bugfix - Do not expand the width of resource name over it's content: #3685
- Change - Use "Shared with" as a label for indicators: #3688
- Enhancement - Update owncloud-sdk to 1.0.0-663: #3690
Details
-
Bugfix - Public upload now keeps modified time: #3686
The public upload for public links now keeps the modification time of local files. This aligns
the behavior with non-public file upload. -
Bugfix - Do not expand the width of resource name over it's content: #3685
The width of the resource name in the files list was expanded more than the actual width of it's
content. This caused that when clicked outside of the resource name, the action to navigate or
open the resource has been triggered instead of opening the sidebar. We've fixed the width that
it is now equal to the width of the content. -
Change - Use "Shared with" as a label for indicators: #3688
Instead of "State" we've started using the "Shared with" as a label for the indicators in the
files list. This is only intermediate solution because the indicators can be extended by other
indicators which don't have to be related to sharing. -
Enhancement - Update owncloud-sdk to 1.0.0-663: #3690
We've updated the owncloud-sdk to version 1.0.0-663. This version stops rejecting sharing
promises if the passed shareID is not an integer.
0.11.0
Changelog for ownCloud Phoenix 0.11.0 (2020-06-26)
Summary
- Bugfix - Fix file type icons for uppercase file extensions: #3670
- Bugfix - Fix empty settings values: #3602
- Bugfix - Set default permissions to public link quick action: #3675
- Bugfix - Set empty object when resetting current sidebar tab: #3676
- Bugfix - Set expiration date only if it is supported: #3674
- Bugfix - Add missing question mark to delete confirmation dialog in trashbin: #3566
- Change - Bring new modal component: #2263
- Change - Move create new button: #3622
- Change - Move status indicators under the resource name: #3617
- Change - Remove sidebar quickAccess: #80
- Change - Rework account dropdown: #82
- Change - Unite files list status indicators: #3567
- Change - Use correct logo: #786
- Enhancement - Send mtime with uploads: #2969
- Enhancement - Use TUS settings from capabilities: #177
- Enhancement - Add collaborators quick action: #3573
- Enhancement - Dynamically loaded nav items: #3497
- Enhancement - Load and display quick actions: #3573
Details
-
Bugfix - Fix file type icons for uppercase file extensions: #3670
-
Bugfix - Fix empty settings values: #3602
We've updated owncloud-sdk to version 1.0.0-638 which makes sure that an empty array gets
returned whenever there are no settings values for the authenticated user. Previously having
no settings values broke our detection of whether settings values finished loading. -
Bugfix - Set default permissions to public link quick action: #3675
We've set a default permissions when creating a new public link via the quick actions. The
permissions are set to1
. -
Bugfix - Set empty object when resetting current sidebar tab: #3676
We've changed the argument from
null
to an empty object when resetting the current tab of the
sidebar. -
Bugfix - Set expiration date only if it is supported: #3674
We've stopped setting expiration date in collaborators panel if it is not supported.
-
Bugfix - Add missing question mark to delete confirmation dialog in trashbin: #3566
We've added missing question mark to the delete confirmation dialog inside of the trashbin.
-
Change - Bring new modal component: #2263
We've updated our modal component with a new one coming from ODS.
-
Change - Move create new button: #3622
We've moved the create new button in the files app bar to the left directly next to breadcrumbs.
-
Change - Move status indicators under the resource name: #3617
We've moved the sharing status indicators from an own column in the files list to a second row
under the resource name. -
Change - Remove sidebar quickAccess: #80
We have removed the sidebar quickAccess extension point. To create an quick access to the
sidebar, we need to use the quickActions extension point. -
Change - Rework account dropdown: #82
We've removed user avatar, user email and version from the account dropdown. The log out button
has been changed into a link. All links in account dropdown are now inside of a list. -
Change - Unite files list status indicators: #3567
We've merged direct and indirect status indicators in the files list. With this change, we
focus on the important information of the indicator (e.g. resource is shared). Any additional
information can then be displayed in the related tab of the sidebar. -
Change - Use correct logo: #786
We've changed the ownCloud logo which is used in the default theme. The previous logo had an
incorrect font-weight. -
Enhancement - Send mtime with uploads: #2969
When uploading a file, the modification time is now sent along. This means that the uploaded
file will have the same modification time like the one it had on disk. This aligns the behavior
with the desktop client which also keeps the mtime. -
Enhancement - Use TUS settings from capabilities: #177
The TUS settings advertise the maximum chunk size, so we now use the smallest chunk size from the
one configured in config.json and the one from the capabilities.If the capabilities report that one should use the X-HTTP-Override-Method header, the upload
will now use a POST request for uploads with that header set instead of PATCH. -
Enhancement - Add collaborators quick action: #3573
We've added a new quick action which opens the new collaborators tab in the files list sidebar.
-
Enhancement - Dynamically loaded nav items: #3497
We have moved the navItems from application configuration into a store module. We extended
it's functionality by introducing statically and dynamically loaded navItems. This way
navItems can be loaded based on extension data, as soon as the extension becomes active. Please
note that having at least one static navItem (coming from the appInfo object of an extension) is
still a requirement for the extension appearing in the app switcher. -
Enhancement - Load and display quick actions: #3573
We've added an extension point into files apps for quick actions. By creating and exporting an
object called quickActions, developers can define an action which will be then displayed in
the files list.
0.10.0
Changelog for ownCloud Phoenix 0.10.0 (2020-05-26)
Summary
- Bugfix - Fix share indicators click to open the correct panel: #3324
- Bugfix - Set server config to ocis proxy in example config file: #3454
- Change - Removed favorite button from file list and added it in the sidebar: #1987
- Change - Make settings available in phoenix: #3484
- Change - Use language setting: #3484
- Change - Permanently visible branded left navigation sidebar: #3395
Details
-
Bugfix - Fix share indicators click to open the correct panel: #3324
When clicking on a share indicator inside a file list row, the correct share panel will now be
displayed. -
Bugfix - Set server config to ocis proxy in example config file: #3454
We fixed the ocis example config to point to the default oCIS Proxy address instead of the
default Phoenix service address. -
Change - Removed favorite button from file list and added it in the sidebar: #1987
We've removed the favorite star button in the file list and added instead a functionality to the
before non-working star button in the file's sidebar. We also added a new action in the file
action dropdown menu which allows you to toggle the favorite status of your file. -
Change - Make settings available in phoenix: #3484
We upgraded to a new owncloud-sdk version which provides loading settings from the settings
service, if available. The settings values are available throughout phoenix and all
extensions. -
Change - Use language setting: #3484
We've changed phoenix to make use of the language the authenticated user has chosen in the
settings. -
Change - Permanently visible branded left navigation sidebar: #3395
We've made left navigation sidebar permanently visible and moved branding (logo and brand
color) into it.