Skip to content

Commit 10f9e93

Browse files
committed
changelog
1 parent 7dd2fb8 commit 10f9e93

6 files changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Upload without TUS support
2+
3+
We've fixed a bug where it was not possible upload/create files when the server does not support TUS.
4+
Web crashed trying to see if the user had permissions to upload. Even if they did, it was being denied due to that crash.
5+
6+
https://github.com/owncloud/web/pull/11946

changelog/unreleased/bugfix-favorites

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Bugfix: Listing of favorites
2+
3+
We've fixed a bug where it was not possible to list favorites.
4+
5+
https://github.com/owncloud/web/pull/11946
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Prevent failure to load resource when loading subdirectories that do not report their parent
2+
3+
The parameter Resource.parentFolderId is optional, so we treated it as so when getting the ancestor metadata.
4+
This prevented the loading of a resource/listing of files, if the backend did not report the parent of the current folder.
5+
6+
https://github.com/owncloud/web/pull/11946
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bugfix: Preview service configuration
2+
3+
When the capabilities specified a different list of mime types that the server supported, this was not being taken into consideration.
4+
With this fix, it now works.
5+
6+
https://github.com/owncloud/web/pull/11946
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Change: Remove the collapsible table
2+
3+
Removed the CERN-only feature of collapsible table. Replaced with the filtering functionality in the shares page.
4+
5+
https://github.com/owncloud/web/pull/11946
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Enhancement: Sidebar menu selected for different kinds of personal volumes
2+
3+
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.
4+
With this enhancement, the selection of the menu happens if the corresponding type of space is selected as well.
5+
6+
https://github.com/owncloud/web/pull/11946

0 commit comments

Comments
 (0)