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
2022-03-26add bulk import for text pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-01-12fix routingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-01-10adding a combined day polls viewdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-11-26make email registration a per public share optiondartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-14grant poll admin rights to inviteedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-12allow users to reset their votes (#1950)René Gieling
2021-09-03Add admin page for pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-06-19change soft deleted polls to archived pollsdartcafe
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-14some more maintenance and refactoringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-04-18allow option proposals in public pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-07move shift date to backenddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-03-04Move actions to usermenudartcafe
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-21enhance poll watchingdartcafe
2021-01-31Watch events (#1367)René Gieling
Watch current poll for updates an apply immediately
2021-01-25fix #1357dartcafe
2021-01-11refactoring, optimization, tidydartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-11votes - load async and take pollId from route paramsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-11comments - load async and take pollId from route paramsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-03Merge pull request #1281 from nextcloud/admin-sectionRené Gieling
Adding admin section
2020-12-10Cancel concurrent request on share searching (#1282)René Gieling
* fix #1183 * cancel requests via axios * debounce user search and omit serching for empty string
2020-12-07Adding admin sectiondartcafe
2020-12-05fixing registration and resending invitation maildartcafe
2020-12-05publicController (#1272)René Gieling
* move public pages to one publicController * some more minor refactoring and optimizations
2020-11-19invitation via notificationsdartcafe
2020-10-21initialdartcafe
2020-10-17refactoring invitationsdartcafe
2020-10-17add circles to invitationsdartcafe
2020-10-10fix #1137dartcafe
2020-09-21RC3 - version 1.5.3v1.5.3-RC3dartcafe
2020-09-16fix writing preferencesdartcafe
2020-09-13Validate email address and improve register dialogdartcafe
2020-08-31Added user preferences backend and UIdartcafe
2020-08-25Merge branch 'dev-1.5' into backend-sequenceRené Gieling
2020-08-22move option sequence to backend #1058dartcafe
2020-08-17find possible calender conflictsdartcafe
2020-08-12added sharing to contact groupsdartcafe
2020-08-11user can add own email addressdartcafe
2020-08-07public subscription for shares with mail addressdartcafe
2020-07-26copy participants addresses to clipboarddartcafe
2020-07-12reduced latency on option confirmation and enhanced error handlingdartcafe
2020-07-11Scrutinizer Auto-FixesScrutinizer Auto-Fixer
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2020-07-11Update backenddartcafe
2020-07-07Merge branch 'master' into seperate-sending-invitationsRené Gieling
2020-07-07Fixes.dartcafe
2020-07-05extend controllers for indiviual invitation sendingdartcafe
2020-06-22code maintenancedartcafe
2020-06-20remove trailing backslashes from routesdartcafe
2020-06-20Updated API and code polish, tidydartcafe