nextcloud / polls

🗳️ Polls app for Nextcloud
https://apps.nextcloud.com/apps/polls
GNU Affero General Public License v3.0
257 stars 73 forks source link

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

Closed dartcafe closed 2 months ago

dartcafe commented 2 months ago

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

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 commented 2 months ago

/backport to next

dartcafe commented 2 months ago

damn. Did not wanted to merge it now. sry