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-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-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
2021-01-12fix reactivity problem with vote answerdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-12changed limits check and make sure only valid votes are counteddartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-11refactoring, optimization, tidydartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-11subscription - namespaced and changed loadingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-11shares - load async and take pollId from route paramsdartcafe
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-11options - 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-11subscription - take pollId from route paramsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-01-05fix option sidebardartcafe
2021-01-04limit votes per user #738dartcafe
2021-01-03Merge pull request #1281 from nextcloud/admin-sectionRené Gieling
Adding admin section
2020-12-28fix commentsdartcafe
2020-12-07Adding admin sectiondartcafe
2020-12-05fixing registration and resending invitation maildartcafe
2020-12-05Psalm (#1277)René Gieling
* added config for psalm * removed, fixed and additions annotations * added typehints
2020-12-05fix add sharedartcafe
2020-12-05publicController (#1272)René Gieling
* move public pages to one publicController * some more minor refactoring and optimizations
2020-11-30refactor acl (#1254)René Gieling
* refactor acl * avoid doule poll requests from db
2020-11-24make missing external shares visibledartcafe
2020-11-11fix confirmationdartcafe
2020-11-07Use traits for consistent responses and avoid duplicated codedartcafe
2020-11-04removed delete share on creating personal share from tokendartcafe