🗳️ Polls app for Nextcloud
Перейти к файлу
René Gieling d0a9ede7c1
Update CHANGELOG.md
2018-12-11 20:16:58 +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 Update max-version to current dev version 16 2018-12-11 15:08:24 +01:00
css Last CSS fix 2018-12-11 08:50:10 +01:00
img Switched disallow maybe to allow. 2018-12-01 12:02:58 +01:00
js Switched disallow maybe to allow. 2018-12-01 12:02:58 +01:00
l10n [tx-robot] updated from transifex 2018-11-30 01:32:35 +00:00
lib Fix adding allow_maybe upon migration from prior version. 2018-12-11 08:48:43 +01:00
screenshots Updated readme and resized screenshots 2018-10-21 13:55:27 +02:00
src Switched disallow maybe to allow. 2018-12-01 12:02:58 +01:00
templates Revert accidentally included desing tests. 2018-12-11 07:54:05 +01:00
tests Getting mad 2018-11-16 07:23:52 +01:00
.babelrc change to webpack 2018-05-10 19:14:04 +02:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +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 Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.scss-lint.yml Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.travis.yml Updates 2018-10-07 21:29:26 +02:00
CHANGELOG.md Update CHANGELOG.md 2018-12-11 20:16:58 +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 Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
package.json Push to vue-components 0.4.5 2018-11-27 17:07:15 +01: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

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.