Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAV: Return data-fingerprint always when asked #25482

Merged
merged 1 commit into from Aug 13, 2016

Conversation

guruz
Copy link
Contributor

@guruz guruz commented Jul 14, 2016

For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.

@guruz guruz added this to the 9.1.1 milestone Jul 14, 2016
@mention-bot
Copy link

@guruz, thanks for your PR! By analyzing the annotation information on this pull request, we identified @rullzer, @PVince81 and @DeepDiver1975 to be potential reviewers

@guruz
Copy link
Contributor Author

guruz commented Jul 14, 2016

FYI @ogoffart

}

if ($node instanceof \OCA\DAV\Files\FilesHome) {
if ($node instanceof \OCA\DAV\Connector\Sabre\Node
|| $node instanceof \OCA\DAV\Files\FilesHome) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised that FilesHome isn't a Sabre\Node ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was too ;)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FileHome implements ICollection
ICollection extends INode

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The if where I moved it out is \OCA\DAV\Connector\Sabre\Node not INode..

@PVince81
Copy link
Contributor

Looks good 👍

(don't merge before 9.1.1)

For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
@PVince81
Copy link
Contributor

PVince81 commented Aug 11, 2016

  • Forward port to master

@ogoffart @DeepDiver1975 second review ?

Rebased to kick Jenkins

@DeepDiver1975
Copy link
Member

👍

@DeepDiver1975 DeepDiver1975 merged commit 4033a6b into stable9.1 Aug 13, 2016
@DeepDiver1975 DeepDiver1975 deleted the data_finger_print_for_all branch August 13, 2016 15:03
DeepDiver1975 pushed a commit that referenced this pull request Aug 13, 2016
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
@DeepDiver1975
Copy link
Member

master: #25794

PVince81 pushed a commit that referenced this pull request Aug 16, 2016
…730ed2353f457f9aa9

[master] DAV: Return data-fingerprint always when asked (#25482)
@lock
Copy link

lock bot commented Aug 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants