b7d2909fa8
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
docs | ||
img | ||
l10n | ||
lib | ||
screenshots | ||
src/js | ||
templates | ||
tests | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.jshintrc | ||
.l10nignore | ||
.php_cs.dist | ||
.stylelintignore | ||
.stylelintrc.js | ||
CHANGELOG.md | ||
COPYING | ||
Makefile | ||
README.md | ||
_config.yml | ||
babel.config.json | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
phpunit.integration.xml | ||
psalm-baseline.xml | ||
psalm.xml | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
README.md
Polls - an app, similar to doodle or dudle, for Nextcloud written in PHP and JS/Vue.
Features
- 📊 Create / edit polls (datetimes and texts)
- 📅 Set a closing date
- 🔒 Restrict access (all site users or invited users only)
- 💬 Comments
- Share poll with users, groups, contacts and circles
- Invite external users with a unique link or via email address
- Hide results permanently or until the poll is closed
- Confirm options after poll closing
- Allow proposals from participants
- Create anonymized polls (participants names get pseudonymized for other users)
- Limit possible answers per option and per user
- Subscribe to notifications per poll
- Get hints about possible conflicting entries in your calendar around the date option
- Switch between list and table view
- Configure your preferred view for date and text polls
- Useable via REST-API
Bugs
Screenshots (table view)
Create a new poll from the navigation bar and get an overview of your polls
Vote and comment (list view)
Edit poll inside the vote page
Add shared links to your poll
View the vote page on mobiles
Installation / Update
This app is supposed to work on Nextcloud version 19+.
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
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.