-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-10.2.1] Return "password fields" only if public-link password is set. #35541 #35563
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tests/acceptance/features/apiShareManagement/createShare.feature
Outdated
Show resolved
Hide resolved
@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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
🚫