Releases: owncloud/web
11.0.0-alpha.1
Changelog for ownCloud Web 11.0.0 (2024-10-16)
Summary
- Bugfix - User filters after page reload: #11604
- Bugfix - Hide copy permanent link action on public pages: #11645
- Bugfix - Missing tags on "Shared with me" page: #11677
- Bugfix - Undefined request IDs: #11678
- Bugfix - Deleting federated connections: #11688
- Bugfix - Escape HTML characters in activities and notification view: #11706
- Bugfix - Prevent not allowed characters in shortcut name: #11707
- Bugfix - Details panel wrong WebDAV URL of received shares: #11712
- Bugfix - Accessing disabled password-protected space does not show error: #11725
- Bugfix - Application menu not operable in Safari browser: #11726
- Bugfix - Navigating into folders that have been shared externally: #11758
- Change - Remove importer as default app: #11709
- Enhancement - Allow setting view mode for apps via query: #11668
- Enhancement - File size warning in editors: #11731
- Enhancement - Add not found page: #11737
Details
-
Bugfix - User filters after page reload: #11604
We've fixed an issue where applied user filters would not be visible after page
reload. -
Bugfix - Hide copy permanent link action on public pages: #11645
We've hidden the action for copying permanent links on public pages since it
doesn't make any sense in this context. -
Bugfix - Missing tags on "Shared with me" page: #11677
Missing resource tags on the "Shared with me" page have been added.
-
Bugfix - Undefined request IDs: #11678
Request IDs from failing copy, move and delete requests are no longer undefined.
-
Bugfix - Deleting federated connections: #11688
We've fixed an issue where federated connections could not be deleted.
-
Bugfix - Escape HTML characters in activities and notification view: #11706
We've fixed a bug where HTML characters were not escaped in the activities and
notification view. This could lead to potential XSS attacks. -
Bugfix - Prevent not allowed characters in shortcut name: #11707
We've fixed an issue where not allowed characters were allowed in the shortcut
name. Now, the shortcut name will be validated and only allowed characters will
be accepted. -
Bugfix - Details panel wrong WebDAV URL of received shares: #11712
We've fixed a bug where the WebDAV URL in the details panel of received shares
was wrong. -
Bugfix - Accessing disabled password-protected space does not show error: #11725
We've fixed a bug where accessing a disabled password-protected space did not
show an error message. Now, users will see an error message when trying to
access a disabled password-protected space. -
Bugfix - Application menu not operable in Safari browser: #11726
We've fixed a bug where the application menu was not operable in the Safari
browser. -
Bugfix - Navigating into folders that have been shared externally: #11758
We've fixed an issue where navigating into folders that have been shared
externally would not work. -
Change - Remove importer as default app: #11709
BREAKING CHANGE for administrators: importer has been removed as default web
app. The app is now available via the web-extensions
repository.Please refer to the web-app docs
to see how to load an external web app. -
Enhancement - Allow setting view mode for apps via query: #11668
We've added a new query param 'view_mode' to the app URL to allow setting the
view mode for apps. If the specific app and permission allows it, the view mode
can be set to 'view' or 'write' via the query param. -
Enhancement - File size warning in editors: #11731
We've added a warning to the editors, when the respective file size exceeds 2MB.
This will help the user to avoid performance issues when working with large
files. -
Enhancement - Add not found page: #11737
We've added a not found page to communicate to users when they've navigated to a
page that doesn't exist.
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 perform...
8.0.6
10.2.0 (Sprint Increment)
Changelog for ownCloud Web 10.2.0 (2024-09-05)
Summary
- Bugfix - OCM invite generation body format: #11512
- Bugfix - Logout on access token renewal failure: #11526
- Enhancement - Replace custom datepicker with native html element: #11377
- Enhancement - Display disabled role permissions: #11387
- Enhancement - Mark external shares: #11394
- Enhancement - Hide versions panel with insufficient permissions: #11484
- Enhancement - Support a tags in actions: #11502
- Enhancement - Improve tiles view performance: #11508
- Enhancement - Add default actions extension point: #11515
- Enhancement - Add select all checkbox to tiles view: #11518
Details
-
Bugfix - OCM invite generation body format: #11512
We've fixed the issue where the body of the OCM invite generation was not
formatted correctly. -
Bugfix - Logout on access token renewal failure: #11526
We've fixed the issue with the user being able to navigate the Web UI after a
failed token renewal. Instead, the user is now properly being logged out. -
Enhancement - Replace custom datepicker with native html element: #11377
We've replaced the custom datepicker with a native html date input element. This
change will improve the user experience and accessibility of the datepicker. -
Enhancement - Display disabled role permissions: #11387
We've added a new feature to the sharing sidebar panel which allows you to see
the permissions of a role that has been disabled. -
Enhancement - Mark external shares: #11394
External shares are now being marked in the right sidebar so they can be
distinguished from regular shares. -
Enhancement - Hide versions panel with insufficient permissions: #11484
Users that have insufficient permissions to view file versions don't see the
versions sidebar panel anymore. This currently affects regular share receivers,
space viewers and space editors without the permission to view versions. -
Enhancement - Support a tags in actions: #11502
We've added support for
a
tags in actions. This allows developers to create
action extensions for e.g. opening file-specific URLs from the context menu. -
Enhancement - Improve tiles view performance: #11508
We've made some changes to the tiles view to improve performance. So that users
can see their files and folders faster, when working with a lot of files. -
Enhancement - Add default actions extension point: #11515
We've added a new extension point
global.files.default-action
for allowing
action extensions to register themselves for the left click default action. -
Enhancement - Add select all checkbox to tiles view: #11518
We have added a select all checkbox to the tiles view to allow users to select
all resources at once.
8.0.5
Changelog for ownCloud Web 8.0.5 (2024-09-02)
Summary
- Bugfix - Show more toggle in space members view not reactive: #11263
- Bugfix - Space show links from other spaces: #11263
- Bugfix - Uploading nested folders: #11299
- Bugfix - Missing space members for group memberships: #11384
Details
-
Bugfix - Show more toggle in space members view not reactive: #11263
We've fixed a bug where the toggle to show more members in the space members
view was not reactive. Clicking the toggle in the sidebar will now correctly
display “Show More” or “Show Less” as intended. -
Bugfix - Space show links from other spaces: #11263
We've fixed a bug where in a special constellation, links from other spaces were
shown in the space. This is now fixed. -
Bugfix - Uploading nested folders: #11299
We've fixed a bug where the upload overlay breaks when uploading a folder that
contains exactly one folder (which then contains some files). -
Bugfix - Missing space members for group memberships: #11384
We've fixed a bug where group members of a space could not see other space
members on regular resources within the space.
10.1.0 (Sprint Increment)
Changelog for ownCloud Web 10.1.0 (2024-08-16)
Summary
- Bugfix - Show more toggle in space members view not reactive: #11263
- Bugfix - Uploading nested folders: #11299
- Bugfix - Toggling checkboxes via keyboard: #11312
- Bugfix - Prevent horizontal table scroll: #11313
- Bugfix - Keyboard actions for disabled resources: #11342
- Bugfix - OCM page reload: #11348
- Bugfix - Closing an app opened via in-app open feature stays open: #11353
- Enhancement - Add quota information to account page: #11287
- Enhancement - App Store app: #11302
- Enhancement - Redesign share link modal: #11310
- Enhancement - Accessibility: #11315
- Enhancement - Files as links: #11329
- Enhancement - Unstick top bar: #11344
Details
-
Bugfix - Show more toggle in space members view not reactive: #11263
We've fixed a bug where the toggle to show more members in the space members
view was not reactive. Clicking the toggle in the sidebar will now correctly
display “Show More” or “Show Less” as intended. -
Bugfix - Uploading nested folders: #11299
We've fixed a bug where the upload overlay breaks when uploading a folder that
contains exactly one folder (which then contains some files). -
Bugfix - Toggling checkboxes via keyboard: #11312
Toggling checkboxes via the keyboard enter key has been fixed and does now work.
-
Bugfix - Prevent horizontal table scroll: #11313
We've prevented resource tables from being horizontally scrollable for a11y
reasons. Instead, information that is available elsewhere will get hidden on
smaller displays. -
Bugfix - Keyboard actions for disabled resources: #11342
We've fixed an issue where certain actions such as rename or select were still
possible for disabled resources when navigating via keyboard. -
Bugfix - OCM page reload: #11348
We've fixed an issue where reloading the Open Cloud Mesh page would show an
error. -
Bugfix - Closing an app opened via in-app open feature stays open: #11353
We've fixed a bug, where closing an opened file from the app itself via the
'Open' item in the three-dot-menu would not close the app. -
Enhancement - Add quota information to account page: #11287
We've added a new section to the account page that displays the users current
quota usage. -
Enhancement - App Store app: #11302
We've added a new App Store app to the platform. This app allows you to explore
available apps and download them from ourawesome-ocis
github repository.In order to use this app, you currently need to adjust your
csp.yaml
file
(only if you have it customized). Please add the URL
'https://raw.githubusercontent.com/owncloud/awesome-ocis/'
to the sections
connect-src
andimg-src
. -
Enhancement - Redesign share link modal: #11310
We've redesigned the share link modal to make it easier to share. The new modal
is more user-friendly and provides a better experience for sharing. -
Enhancement - Accessibility: #11315
Several accessibility improvements have been made, most notably in regards to
color contrasts and outlines when navigating via keyboard. -
Enhancement - Files as links: #11329
We have converted the former buttons in the files list to links, this change
makes it easier to open files in a new tab or window. The same applies to the
context menu, where we also add a hint to the shortcut for opening the file in a
new tab.´ -
Enhancement - Unstick top bar: #11344
The top bar above tables as well as the table headers now lose their
"stickiness" with limited vertical screen space. This way, we prevent those
elements from overflowing content below.
v10.1.0-alpha.1
Automated changelog update [skip ci]
10.0.0 (Sprint Increment)
Changelog for ownCloud Web 10.0.0 (2024-07-29)
Summary
- Bugfix - Downloading files via the app top bar doesn't reflect the current state: #11174
- Bugfix - Images stretched in preview app in Safari browser: #11186
- Bugfix - UI breaks when tags are numbers: #11194
- Bugfix - Open dropdown menu does not deselect other items in admin settings app: #11253
- Change - Removal of Deprecated Config Options: #11251
- Change - Remove draw-io as default app: #11252
- Change - Remove set as description space action: #11277
- Enhancement - Add share role icon to shared with me table: #11166
- Enhancement - Application menu extension point: #11258
- Enhancement - Move quota info to general info in user menu: #11279
- Enhancement - Add edit description button to space info: #11280
Details
-
Bugfix - Downloading files via the app top bar doesn't reflect the current state: #11174
We've fixed a bug where downloading a file via the app top bar does reflect the
last saved state, but not the the current state of the respective file. This
happened when the user opened a text file in web and entered new text without
saving it. -
Bugfix - Images stretched in preview app in Safari browser: #11186
We've fixed a bug, where images have been stretched in the preview app while
using the Safari browser. -
Bugfix - UI breaks when tags are numbers: #11194
We fixed a bug where the UI breaks when tags only consists of numbers
-
Bugfix - Open dropdown menu does not deselect other items in admin settings app: #11253
We've fixed a bug where, other like in the other tables, the dropdown menu in
the admin settings app did not deselect other items when opening a new dropdown
menu. -
Change - Removal of Deprecated Config Options: #11251
BREAKING CHANGE for developers and administrators: The following configuration
options have been removed to simplify the configuration process for
administrators and improve the overall manageability of the project, as they
were either not used anymore or only relevant for CI testing:options.ocm.openRemotely
-options.openLinksWithDefaultApp
-
options.upload.xhr.timeout
-options.routing.idBased
-
options.routing.fullShareOwnerPaths
-options.hoverableQuickActions
-
options.sidebar.exif.showLocation
-options.sidebar.shares.showAllOnLoad
-
options.sharingRecipientsPerPage
-options.displayThumbnails
-
options.disablePreviews
-options.previewFileMimeType
-
options.topCenterNotifications
-options.displayResourcesLazy
#11212
#11219
#11216
#11218
#11217
#11211
#11213
#11215
#11214
#11207
#11251
#11249
#11240
#11238
#11229
#11228
#11226
#11224
#11223
#11209 -
Change - Remove draw-io as default app: #11252
BREAKING CHANGE for administrators: draw-io has been removed as default web app.
The app is now available via the web-extensions
repository.Please refer to the web-app docs
to see how to load an external web app. -
Change - Remove set as description space action: #11277
BREAKING CHANGE: In order to eliminate complexity and reduce confusion, we
removed the "Set as description" space action. This action was not used
frequently and was not necessary for the user experience. The space description
can still be simply updated via the "Edit description" action. -
Enhancement - Add share role icon to shared with me table: #11166
We've added the respective share role icon with a tooltip that contains the
share role name to each share column, so the user knows which permission they
have in a share. -
Enhancement - Application menu extension point: #11258
We've added an extension point for adding items in the top left application
switcher menu.AppMenuItemExtension
's can either link to an internal page (viapath
), an
external page (viaurl
) or have a button handler (viahandler
). Please refer
to the docs for more information.DEPRECATION NOTICE: This deprecates the
applicationMenu
property of the
appinfo object. -
Enhancement - Move quota info to general info in user menu: #11279
We've moved the quota information out of its own section in the user menu and
into the general information section. This change makes it easier to find and
understand the quota information. -
Enhancement - Add edit description button to space info: #11280
We've added an edit description button to the space info section. This button
allows you to edit the description of a space directly from the space info
section.
9.2.0-alpha.1
Changelog for ownCloud Web 9.2.0 (2024-07-11)
Summary
- Enhancement - Add share role icon to shared with me table: #11166
Details
9.1.0 (Sprint Increment)
Changelog for ownCloud Web 9.1.0 (2024-07-05)
Summary
- Bugfix - Resetting user after logout: #11058
- Bugfix - Admin settings UI update after save: #11059
- Bugfix - Editor save after token renewal: #11068
- Bugfix - Trash bin breaking on navigation: #11132
- Bugfix - Tooltips in trashbin covered: #11135
- Bugfix - Duplicated elements on public link page: #11137
- Bugfix - Secure view default action: #11139
- Enhancement - Accessibility improvements: #5387
- Enhancement - Activities sidebar app panel: #10996
- Enhancement - Consistent initial loading spinner: #11054
- Enhancement - Add action drop down to app top bar: #11057
- Enhancement - Decrease text editor loading times: #11060
- Enhancement - Reduce network load on token renewal: #11077
- Enhancement - Open file directly from app: #11085
- Enhancement - Enable default autosave in editors: #11093
Details
-
Bugfix - Resetting user after logout: #11058
We've fixed a bug where the current user would not be resetted after logout.
-
Bugfix - Admin settings UI update after save: #11059
We've fixed a bug where the UI would not display changes made in the admin
settings until re-loading the entire page. -
Bugfix - Editor save after token renewal: #11068
We've fixed a bug where saving changes in an editor would not work after the
access token has been renewed. -
Bugfix - Trash bin breaking on navigation: #11132
We've fixed a bug where the trash bin would break when navigating into the
parent folder of a resource. -
Bugfix - Tooltips in trashbin covered: #11135
We fixed an issue where the parent folder tooltip in the trashbin table view was
partially hidden behind other elements. -
Bugfix - Duplicated elements on public link page: #11137
We've fixed a bug where clicking the ownCloud logo on a public link page would
lead to certain UI elements being duplicated. -
Bugfix - Secure view default action: #11139
Clicking files that have been shared via secure view without having a compatible
app to view such (or the file type is not supported) is no longer possible. This
prevents errors and other file actions from falsely registering themselves as
default. -
Enhancement - Accessibility improvements: #5387
Across the board, we have implemented improvements in regards of accessibility
for the web UI. -
Enhancement - Activities sidebar app panel: #10996
We have added a sidebar app panel to display activities performed on a resource.
This provides a clear overview of actions taken on a resource. -
Enhancement - Consistent initial loading spinner: #11054
We have updated the loading spinner on the initial page load to run continuously
during the client bootstrap. Previously, the spinner would appear and disappear
multiple times.Additionally, we have aligned the spinner's design with our other loading
spinners and reduced the delay before it appears from 1 second to 0.5 seconds. -
Enhancement - Add action drop down to app top bar: #11057
We've added an action drop down with various file actions to the app top bar, so
the user can now call different actions like download, directly from the app. -
Enhancement - Decrease text editor loading times: #11060
We've decreased the loading times of the text and markdown editor by loading the
necessary parts only. -
Enhancement - Reduce network load on token renewal: #11077
We've reduced the network load on token renewal, resulting in better overall
performance of the Web client and less token renewal failures on slow network
connections. -
Enhancement - Open file directly from app: #11085
We've added an 'Open' item to the drop down menu in the app top bar, so the user
can open a different file directly from the opened app. -
Enhancement - Enable default autosave in editors: #11093
Autosaving every 2 minutes in any editor is now the default behaviour. We also
show an indicator in the respective app, when autosave is enabled.