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-04-18object-shorthanddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-14enhanced error handling in watchPollsdartcafe
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-06rearranging componentsdartcafe
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-28avoid doubled dispatchesdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-28load poll list via long poll and remove timed pollingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-27move watchPoll to mixindartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-02-27move store modules away from submodulesdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2020-07-12reduced latency on option confirmation and enhanced error handlingdartcafe
2020-05-28fixes after testdartcafe
2020-05-27namespaced options.js submoduledartcafe
2020-05-27move reorderimg to backenddartcafe
2020-05-26moving duplicated code to mixindartcafe
2020-05-26Confirmation optimizationsdartcafe