🗳️ Polls app for Nextcloud
Перейти к файлу
dependabot[bot] 445100857c
Merge pull request #2182 from nextcloud/dependabot/npm_and_yarn/xlsx-0.17.5
2022-01-11 02:11:16 +00:00
.github update to actions/checkout@v2 2021-10-09 14:17:14 +02:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Adding activities (#2154) 2021-12-29 00:58:24 +01: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 2022-01-10 03:07:00 +00:00
lib fix 2022-01-10 18:45:38 +01:00
screenshots copied missing images for appstore 2021-09-14 14:59:58 +02:00
src/js l10n: Change to uppercase (#2176) 2022-01-10 17:10:44 +01:00
templates fixes 2021-09-03 11:28:19 +02:00
tests fix test 2021-10-26 13:36:20 +02:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.eslintrc.js vue/no-unused-properties 2021-10-15 00:09:04 +02:00
.gitignore update php-cs-fixer and nextcloud/coding-standard 2021-11-16 07:15:37 +01:00
.l10nignore prepare 1.1.0 2020-01-21 19:39:32 +01:00
.php-cs-fixer.dist.php Adding activities (#2154) 2021-12-29 00:58:24 +01:00
.stylelintrc.js update config 2021-12-31 13:28:22 +01:00
CHANGELOG.md remove test logging and version update 2021-12-13 20:31:01 +01:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile update makefile 2021-12-08 15:11:33 +01:00
README.md fix screenshot 2021-08-16 00:06:38 +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 Bump league/commonmark from 1.6.6 to 2.1.0 2021-12-29 07:17:33 +00:00
composer.lock Merge pull request #2173 from nextcloud/dependabot/composer/vimeo/psalm-4.18 2022-01-08 14:12:56 +01:00
package-lock.json Merge pull request #2182 from nextcloud/dependabot/npm_and_yarn/xlsx-0.17.5 2022-01-11 02:11:16 +00:00
package.json Merge pull request #2182 from nextcloud/dependabot/npm_and_yarn/xlsx-0.17.5 2022-01-11 02:11:16 +00:00
phpunit.integration.xml migrate configuration 2021-09-13 09:03:37 +02:00
psalm-baseline.xml Adding activities (#2154) 2021-12-29 00:58:24 +01:00
psalm.xml some more fixes 2021-06-06 20:01:08 +02:00
webpack.config.js update config 2021-12-31 13:28:22 +01: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

Manage your polls and create new ones

Manage Polls

Many configuration options

Vote

Share your poll with other people

Edit poll

Vote on mobile

Share poll

Installation / Update

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

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.