🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe b9d529b133
CHANGELOG.md
2021-01-02 23:29:16 +01:00
.github removed node 12.x from linter actions 2021-01-02 22:40:43 +01:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Merge pull request #1281 from nextcloud/admin-section 2021-01-02 23:03:12 +01:00
docs Update API_v1.0.md 2020-11-24 23:24:48 +01:00
img use black icon for notifications 2020-11-19 08:20:58 +01:00
l10n [tx-robot] updated from transifex 2020-12-30 03:06:08 +00:00
lib Merge pull request #1281 from nextcloud/admin-section 2021-01-02 23:03:12 +01:00
screenshots Changed screenshots according to info.xml 2020-01-20 06:59:59 +01:00
src/js Merge pull request #1302 from nextcloud/auto-refresh-poll 2021-01-02 23:04:43 +01:00
templates Doctrine fix (#1113) 2020-09-21 12:34:15 +02:00
tests Avoid duplicate entries via unique index in certain dbs (#1284) 2021-01-02 00:48:46 +01:00
.babelrc.js fixes and layout 2020-05-06 10:25:38 +02:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.eslintrc.js formatting 2020-12-07 20:56:13 +01:00
.gitignore Adding option for important polls 2020-09-03 18:07:37 +02:00
.jshintrc fix scrutinizer 2020-01-08 21:17:58 +01: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
.scrutinizer.yml Doctrine fix (#1113) 2020-09-21 12:34:15 +02:00
.stylelintignore stylelint ignore gif 2020-09-13 20:13:17 +02:00
.stylelintrc.js fixes and layout 2020-05-06 10:25:38 +02:00
CHANGELOG.md CHANGELOG.md 2021-01-02 23:29:16 +01:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile Makefile 2020-12-12 11:47:56 +01:00
README.md Update README.md 2020-11-05 21:04:34 +01:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
composer.json Psalm (#1277) 2020-12-05 20:44:00 +01:00
package-lock.json Bump webpack from 5.11.0 to 5.11.1 2021-01-02 21:39:31 +00:00
package.json Bump webpack from 5.11.0 to 5.11.1 2021-01-02 21:39:31 +00:00
phpunit.integration.xml Set up Travis CI 2017-10-09 17:34:25 +02:00
psalm.xml Psalm (#1277) 2020-12-05 20:44:00 +01:00
webpack.common.js removed chunk folder 2020-10-24 12:34:07 +02:00
webpack.dev.js Update dependencies 2020-10-30 19:28:40 +01:00
webpack.prod.js removed cache from terser config 2021-01-02 22:26:54 +01:00

README.md

Polls

Build Status Scrutinizer Code Coverage Software License

This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and JS / Vue.

Features

  • 📊 Create / edit polls (datetimes and texts)
  • 📅 Set an expiration date
  • 🔒 Restrict access (all site users or invited users only)
  • 💬 Comments
  • Create public polls
  • Invite users, groups and contacts (directly or via circles or contact groups)
  • Hide results until the poll is closed
  • Create anonymised polls (participants names get pseudonymized for other users)

Bugs

Screenshots

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

Vote and comment

Vote

Edit poll inside the vote page

Edit poll Edit options

Share poll

View the vote page on mobiles

Vote mobile portrait

Installation / Update

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

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.