[release-10.2.1] Return "password fields" only if public-link password is set. #35541#35563
Conversation
|
@phil-davis @patrickjahns We need to check the acceptance tests. |
|
It should be easiest to review PR #35562 first and merge that. Then rebase this and the diffs will properly match the original PR. |
d78e246 to
cf1a31a
Compare
The iOS client uses the presence of these fields to determine if a password is required. Despite their names they are historically used to store pw-hashes for public-links.
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35563 +/- ##
=================================================
Coverage ? 64.39%
Complexity ? 20140
=================================================
Files ? 1286
Lines ? 77076
Branches ? 1308
=================================================
Hits ? 49631
Misses ? 27061
Partials ? 384
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35563 +/- ##
=================================================
Coverage ? 64.39%
Complexity ? 20140
=================================================
Files ? 1286
Lines ? 77076
Branches ? 1308
=================================================
Hits ? 49631
Misses ? 27061
Partials ? 384
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35563 +/- ##
=================================================
Coverage ? 64.39%
Complexity ? 20140
=================================================
Files ? 1286
Lines ? 77076
Branches ? 1308
=================================================
Hits ? 49631
Misses ? 27061
Partials ? 384
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## release-10.2.1 #35563 +/- ##
====================================================
+ Coverage 64.39% 64.39% +<.01%
- Complexity 20139 20140 +1
====================================================
Files 1286 1286
Lines 77075 77076 +1
Branches 1308 1308
====================================================
+ Hits 49630 49631 +1
Misses 27061 27061
Partials 384 384
Continue to review full report at Codecov.
|
phil-davis
left a comment
There was a problem hiding this comment.
Diffs now match with stable10 backport #35544 - good.
The iOS client uses the presence of these fields to determine if a
password is required.
Despite their names they are historically used to store pw-hashes for public-links.
Description
Port of #35544
Related Issue
Motivation and Context
Fix #35541 for 10.2.1
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks:
🚫