🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe 5a24319011
makefile tx
2018-06-10 11:08:44 +02:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Merge branch 'master' into vue-create 2018-06-10 11:04:22 +02:00
css style updates 2018-06-10 10:41:32 +02:00
img optimations 2018-05-24 06:45:37 +02:00
js style updates 2018-06-10 10:41:32 +02:00
js-src optimations 2018-05-24 06:45:37 +02:00
l10n Merge branch 'master' into vue-create 2018-06-10 11:04:22 +02:00
lib updates 2018-05-10 16:24:08 +02:00
screenshots Removed oC 2018-01-19 10:51:26 +01:00
templates style updates 2018-06-10 10:41:32 +02:00
tests updates 2018-05-10 16:24:08 +02: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 cleanup 2018-05-10 19:35:55 +02: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 Fixed Travis CI + https://github.com/nextcloud/server/pull/7909 2018-01-17 22:48:28 +01:00
CHANGELOG.md Update CHANGELOG.md 2018-02-01 09:59:34 +01:00
COPYING Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
ISSUE_TEMPLATE.md Added 0.8.0 changelog (#182) 2017-10-13 22:10:11 +02:00
Makefile makefile tx 2018-06-10 11:08:44 +02:00
README.md Removed oC 2018-01-19 10:51:26 +01:00
composer.json Added 0.8.1 changelog 2017-11-09 23:33:39 +01:00
package-lock.json Updates without webpack upgrade 2018-05-23 06:39:40 +02:00
package.json Updates without webpack upgrade 2018-05-23 06:39:40 +02: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

Vote

New poll

Vote mobile portrait

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.