polls
polls copied to clipboard
🗳️ Polls app for Nextcloud
### ⚠️ 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...
# 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...
Related to https://github.com/nextcloud/polls/issues/3362
 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.
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...
For https://github.com/nextcloud/polls/issues/3362
### ⚠️ 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...
### ⚠️ 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...
### ⚠️ 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...