Changelog for ownCloud Web 7.0.0 (2022-12-28)
Summary
- Bugfix - Current year selection in the date picker: #8058
- Bugfix - Include spaces in the list info: #7926
- Bugfix - Left sidebar navigation item text flickers on transition: #8080
- Bugfix - Omit "page"-query in breadcrumb navigation: #8061
- Bugfix - "Paste"-action without write permissions: #7925
- Bugfix - Prevent deletion of own account: #7958
- Bugfix - Re-using space images: #8083
- Bugfix - Resolving drives in search: #8045
- Bugfix - Reverting versions for read-only shares: #8040
- Bugfix - Search repeating no results message: #8054
- Bugfix - Space member disappearing: #8081
- Bugfix - Space quota not displayed after creation: #7969
- Bugfix - Text editor appearance: #8026
- Bugfix - UI fixes for sorting and quickactions: #7966
- Change - Update Vue to v2.7.14: #7877
- Enhancement - Access right sidebar panels via URL: #8021
- Enhancement - Add switch to enable condensed resource table: #7976
- Enhancement - Conflict dialog UX: #7983
- Enhancement - Group and user creation forms submit on enter: #7968
- Enhancement - Increase Searchbar height: #8056
- Enhancement - Don't open sidebar when copying quicklink: #8008
- Enhancement - Enable autoplay in the preview app: #7995
- Enhancement - Introduce image preloading to the preview app: #8051
- Enhancement - Introduce full screen mode to the preview app: #7994
- Enhancement - Introduce zoom and rotate to the preview app: #7977
- Enhancement - Retry failed uploads on re-upload: #8055
- Enhancement - Show text file icon for empty text files: #8057
- Enhancement - Add tag support: #7388
- Enhancement - Update libre-graph-api to v1.0: #8132
- Enhancement - Warn users when using unsupported browsers: #7942
Details
-
Bugfix - Current year selection in the date picker: #8058
We applied a hotpatch to fix the selection of the current year in December in the date picker.
-
Bugfix - Include spaces in the list info: #7926
Spaces have been included in the list info below file lists that support displaying spaces.
-
Bugfix - Left sidebar navigation item text flickers on transition: #8080
We've fixed a bug that caused the left sidebar navigation items text to flicker in light mode.
-
Bugfix - Omit "page"-query in breadcrumb navigation: #8061
We've omitted the "page"-query when navigating via breadcrumb. This solves an issue were the
file list would be empty after navigating via breadcrumb from a paginated folder. -
Bugfix - "Paste"-action without write permissions: #7925
The "Paste"-action is now disabled in read-only folders/shares.
-
Bugfix - Prevent deletion of own account: #7958
We've fixed a bug while a user tries to delete their own account in the user management app, a non
descriptive error message have popped up. We now show a proper error message. -
Bugfix - Re-using space images: #8083
We've fixed a bug where re-using a previously used space image via "Set as space image" would
cause errors. -
Bugfix - Resolving drives in search: #8045
We've fixed a bug where folder listing was not reloaded when being in a space/share root and
navigating into another space/share root via search. -
Bugfix - Reverting versions for read-only shares: #8040
Reverting versions for read-only shares is no longer possible.
-
Bugfix - Search repeating no results message: #8054
We've fixed a bug that caused to repeat the 'no results' message when searching.
-
Bugfix - Space member disappearing: #8081
We've fixed a bug where adding links to a space would remove newly added members in the UI.
-
Bugfix - Space quota not displayed after creation: #7969
We've fixed a bug where the quota in the space details was not shown after space creation.
-
Bugfix - Text editor appearance: #8026
The text editor now looks normal again after its appearance had changed due to the inclusion of
the ODS in the web repository. -
Bugfix - UI fixes for sorting and quickactions: #7966
Ensure the sorting of "shared with" in "shared with me" view is correct when they have been
shared simultaneously with users and groups. Prevent the context actions to disappear when
hoverableQuickActions
is set to true. -
Change - Update Vue to v2.7.14: #7877
Vue has been updated to 2.7.14
BREAKING CHANGE for developers: The
vue/composition-api
plugin is not available anymore
as the composition-api now comes with Vue. -
Enhancement - Access right sidebar panels via URL: #8021
Opening the right sidebar (including its panels) is now possible via URL param.
For private or internal links it only requires the new
details
param in the URL. For other URLs
(e.g. personal space, project space) thescrollTo
param including the resource id is needed
as well.The following values can be used for the
details
param:details
- sidebar open, no specific panel *actions
- actions panel *sharing
- share
panel *versions
- versions panel *space-share
- members panel (project space only)
-
Enhancement - Add switch to enable condensed resource table: #7976
We've added a switch to have a more condensed resource table. The change gets saved to the route
and persisted across folder navigation in all files, spaces and favorites views. -
Enhancement - Conflict dialog UX: #7983
The UX of the conflict dialog has been improved slightly:
- The name of the conflicting resource is now written in quotes * The title of the dialog now tells
the difference between files and folders * The "Skip"-dialog now tells the difference between
files and folders
- The name of the conflicting resource is now written in quotes * The title of the dialog now tells
-
Enhancement - Group and user creation forms submit on enter: #7968
Group and User creation forms can now be submitted by pressing enter.
-
Enhancement - Increase Searchbar height: #8056
We've increased the height of the Searchbar to better fit the design.
-
Enhancement - Don't open sidebar when copying quicklink: #8008
Following user feedback, we don't open the sharing sidebar anymore after copying/creating a
quicklink. -
Enhancement - Enable autoplay in the preview app: #7995
-
Enhancement - Introduce image preloading to the preview app: #8051
-
Enhancement - Introduce full screen mode to the preview app: #7994
-
Enhancement - Introduce zoom and rotate to the preview app: #7977
-
Enhancement - Retry failed uploads on re-upload: #8055
When re-uploading a file that failed uploading before, the upload is now being retried instead
of being started from scratch again. This fixes some issues with the overlay and preserves the
upload progress. -
Enhancement - Show text file icon for empty text files: #8057
We've changed the thumbnail of almost empty text files to the regular text icon.
-
Enhancement - Add tag support: #7388
Web now supports tags on resources to enhance the way of organizing and working. Tags are
visible in the files list and can also be searched to quickly filter tagged files. -
Enhancement - Update libre-graph-api to v1.0: #8132
Libre-graph-api has been updated to v1.0
-
Enhancement - Warn users when using unsupported browsers: #7942
We've added a warning message if the browser is older than our supported configuration,
instead of just failing and showing blue/white screens or generic errors. Users still have the
option to proceed and open the page if they want to. By proceeding to the page, the setting is set
for 30 days, afterwards the warning is shown again.When building web, it's possible to pass a documentation url for users to know more about this
issue, by setting the env variable DOCUMENTATION_URL.