🗳️ Polls app for Nextcloud
Перейти к файлу
dependabot[bot] 540e2d5310
Merge pull request #2766 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-4.0.1
2023-03-27 20:43:43 +00:00
.github Update BUG_REPORT.yml 2023-03-22 07:39:49 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:50:37 +00:00
appinfo beta6 2023-03-25 19:10:58 +01:00
docs add option duration to API 2021-06-03 20:56:36 +02:00
img fix icon color of dashboard widget 2023-01-07 00:59:50 +01:00
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-03-17 03:14:36 +00:00
lib Merge pull request #2832 from nextcloud/fix/reset-votes 2023-03-27 22:09:48 +02:00
screenshots optimize screenshots for appstore 2022-10-14 14:27:02 +02:00
src/js switch style source 2023-03-27 22:36:42 +02:00
templates cs-fix 2022-08-21 01:20:54 +02:00
tests fix test 2022-08-21 01:31:18 +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 add prettier for vetur and vscode 2022-04-02 15:28:47 +02: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
CHANGELOG.md shorten public links to 8 characters 2023-03-27 20:57:10 +02:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile move phpunit 2022-09-12 13:19:40 +02:00
README.md commands correction and addition 2023-02-23 21:00:07 +01:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
babel.config.js use @nextcloud/babel-config 2022-02-03 10:19:48 +01:00
composer.json Switching to PHP 8.0 as minimum requirement (#2746) 2023-02-24 21:39:29 +01:00
composer.lock Build(deps): Bump league/commonmark from 2.3.9 to 2.4.0 2023-03-25 02:56:28 +00:00
jsconfig.json add prettier for vetur and vscode 2022-04-02 15:28:47 +02:00
package-lock.json Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.0.1 2023-03-27 20:33:40 +00:00
package.json Build(deps): Bump @nextcloud/dialogs from 3.2.0 to 4.0.1 2023-03-27 20:33:40 +00:00
phpunit.integration.xml migrate configuration 2021-09-13 09:03:37 +02:00
psalm-baseline.xml cs-fix and psalm baseline 2023-01-16 12:46:55 +01:00
psalm.xml some more fixes 2021-06-06 20:01:08 +02:00
stylelint.config.js change to @nextcloud/stylelint-config 2022-02-02 17:16:17 +01:00
webpack.config.js rename dashboard source 2022-10-28 19:51:56 +02:00

README.md

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

psalm tests puild lint Dependabot status Software License

Free meeting schedule tool

  • ⏭️ Easy poll creation
  • 🛠️ Highly customizable
    • ✉️ Make your poll confidential by hiding the results until you want them to be discovered
    • 🕶️ Obfuscate participants' names from other participants
    • ⏲️ Set an automatic expiry date
    • Allow participants to add more options
    • Limit votes per option or user
    • ... 💱 and a lot more
  • 📬 Invite everyone you want
  • 🚀 Export your poll to different spreadsheet formats or HTML
  • 🧧 Let Polls automatically remind your invited users
  • 💬 Comments
  • ☑️ Confirm options after poll closing
  • 📢 Subscribe to notifications per poll
  • 📅 Get hints about possible conflicting entries in your calendar around the date option
  • 🧰 Usable via REST-API
  • Supports the following nextcloud apps
    • Circles
    • Contacts
    • Activity

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.

Available occ commands

Command Description
polls:db:clean-migrations Remove obsolete migrations, which are no more needed
polls:db:rebuild Rebuild Polls' database including indices
polls:index:create Create all necessary indices and foreign key constraints
polls:index:remove Remove all indices
polls:poll:transfer-ownership <source-user> <target-user> Transfer poll ownership from to
polls:share:add [--user USER] [--group GROUP] [--email EMAIL] [--] <id> Add user/group/email with to shares
polls:share:remove [--user USER] [--group GROUP] [--email EMAIL] [--] <id> Remove user/group/email with from shares

Support

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

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 javascript with npm run build
  • Run a complete build with make appstore (Find the output in the build directory)

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.