5a34316be2 | ||
---|---|---|
.tx | ||
appinfo | ||
css | ||
img | ||
js | ||
l10n | ||
lib | ||
screenshots | ||
templates | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.scrutinizer.yml | ||
.scss-lint.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
COPYING | ||
ISSUE_TEMPLATE.md | ||
Makefile | ||
README.md | ||
composer.json | ||
phpunit.integration.xml | ||
phpunit.xml |
README.md
Polls
This is a poll app, similar to doodle or dudle, for Nextcloud / ownCloud 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
Installation / Update
This app is supposed to work on Nextcloud version 12+ or ownCloud version 10.
Install latest release
You can download and install the latest release from the Nextcloud app store or 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.