René Gieling

Results 252 comments of René Gieling

> Having two separate subqueries for vote count and yes vote count seems suboptimal but let’s merge that for now it’s better anyway. :-) I went the lazy way, and...

Ah damn, I forgot to squash. @come-nc

Yes. API-Support is still a to do for public access.

Right. Orphaned votes are identified by having no matching option.

The problem ist the joined votes after joined options. So the counted votes get multiplied with the count of options. Currently the counted votes are wrong, because of that. I...

@come-nc Check the strategy in https://github.com/nextcloud/polls/pull/3477 BTW: Orphaned votes are correctly counted, since they block any participants vote limit, too. The affected user is informed about this and may delete...

Are you sure, the poll is not set to anonymous poll?

I can't reproduce this. A delegated admin is meant to have users hidden in an anonymous poll. If the poll is not set to anonymous, I can see all users...

> and "never show results" is selected. This information was valuable. Indeed, if the results are hidden, a delegated admin will not see the names, since in case of hiddenresults,...

@ChristophWurst I guess, we don't need these PRs anymore, right?