-
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
Add missing public link share dialog features #31129
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31129 +/- ##
============================================
+ Coverage 62.51% 62.52% +<.01%
- Complexity 18272 18274 +2
============================================
Files 1146 1147 +1
Lines 68405 68428 +23
Branches 1234 1234
============================================
+ Hits 42766 42787 +21
- Misses 25278 25280 +2
Partials 361 361
Continue to review full report at Codecov.
|
I need help debugging PHP code, trying to bcc self in the modal and checking why it won't go thru: Step 1: https://github.com/owncloud/core/blame/fix-31125/core/ajax/share.php#L185 Reproduce: Make sure to have an email set to your account and enable Allow users to send mail notification for shared files in the sharing options. Then share via mail: |
Alright … I figured it out myself. Hope I didn't break stuff 😅 |
11a3480
to
8446022
Compare
all recipient mail now in BCC field, including self when ticked |
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.
👍 for Felix' part.
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.
For @PVince81 part.
@felixheidecke please backport to stable10 |
Backport #31142 |
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. |
Description
Related Issue
Fixes: #31125
How Has This Been Tested?
Manually tested in FF, Chrome and IE11
Types of changes
Checklist: