🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe e61e2e59ab
Revert accidentally included desing tests.
2018-12-11 07:54:05 +01:00
.github/ISSUE_TEMPLATE
.tx
appinfo
css Revert accidentally included desing tests. 2018-12-11 07:54:05 +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 Set 1 to default in allow_maybe because of existing polls 2018-12-11 07:33:09 +01:00
screenshots
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
.babelrc
.editorconfig
.gitignore
.l10nignore
.scrutinizer.yml
.scss-lint.yml
.travis.yml
CHANGELOG.md
COPYING
ISSUE_TEMPLATE.md
Makefile
README.md
_config.yml
composer.json
package.json
phpunit.integration.xml
phpunit.xml

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.