🗳️ Polls app for Nextcloud
Перейти к файлу
Nextcloud bot 5a34316be2
[tx-robot] updated from transifex
2018-06-21 00:35:11 +00:00
.tx Fix tx config 2018-02-12 23:04:56 +01:00
appinfo Update info.xml 2018-04-26 12:46:49 -07:00
css Merge pull request #270 from nextcloud/datetimepicker-update 2017-12-21 06:04:24 +01:00
img Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
js datetimepicker.js v2.5.14 2017-12-19 11:19:27 +01:00
l10n [tx-robot] updated from transifex 2018-06-21 00:35:11 +00:00
lib Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
screenshots add mobile screenshots 2017-12-25 09:53:28 +01:00
templates Fix delete poll (#295) 2018-02-01 09:52:48 +01:00
tests Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.gitignore add mobile screenshots 2017-12-25 09:53:28 +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 Version 0.8.1 (#260) 2017-12-19 11:14:58 +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 Move transifex config for updated l10n script 2018-02-12 17:50:44 +01:00
README.md Update README.md 2018-01-05 06:09:34 +01:00
composer.json Version 0.8.1 (#260) 2017-12-19 11:14:58 +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 / 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

Overview

Vote

Vote mobile portrait

Vote mobile landscape

New poll

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.