🗳️ Polls app for Nextcloud
Перейти к файлу
dartcafe 4193099682
- moved src back in right place
2019-12-10 07:32: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 * some enhancements 2019-12-08 23:17:11 +01:00
css * removed old CSS files 2019-09-07 20:28:37 +02:00
img * some enhancements 2019-12-08 23:17:11 +01:00
js * removed old CSS files 2019-09-07 20:28:37 +02:00
l10n [tx-robot] updated from transifex 2019-12-10 02:48:07 +00:00
lib - updated Makefile to be able to build on Windows machines (rsync still fails) 2019-12-10 07:31:13 +01:00
screenshots Update readme and screenshots 2019-11-14 08:06:04 +01:00
src/js - moved src back in right place 2019-12-10 07:32:58 +01:00
templates * removed old CSS files 2019-09-07 20:28:37 +02:00
tests fix test 2019-01-31 18:40:38 +01:00
.babelrc.js Update environment 2018-12-31 21:12:46 +01:00
.editorconfig Version 0.8.1 (#260) 2017-12-19 11:14:58 +01:00
.eslintrc.js Public page (#664) 2019-12-01 22:12:37 +01:00
.gitignore Initial 2019-01-08 14:47:13 +01:00
.l10nignore ignore minified js 2018-11-12 07:23:14 +01:00
.scrutinizer.yml scrutinizer fix 2019-08-19 08:26:00 +02:00
.travis.yml Update travis 2019-12-03 23:52:33 +01:00
CHANGELOG.md Merge branch 'master' into dev-1.0 2019-12-09 22:12:50 +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 - updated Makefile to be able to build on Windows machines (rsync still fails) 2019-12-10 07:31:13 +01:00
README.md Merge branch 'master' into dev-1.0 2019-12-09 22:12:50 +01:00
_config.yml Set theme jekyll-theme-slate 2018-08-30 20:26:43 +02:00
composer.json Merge branch 'master' into dev-1.0 2019-12-09 22:12:50 +01:00
package.json updated dependencies 2019-12-09 22:44:27 +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
webpack.common.js Making linter happy 2019-11-10 21:02:41 +01:00
webpack.dev.js Lot of refactoring and tidy 2019-08-18 19:33:36 +02:00
webpack.prod.js Remove sourcemaps from production build 2019-02-12 16:59:53 +01:00

README.md

Polls

Build Status Scrutinizer Code Coverage Software License

This branch is in alpha state, do not use for production needs

This is a poll app, similar to doodle or dudle, for Nextcloud written in PHP and JS / Vue. It is a rework of the already existing polls app written by @raduvatav.

Note: ownCloud is no longer supported! Last (confirmed) working version is 0.8.1 and is released in the oC marketplace. Note: IE11 users will face some CSS problems (see #541). Please change to a compatible browser (Firefox, Chrome, Edge, etc.). Or better: don't even try this browser

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

Create a new poll from the navigation bar and get an overview of your polls Overview

Vote and comment Vote

Edit poll on the vote page as owner or an admin Edit poll Edit options

Add shared links to your poll Share 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.

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
  • Install dev environment with make dev-setup
  • Compile polls.js with make build-js-production or npm run build
  • Run a complete build with make all (installs dev env, runs linter and builds the polls.js)

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.