polls icon indicating copy to clipboard operation
polls copied to clipboard

🗳️ Polls app for Nextcloud

Results 171 polls issues
Sort by recently updated
recently updated
newest added

### ⚠️ This issue respects the following points: ⚠️ - [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). ### Describe the goal you'd like to achieve As a **poll...

voting variants

# Changelog for the upcomming release (preview) This will be the last version supporting PHP 8.0. Please note, that this version is not tested very well. So if possible please...

Announcement

Related to https://github.com/nextcloud/polls/issues/3362

2. developing
Performance

![image](https://github.com/nextcloud/polls/assets/1374172/df8caab8-c177-4382-b660-e1b19f929527) Two polls with one share cause 32 requests for the share recipient. Caching the result of `\OCA\Polls\Model\Acl::getIsInvolved` in memory cuts these to 18 requests.

2. developing
Performance

This makes one of the N+1 queries of https://github.com/nextcloud/polls/issues/3362 more efficient. Before: load all votes of the poll, create entity objects and then do a count After: count in the...

2. developing
Performance

For https://github.com/nextcloud/polls/issues/3362

2. developing
Performance

### ⚠️ This issue respects the following points: ⚠️ - [X] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). ### Describe the goal you'd like to achieve After a multi-level...

enhancement

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

enhancement

### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...

bug