10.3.0 (Sprint Increment)
Changelog for ownCloud Web 10.3.0 (2024-09-26)
Summary
- Bugfix - OCM token clipboard copy: #11557
- Bugfix - OCM local instance check: #11560
- Bugfix - Thumbnails for GeoGebra slides not showing up: #11583
- Bugfix - Logout issues on token renewal failure: #11584
- Bugfix - App version downloads: #11633
- Bugfix - Wrong webdav URL in sidebar: #11642
- Bugfix - Renaming space in projects view files table does not work: #11643
- Bugfix - Hide share type switch for project spaces: #11653
- Bugfix - File name truncation: #11658
- Enhancement - Copy quick link action removal: #11553
- Enhancement - Internal link removal: #11553
- Enhancement - Add split confirm button to create link modal: #11558
- Enhancement - Add versions to the left sidebar bottom: #11561
- Enhancement - Accessibility improvements: #11574
- Enhancement - Show min oCIS version in app details (app store): #11580
- Enhancement - Add a "Save As" function to the app top bar: #11586
- Enhancement - Move permanent link indicator: #11606
- Enhancement - Redesign sidebar link section in sharing panel: #11606
- Enhancement - Soothe right sidebar panel transitions: #11614
- Enhancement - Preview loading performance: #11631
- Enhancement - Add cancel button to unsaved changes dialog: #11644
- Enhancement - File type icon for .ggs files: #11646
- Enhancement - Remove link type "Uploader": #11661
Details
-
Bugfix - OCM token clipboard copy: #11557
We've fixed an issue where the token was not being copied to the clipboard after
creating an OCM invitation. -
Bugfix - OCM local instance check: #11560
We've fixed the issue where the current instance was not recognized as a local
instance in inviter select. -
Bugfix - Thumbnails for GeoGebra slides not showing up: #11583
We've fixed a bug, where the thumbnails for GeoGebra slide files were not
showing up in the files list anymore. -
Bugfix - Logout issues on token renewal failure: #11584
When token renewal fails for any reason, we now retry the user login one more
time. If this fails, the user gets logged out and redirected to the login page.This solves an issue where a logged out user was still able to access and
navigate the UI in a broken state. -
Bugfix - App version downloads: #11633
We've fixed an issue in the app store where downloading specific versions of an
app would fail. -
Bugfix - Wrong webdav URL in sidebar: #11642
We've fixed a bug where the webdav URL in the sidebar was wrong.
-
Bugfix - Renaming space in projects view files table does not work: #11643
We've fixed a bug where renaming a space in the projects view files table did
not work. -
Bugfix - Hide share type switch for project spaces: #11653
We've hidden the share type switch when adding members to project spaces because
they currently don't support external shares. -
Bugfix - File name truncation: #11658
We've fixed the broken file name truncation in file lists.
-
Enhancement - Copy quick link action removal: #11553
The action for creating/copying quick links for a resource has been removed.
Instead, a new action has been added to copy the permanent link of a resource. -
Enhancement - Internal link removal: #11553
The internal link type has been removed because the permanent link makes it
obsolete. Existing internal links still resolve correctly to ensure backwards
compatibility. -
Enhancement - Add split confirm button to create link modal: #11558
We've added a split button to the create link modal, which allows you to copy
the link to the clipboard with or without the password. -
Enhancement - Add versions to the left sidebar bottom: #11561
We have added the versions to the left sidebar bottom to make it easier for
users to find the versions of the server and web UI. -
Enhancement - Accessibility improvements: #11574
The following accessibility improvements have been made:
- Contextual helpers now have a focus trap, meaning the user can't focus
elements in the background while the contextual helper is showing. - An issue
where the current focus would not change when navigating the resource
table/tiles with the keyboard has been fixed. - The contrasts of input borders
have been aligned with the official WCAG requirements. - The space member search
in the right sidebar now has a label. Also, the search has been moved from the
top of the sharing panel to the members section where all members are listed. -
Leaving dropdown menus via the keyboard navigation now closes them. - When the
sidebar is open and uses 100% of the screen width (mobile view), it is no longer
possible to focus elements in the background. - Focus issues with the right
sidebar have been fixed.
#10725
#10729
#10724
#10733
#10618
#11574
#11591
#11600
#11609
#11659 - Contextual helpers now have a focus trap, meaning the user can't focus
-
Enhancement - Show min oCIS version in app details (app store): #11580
We're now showing the minimum required oCIS version of apps in the app releases
of the app store. -
Enhancement - Add a "Save As" function to the app top bar: #11586
We've added a "Save As" function to the app top bar. This allows the user to
save a file with a new name or in a different location with our regular editors. -
Enhancement - Move permanent link indicator: #11606
The permanent link indicator has been moved to the top right of the sharing
sidebar panel. This is ensures that it's always visible, no matter if there are
shares present or not. -
Enhancement - Redesign sidebar link section in sharing panel: #11606
The design of the sidebar link section in the sharing panel has been aligned
with the people sharing section. -
Enhancement - Soothe right sidebar panel transitions: #11614
The panel transitions of the right sidebar are a bit smoother now.
-
Enhancement - Preview loading performance: #11631
We've improved the performance of loading previews, especially for spaces.
-
Enhancement - Add cancel button to unsaved changes dialog: #11644
We've added a cancel button to the unsaved changes dialog to allow users to
cancel the action. -
Enhancement - File type icon for .ggs files: #11646
We've added a new file type icon for .ggs files.
-
Enhancement - Remove link type "Uploader": #11661
The link type "Uploader" has been removed because it's almost the same as
"Editor". Existing links of this type still work though.