From cd7c9dae10c6d00ddacadd99bc606b57e0dcc254 Mon Sep 17 00:00:00 2001
From: Diogo Castro <diogo.castro@cern.ch>
Date: Thu, 21 Nov 2024 10:59:55 +0100
Subject: [PATCH] changelog

---
 changelog/unreleased/bugfix-cannot-upload-without-tus       | 6 ++++++
 changelog/unreleased/bugfix-favorites                       | 5 +++++
 changelog/unreleased/bugfix-load-resources-no-parent-id     | 6 ++++++
 changelog/unreleased/bugfix-preview-configuration           | 6 ++++++
 changelog/unreleased/change-remove-collapsible-table        | 5 +++++
 .../enhancement-sidebar-menu-selection-different-spaces     | 6 ++++++
 6 files changed, 34 insertions(+)
 create mode 100644 changelog/unreleased/bugfix-cannot-upload-without-tus
 create mode 100644 changelog/unreleased/bugfix-favorites
 create mode 100644 changelog/unreleased/bugfix-load-resources-no-parent-id
 create mode 100644 changelog/unreleased/bugfix-preview-configuration
 create mode 100644 changelog/unreleased/change-remove-collapsible-table
 create mode 100644 changelog/unreleased/enhancement-sidebar-menu-selection-different-spaces

diff --git a/changelog/unreleased/bugfix-cannot-upload-without-tus b/changelog/unreleased/bugfix-cannot-upload-without-tus
new file mode 100644
index 00000000000..4d06d04da6f
--- /dev/null
+++ b/changelog/unreleased/bugfix-cannot-upload-without-tus
@@ -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
diff --git a/changelog/unreleased/bugfix-favorites b/changelog/unreleased/bugfix-favorites
new file mode 100644
index 00000000000..9fb6490c529
--- /dev/null
+++ b/changelog/unreleased/bugfix-favorites
@@ -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
diff --git a/changelog/unreleased/bugfix-load-resources-no-parent-id b/changelog/unreleased/bugfix-load-resources-no-parent-id
new file mode 100644
index 00000000000..4a5a017c7f1
--- /dev/null
+++ b/changelog/unreleased/bugfix-load-resources-no-parent-id
@@ -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
diff --git a/changelog/unreleased/bugfix-preview-configuration b/changelog/unreleased/bugfix-preview-configuration
new file mode 100644
index 00000000000..407dab33f8d
--- /dev/null
+++ b/changelog/unreleased/bugfix-preview-configuration
@@ -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
diff --git a/changelog/unreleased/change-remove-collapsible-table b/changelog/unreleased/change-remove-collapsible-table
new file mode 100644
index 00000000000..bd14366f15c
--- /dev/null
+++ b/changelog/unreleased/change-remove-collapsible-table
@@ -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
diff --git a/changelog/unreleased/enhancement-sidebar-menu-selection-different-spaces b/changelog/unreleased/enhancement-sidebar-menu-selection-different-spaces
new file mode 100644
index 00000000000..1f1daf21f74
--- /dev/null
+++ b/changelog/unreleased/enhancement-sidebar-menu-selection-different-spaces
@@ -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