only return rich workspace when depth is 1 or greater#994
Merged
juliusknorr merged 1 commit intonextcloud:masterfrom Sep 1, 2020
dassio:ignore_rich_workspace_depth_0
Merged
only return rich workspace when depth is 1 or greater#994juliusknorr merged 1 commit intonextcloud:masterfrom dassio:ignore_rich_workspace_depth_0
juliusknorr merged 1 commit intonextcloud:masterfrom
dassio:ignore_rich_workspace_depth_0
Conversation
Contributor
Author
|
@juliushaertl , please help to review |
Member
|
Makes sense 👍 Mind to rebase on top of the latest master? @tobiasKaminsky FYI |
Member
|
/backport to stable19 |
Member
|
/backport to stable18 |
juliusknorr
reviewed
Aug 31, 2020
juliusknorr
reviewed
Aug 31, 2020
lib/DAV/WorkspacePlugin.php
Outdated
| return $file->getContent(); | ||
| } | ||
| } catch (StorageNotAvailableException $e) { | ||
| if ($propFind->getDepth() > 0){ |
Member
There was a problem hiding this comment.
Suggested change
| if ($propFind->getDepth() > 0){ | |
| if ($propFind->getDepth() > 0) { |
juliusknorr
reviewed
Aug 31, 2020
lib/DAV/WorkspacePlugin.php
Outdated
|
|
||
| } | ||
| } | ||
| return ""; |
Member
There was a problem hiding this comment.
Please keep the rest as before, we use single quotes all over the place in Nextcloud.
Signed-off-by: dassio <dassio@icloud.com>
juliusknorr
reviewed
Aug 31, 2020
juliusknorr
approved these changes
Sep 1, 2020
Merged
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
the android app folder request is like the following:
by default:
depth:1and includerich-workspacetag, this will result in nextcloud checking rich workspace for every subfolder within the requested folder, in this request it istest_pictures.here is the folder structure:
in each of the folder, there could be hundreads of files, it take some time to find the README.txt file. multiply this time for each of the 22 folders, i always get a timeout.
since the rich workspace file is for current folder, i don't see the necissity to get all of this for each subfolder , in the brower, they get this specifically using
https://localhost/ocs/v2.php/apps/text/workspace?path=/Photos