🗳️ Polls app for Nextcloud
Перейти к файлу
dependabot[bot] aff09a1811
Merge pull request #1768 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.14.7
2021-06-22 01:23:09 +00:00
.github add missing template to stale workflow 2021-06-20 21:39:35 +02:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo change soft deleted polls to archived polls 2021-06-19 20:32:58 +02:00
docs add option duration to API 2021-06-03 20:56:36 +02:00
img remove obsolete svg files in folder img 2021-06-10 23:14:43 +02:00
l10n [tx-robot] updated from transifex 2021-06-21 03:11:20 +00:00
lib add columns to GONE_COLUMNS 2021-06-21 08:22:04 +02:00
screenshots README.md and updated screenshots 2021-01-25 17:17:53 +01:00
src/js Merge pull request #1690 from nextcloud/fix/tablePerformance 2021-06-21 08:21:09 +02:00
templates Doctrine fix (#1113) 2020-09-21 12:34:15 +02:00
tests fix test 2021-06-06 20:05:41 +02:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.eslintrc.js use @nextcloud/eslint-config, lint:fix and tidy 2021-04-19 23:04:55 +02:00
.gitignore some more maintenance and refactoring 2021-05-14 20:26:47 +02:00
.l10nignore prepare 1.1.0 2020-01-21 19:39:32 +01:00
.php_cs.dist adding actions 2020-09-03 08:23:56 +02:00
.stylelintignore stylelint ignore gif 2020-09-13 20:13:17 +02:00
.stylelintrc.js rule-empty-line-before: always-multi-line 2021-05-26 19:35:05 +02:00
CHANGELOG.md Update CHANGELOG.md 2021-06-21 23:34:39 +02:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile exclude vendor/bin from build 2021-06-07 19:45:47 +02:00
README.md Some typos 2021-06-16 22:47:06 +02:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
babel.config.json use @nextcloud/browserslist-config and switch to babel.config.json 2021-05-14 23:12:43 +02:00
composer.json Enh/email markdown (#1631) 2021-05-22 17:13:16 +02:00
composer.lock Bump phpunit/phpunit from 9.5.4 to 9.5.5 2021-06-12 01:02:39 +00:00
package-lock.json Bump @babel/preset-env from 7.14.5 to 7.14.7 2021-06-22 01:15:55 +00:00
package.json Bump @babel/preset-env from 7.14.5 to 7.14.7 2021-06-22 01:15:55 +00:00
phpunit.integration.xml try phpunit fix 2021-03-20 08:22:06 +01:00
psalm-baseline.xml tidy and maintenance 2021-05-09 17:18:57 +02:00
psalm.xml some more fixes 2021-06-06 20:01:08 +02:00
webpack.js remove global appName after #1746 2021-06-17 10:11:11 +02:00

README.md

Polls - an app, similar to doodle or dudle, for Nextcloud written in PHP and JS/Vue.

php psalm tests puild lint Dependabot status Software License

Features

  • 📊 Create / edit polls (date/times and texts)
  • 📅 Set a closing date
  • 🔒 Restrict access (all site users or invited users only)
  • 💬 Comments
  • Share poll with users, groups, contacts and circles
  • Invite external users with a unique link or via email address
  • Hide results permanently or until the poll is closed
  • Confirm options after poll closing
  • Allow proposals from participants
  • Create anonymized polls (participants names get pseudonymized for other users)
  • Limit possible answers per option and per user
  • Subscribe to notifications per poll
  • Get hints about possible conflicting entries in your calendar around the date option
  • Switch between list and table view
  • Configure your preferred view for date and text polls
  • Usable via REST-API

Bugs

Screenshots (table view)

Create a new poll from the navigation bar and get an overview of your polls Overview

Vote and comment (list view)

Vote

Edit poll inside the vote page

Edit poll

Share poll

View the vote page on mobiles

Vote mobile portrait

Installation / Update

This app is supposed to work on Nextcloud version 19+.

Install latest release

You can download and install the latest release from the Nextcloud app store.

Install from git

If you want to run the latest development version from git source, you need to clone the repo to your apps folder:

git clone https://github.com/nextcloud/polls.git
  • Install dev environment with make dev-setup
  • Compile polls.js with npm run build
  • Run a complete build with make all (installs dev env, runs linter and builds the polls.js)

Contribution Guidelines

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

For more information please review the guidelines for contributing to this repository.