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-11-10added error handling on canceled requestsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-07move backend requests from store to new apidartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-11-01Change watch (#2624)René Gieling
2022-08-21fix ajax requestsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-08-21remove loggingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-08-21send out confirmed optionsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-06-22Accept: 'application/json' in http headersref/watch-error-handlingdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-05-27Replacing css icons with md componentsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-05-04fix #2407dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-04-13fix locked vote cells and add locked icondartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-03-30rename icon declarationsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-03-30use md icons (the rest)dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-03-24migrate access type hidden, public to private, opendartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-02-01store refactoringdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2022-01-10adding a combined day polls viewdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-11-26remove registration dialog options from poll configurationdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-10-18Adding a reminder job configurable per polldartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-10-15eslint no-else-return {allowElseif: false}dartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-10-01Bump @nextcloud/eslint-config from 5.1.0 to 6.1.0 (#1998)dependabot[bot]
2021-10-01use template literals instead of string concentationdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-30store - code maintenancedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-12configure mail address for public polls (#1948)René Gieling
configure mail address in public polls
2021-09-03fixdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-09-03Add admin page for pollsdartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
2021-07-28Changed layout of vote pagedartcafe
Signed-off-by: dartcafe <github@dartcafe.de>
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-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-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-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-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-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-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>