Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-30make performance threshold configurabledartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-25replace checkBoxDiv with checkboxRadioSwitch from @nextcloud/vuedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-21Merge pull request #1690 from nextcloud/fix/tablePerformanceRené Gieling
hide vote table if too many cells are predicted
2021-06-20l10n: Change "from"Valdnet
2021-06-20l10n: Correct a typoValdnet
Reported by the translator at Transifex.
2021-06-19change soft deleted polls to archived pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-03hide table if too many cells are useddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-31add unique parameter to axios.get (#1663)René Gieling
* add unique parameter to axios.get
2021-05-31Add count of votes and options to poll information (#1676)René Gieling
* Add count of all votes to poll information * Add options count to poll information
2021-05-31l10n: Remove commaValdnet
2021-05-30Update relevant polls description fixes #1500dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-29remove closing calculation from componentsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-29fix closed poll checkdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-26tidy icons and complete poll informationdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-19Option to hadle no as unvoteddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-05-14some more maintenance and refactoringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-27l10n: Change "where" to "which"Valdnet
The word "in which" is more appropriate. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-04-22add toast after vote #1519dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-22Merge pull request #1555 from nextcloud/refactor/coding-styleRené Gieling
Refactor/coding style
2021-04-19Merge pull request #1554 from nextcloud/fix/public-option-proposalRené Gieling
allow option proposals in public polls
2021-04-19arrow-body-styledartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-18arrow-parensdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-18object-shorthanddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-18no-else-returndartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-18Enhancement/option date picker (#1543)René Gieling
* changed picker selection #1506 * changed design of picker buttons
2021-04-18allow option proposals in public pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-27l10n: Change size of letterValdnet
2021-03-25remove review option from proposalsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-25some optimizationsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-22maintenance and tidydartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-22Add configurationdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-22drill down actions to components and move some logic to storedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-17fix and enhance user menudartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-14return unique voter arraydartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-13Misc code optimizations (#1484)René Gieling
* simplify participants determining * simplify calendar list creation * harmonize list commits names * readybility of lastUpdated * centralize poll categories to store * count user's votes with parameter
2021-03-07move shift date to backenddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-06write poll after change, than after input in description and titledartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-05Support markdown for description, prohibit HTMLdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-04Move actions to usermenudartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-02converting mobile and desktop view to list-view and table-viewdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-02added hide options if booked out and move some logic to backend (#1449)René Gieling
2021-02-27removed realTimePolling from settingsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-27js code maintenance and tidydartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-27use async/await in storedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-27move store modules away from submodulesdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-26Let public users change their email addressdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-12initit date poll with durationdartcafe
2021-02-07allow disabling of comments #737dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-31Watch events (#1367)René Gieling
Watch current poll for updates an apply immediately
2021-01-22Minor fixes (#1358)René Gieling
* move router-link to title * add warning class * keep recent expired polls in relevant pollList (4 days) * react faster on vote conflicts