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
- ๐ Create / edit polls (datetimes and texts)
- ๐ Set expiration date
- ๐ Restrict access (only logged in users, certain groups / users, hidden and public)
- ๐ฌ Comments
Create a new poll from the navigation bar and get an overview of your polls
Edit poll on the vote page as owner or an admin
Turn phone to landscape to see details
This app is supposed to work on Nextcloud version 13+.
You can download and install the latest release from the Nextcloud app store.
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
ornpm run build
- Run a complete build with
make all
(installs dev env, runs linter and builds the polls.js)
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.