Skip to content

[stable13] Only handle encrypted property on folders - #8116

Merged
MorrisJobke merged 1 commit into
stable13from
8111_13
Jan 31, 2018
Merged

[stable13] Only handle encrypted property on folders#8116
MorrisJobke merged 1 commit into
stable13from
8111_13

Conversation

@rullzer

Copy link
Copy Markdown
Member

Backport of #8111

Exposing the encrypted property is required for E2E. However, there is
no need to expose this on files as then it is server side encryption
(which the clients don't care about).

Better to not confuse the output.

Signed-off-by: Roeland Jago Douma roeland@famdouma.nl

Exposing the encrypted property is required for E2E. However, there is
no need to expose this on files as then it is server side encryption
(which the clients don't care about).
Better to not confuse the output.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@codecov

codecovBot commented Jan 30, 2018

Copy link
Copy Markdown

Codecov Report

Merging #8116 into stable13 will increase coverage by <.01%.
The diff coverage is 50%.

@@ Coverage Diff @@## stable13 #8116 +/- ##
==============================================
+ Coverage 51.23% 51.23% +<.01% 
Complexity 24981 24981 ==============================================
Files 1607 1607 Lines 95049 95048 -1 Branches 1376 1376 ==============================================
Hits 48695 48695 + Misses 46354 46353 -1
Impacted FilesCoverage ΔComplexity Δ
apps/dav/lib/Connector/Sabre/FilesPlugin.php80.35% <50%> (+0.47%)48 <0> (ø)⬇️

@MorrisJobke
MorrisJobke merged commit 10110e8 into stable13Jan 31, 2018
@MorrisJobke
MorrisJobke deleted the 8111_13 branch January 31, 2018 13:46
@MorrisJobkeMorrisJobke mentioned this pull request Jan 31, 2018
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@rullzer@nickvergessen@MorrisJobke