-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
6 changes: 6 additions & 0 deletions
6
changelog/unreleased/enhancement-sidebar-menu-selection-different-spaces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |