7dda6be38a | ||
---|---|---|
appinfo | ||
controller | ||
css | ||
db | ||
img | ||
js | ||
l10n | ||
screenshots | ||
templates | ||
.gitignore | ||
README.md | ||
index.php |
README.md
polls
This is a poll app, similar to doodle or dudle, for 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 oc members, certain groups/users, hidden and public)
- Comments
Requirements
- ownCloud 8.1 or later
- This PR from core (Wrong status code in the
RedirectResponse
), otherwise you'll get a blank page after create/edit a poll or voting
Bugs
- Blank page after create/edit a poll or voting (see Requirements for a temporary fix)
Installation
Put the files under <owncloud_dir>/apps/polls
and enable it in the ownCloud apps settings.
Misc
The app is also available at the appstore.