🗳️ Polls app for Nextcloud
Перейти к файлу
bodo f72d2a80f7 admins always see all users in pick list 2016-05-28 09:33:34 +02:00
appinfo Merge remote-tracking branch 'origin/master' into design_changes 2016-04-24 19:30:49 +02:00
controller set user's timezone for new polls 2016-04-27 00:19:38 +02:00
css Fix header color 2016-04-27 19:45:11 +02:00
db Merge remote-tracking branch 'origin/master' into design_changes 2016-04-24 19:30:49 +02:00
img Design changes 2016-04-18 23:37:50 +02:00
js Design changes 2016-04-18 23:37:50 +02:00
l10n update language files 2016-04-25 14:02:29 +02:00
screenshots added screenshots 2016-02-23 03:17:57 +01:00
templates admins always see all users in pick list 2016-05-28 09:33:34 +02:00
.gitignore initial commit 2016-02-20 17:15:07 +01:00
README.md added more info to the readme 2016-02-25 20:20:05 +01:00
index.php initial commit 2016-02-20 17:15:07 +01:00

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.

Screenshots