🗳️ Polls app for Nextcloud
Перейти к файлу
dependabot-preview[bot] eba913c904
Merge pull request #1015 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.0.9
2020-07-11 17:35:09 +00:00
.github add linter actions for js (#964) 2020-06-12 10:29:45 +02:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Merge branch 'master' into seperate-sending-invitations 2020-07-07 17:50:41 +02:00
docs Fixes. 2020-07-07 17:22:50 +02:00
img extend frontend for individual invitation sending 2020-07-05 15:31:08 +02:00
l10n [tx-robot] updated from transifex 2020-07-11 02:53:48 +00:00
lib Merge branch 'master' into seperate-sending-invitations 2020-07-07 17:50:41 +02:00
screenshots Changed screenshots according to info.xml 2020-01-20 06:59:59 +01:00
src/js use list slot 2020-07-07 21:34:27 +02:00
templates Bind app to #content 2020-04-29 22:14:30 +02:00
tests Scrutinizer Auto-Fixes 2019-12-31 00:47:51 +00: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 change linter comma-dangle to 'always-multiline' 2020-05-02 01:05:01 +02:00
.gitignore update eslint-plugin-vue and remove package-lock.json from .gitignore 2020-05-28 23:43:49 +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
.scrutinizer.yml fix scrutinizer 2020-01-08 21:17:58 +01:00
.stylelintrc.js fixes and layout 2020-05-06 10:25:38 +02:00
.travis.yml travis CORE_BRANCH=stable17 2020-01-03 18:36:58 +01:00
CHANGELOG.md prepared changelog for 1.5 2020-07-07 22:01:40 +02:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile dev-env update 2020-01-31 07:51:45 +01:00
README.md README.md 2020-01-20 16:19:50 +01:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
composer.json Update christophwurst/nextcloud requirement from ^17.0 to ^18.0 2020-02-02 02:13:03 +00:00
package-lock.json Merge pull request #1015 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.0.9 2020-07-11 17:35:09 +00:00
package.json Merge pull request #1015 from nextcloud/dependabot/npm_and_yarn/webpack-merge-5.0.9 2020-07-11 17:35:09 +00:00
phpunit.integration.xml Set up Travis CI 2017-10-09 17:34:25 +02:00
phpunit.xml Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
webpack.common.js set output.jsonpFunction and dependency updates 2020-05-07 22:10:08 +02:00
webpack.dev.js merge fix 2020-07-11 19:12:34 +02:00
webpack.prod.js merge fix 2020-07-11 19:12:34 +02: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.

Note: ownCloud is no longer supported! Last (confirmed) working version is 0.8.1 and is released in the oC marketplace. Note: IE11 users will face some CSS problems (see #541). Please change to a compatible browser (Firefox, Chrome, Edge, etc.). Or better: don't even try this browser

Features

  • 📊 Create / edit polls (datetimes and texts)
  • 📅 Set expiration date
  • 🔒 Restrict access (all site users or invited users only)
  • 💬 Comments

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

Add shared links to your poll Share poll

View the vote page on mobiles (Turn phone to landscape to see th full table) Vote mobile portrait

Only the owner can edit the poll. Granting access to admin users will be available in the next version.

Installation / Update

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

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 make build-js-production or 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.