🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe 2c0f911942
Added missing ;
[skip CI]
2018-02-05 06:54:53 +01:00
appinfo Revert "use-migration was lost" 2018-01-26 21:56:44 +01:00
css [WIP] Migrate particip tables (#293) 2018-02-04 12:45:37 +01:00
img Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
js [WIP] Migrate particip tables (#293) 2018-02-04 12:45:37 +01:00
l10n Merge branch 'master' into develop-0.9 2018-02-04 12:49:57 +01:00
lib More tidy 2018-02-05 06:39:02 +01:00
screenshots Removed oC 2018-01-19 10:51:26 +01:00
templates Added missing ; 2018-02-05 06:54:53 +01:00
tests Added missing ; 2018-02-05 06:54:53 +01:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.gitignore Merge branch 'master' into develop-0.9 2018-01-14 14:26:45 +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 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:09 +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 Removed oC 2018-01-19 10:51:26 +01:00
README.md Removed oC 2018-01-19 10:51:26 +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 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.