Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Nov 21, 2024
1 parent 7dd2fb8 commit cd7c9da
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-cannot-upload-without-tus
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Upload without TUS support

We've fixed a bug where it was not possible upload/create files when the server does not support TUS.
Web crashed trying to see if the user had permissions to upload. Even if they did, it was being denied due to that crash.

https://github.com/owncloud/web/pull/11946
5 changes: 5 additions & 0 deletions changelog/unreleased/bugfix-favorites
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Listing of favorites

We've fixed a bug where it was not possible to list favorites.

https://github.com/owncloud/web/pull/11946
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-load-resources-no-parent-id
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Prevent failure to load resource when loading subdirectories that do not report their parent

The parameter Resource.parentFolderId is optional, so we treated it as so when getting the ancestor metadata.
This prevented the loading of a resource/listing of files, if the backend did not report the parent of the current folder.

https://github.com/owncloud/web/pull/11946
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-preview-configuration
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Preview service configuration

When the capabilities specified a different list of mime types that the server supported, this was not being taken into consideration.
With this fix, it now works.

https://github.com/owncloud/web/pull/11946
5 changes: 5 additions & 0 deletions changelog/unreleased/change-remove-collapsible-table
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Change: Remove the collapsible table

Removed the CERN-only feature of collapsible table. Replaced with the filtering functionality in the shares page.

https://github.com/owncloud/web/pull/11946
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Sidebar menu selected for different kinds of personal volumes

The current implementation hardcodes the naming of the volumes and assumes that the personal volume always starts with `personal/`, which might not be the case.
With this enhancement, the selection of the menu happens if the corresponding type of space is selected as well.

https://github.com/owncloud/web/pull/11946

0 comments on commit cd7c9da

Please sign in to comment.