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

[10.0.8 RC1] Public link share dialog #31125

Closed
9 tasks
pmaier1 opened this issue Apr 13, 2018 · 10 comments · Fixed by #31129
Closed
9 tasks

[10.0.8 RC1] Public link share dialog #31125

pmaier1 opened this issue Apr 13, 2018 · 10 comments · Fixed by #31129
Assignees
Labels
p1-urgent Critical issue, need to consider hotfix with just that issue Type:Bug
Milestone

Comments

@pmaier1
Copy link
Contributor

pmaier1 commented Apr 13, 2018

  • Size of the modal itself may not change when multiple (long) mail addresses are entered (it even changes when selecting the input field and selecting another item in the dialog)

  • Move "Share" button to the right, "Cancel" to the left. The current order seems not intuitive.

  • E-mail validation should be added (currently select2 takes all values; you can even just enter spaces): name@domain.tld

  • Multiple mail recipients should not be able to see the other recipient's mail addresses. Therefore we should not put all mail addresses in the "To" field but in "BCC". @PVince81

  • "Send copy to self" does not work at all (mails are only sent to the recipients). No ability to receive a copy, tried various scenarios. @PVince81

  • "E-Mail sent" has been removed. It was an explicit requirement to show "E-Mail sent" longer for that the user actually has a chance to read it.

  • Public link sendmail: "Sending" is now green, but the actual idea was to have the success message "E-Mail sent" green (which has been removed!)

  • "Sending" now seems to have a delay of 2 seconds until it disappears. This was the idea for the "E-Mail sent" indicator.

  • Look into Share personal cleanup + note #29935 (comment). Should be covered with email validation anyway.

Tested with Firefox 59 / Ubuntu 17.10

public_link1

Adding long/many mail address(es) (modal size increases)

public_link2

Unselect the input field (modal size shrinks)

public_link3

@PVince81

@pmaier1 pmaier1 added Type:Bug p1-urgent Critical issue, need to consider hotfix with just that issue labels Apr 13, 2018
@pmaier1 pmaier1 added this to the QA milestone Apr 13, 2018
@ownclouders
Copy link
Contributor

GitMate.io thinks possibly related issues are #31083 (Update changelog in preparation for 10.0.8 RC1), #23611 (8.2 to 9.0 : Lost calendar share), #22735 (CalDAV: support public sharing), #28451 (Validate email before sending out public link from dialog), and #6110 (in Share dialog).

@felixheidecke
Copy link
Contributor

Hmm … this is weird because it shouldn't grow and I did add a validator that checks the email syntax … I hope nothing got lost while I recovered that feature since it was considered canceled at one state.

I'll have a look at it.

@felixheidecke
Copy link
Contributor

Japp, something did break there … :-|

@felixheidecke
Copy link
Contributor

felixheidecke commented Apr 15, 2018

This PR takes care of the problems.

@pmaier1
Copy link
Contributor Author

pmaier1 commented Apr 16, 2018

Can we also change the wording "Send copy to self" to "Receive a copy" or similar, please?

@pmaier1
Copy link
Contributor Author

pmaier1 commented Apr 16, 2018

Added

  • Multiple mail recipients should not be able to see the other recipient's mail addresses. Therefore we should not put all mail addresses in the "To" field but to "BCC".

@pmaier1
Copy link
Contributor Author

pmaier1 commented Apr 16, 2018

Added

  • "Send copy to self" does not work at all (mails are only sent to the recipients). No ability to receive a copy, tried various scenarios.
  • "E-Mail sent" has been removed. It was an explicit requirement to show "E-Mail sent" longer for that the user actually has a chance to read it.
  • Public link sendmail: "Sending" is now green, but the actual idea was to have the success message "E-Mail sent" green (which has been removed!)
  • "Sending" now seems to have a delay of 2 seconds until it disappears. This was the idea for the "E-Mail sent" indicator.

@felixheidecke
Copy link
Contributor

felixheidecke commented Apr 16, 2018

@PVince81 @pmaier1 we need a PHP dev attending to PHP related issues here.

@PVince81
Copy link
Contributor

I'll have a look at the PHP part

@lock
Copy link

lock bot commented Jul 30, 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 Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p1-urgent Critical issue, need to consider hotfix with just that issue Type:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants