🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe 0e005e5eb0
fix
2018-11-16 06:58:23 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2018-09-16 19:26:56 +02:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Merge branch 'master' of https://github.com/nextcloud/polls 2018-10-21 13:48:10 +02:00
css Typo and more code cleaning 2018-11-12 07:21:09 +01:00
img Stylings 2018-10-31 17:13:54 +01:00
js Merge pull request #415 from nextcloud/stable-0.9 2018-11-14 22:08:22 +01:00
l10n [tx-robot] updated from transifex 2018-11-15 01:35:34 +00:00
lib Use the email templating and use the language of the recipient 2018-11-15 22:34:00 +01:00
screenshots Updated readme and resized screenshots 2018-10-21 13:55:27 +02:00
src Typo and more code cleaning 2018-11-12 07:21:09 +01:00
templates Typo and more code cleaning 2018-11-12 07:21:09 +01:00
tests fix 2018-11-16 06:58:23 +01:00
.babelrc change to webpack 2018-05-10 19:14:04 +02:00
.editorconfig Added 0.8.1 changelog 2017-11-09 23:33:39 +01:00
.gitignore Merge branch 'master' of https://github.com/nextcloud/polls 2018-10-21 13:48:10 +02:00
.l10nignore ignore minified js 2018-11-12 07:23:14 +01:00
.scrutinizer.yml Added Unit tests (#224) 2017-11-07 15:43:45 +01:00
.scss-lint.yml Added Unit tests (#224) 2017-11-07 15:43:45 +01:00
.travis.yml Updates 2018-10-07 21:29:26 +02:00
CHANGELOG.md Update CHANGELOG.md 2018-11-10 18:44:21 +01:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 2018-09-08 14:35:06 +02:00
Makefile Update makefile and tidy 2018-09-14 19:04:42 +02:00
README.md Updated readme and resized screenshots 2018-10-21 13:55:27 +02:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
composer.json Added 0.8.1 changelog 2017-11-09 23:33:39 +01:00
package.json Use vue-components 0.4.3 2018-11-14 07:34:37 +01:00
phpunit.integration.xml Set up Travis CI 2017-10-09 17:34:25 +02:00
phpunit.xml Added Unit tests (#224) 2017-11-07 15:43:45 +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 / jQuery. It is a rework of the already existing polls app written by @raduvatav.

Features

  • 📊 Create / edit polls (datetimes and texts)
  • 📅 Set expiration date
  • 🔒 Restrict access (only logged in users, certain groups / users, hidden and public)
  • 💬 Comments

Bugs

Screenshots

Overview of all polls Overview

The vote page Vote

Creating a new poll New poll

View the vote page on mobiles Vote mobile portrait

Turn phone to landscape to see details Vote mobile landscape

Installation / Update

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

Install latest release

You can download and install the latest release from the Nextcloud app store or a legacy version from the ownCloud marketplace.

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

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.