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

Convert email and contact shares to external shares on first usage #3716

Merged

Conversation

dartcafe
Copy link
Collaborator

@dartcafe dartcafe commented Sep 21, 2024

Explanation of this fix, which should be appied to #3714 first.

The cause of this behavior is #3125. This change removed the initial registration dialog after entering a poll via share token. The dialog was meant to allow participants

  • to register while using a public share token and create a personal share and
  • to check user parameters (mail and displayname) using an email or contact share.

The second use case was eliminated with the issue causing PR. The result was, that the share type stays the initial type.

This PR now converts theese shares into external sharesm by changing the type and replacing the userId by a generated one, to make sure, sensitive informations get removed (like mail address in email shares).

dartcafe

This comment was marked as outdated.

@dartcafe dartcafe added the bug label Sep 21, 2024
Signed-off-by: dartcafe <[email protected]>
@dartcafe
Copy link
Collaborator Author

/backport to next

Signed-off-by: dartcafe <[email protected]>
@dartcafe dartcafe added this to the 7.2.4 milestone Sep 21, 2024
@dartcafe dartcafe merged commit 905b9c6 into fix/remove-unusuable-inputs Sep 24, 2024
19 checks passed
@dartcafe
Copy link
Collaborator Author

damn. Did not wanted to merge it now. sry

dartcafe added a commit that referenced this pull request Sep 24, 2024
Signed-off-by: dartcafe <[email protected]>
@dartcafe dartcafe mentioned this pull request Sep 24, 2024
dartcafe added a commit that referenced this pull request Sep 24, 2024
backportbot bot pushed a commit that referenced this pull request Sep 24, 2024
Signed-off-by: dartcafe <[email protected]>
dartcafe added a commit that referenced this pull request Sep 24, 2024
@AndyScherzinger AndyScherzinger deleted the fix/convert-personal-public-share branch September 25, 2024 10:59
Sign up for free to 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.

1 participant