Go to file
Jonas Rittershofer 9f1fa96567 Fix Screenshot directory
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
2020-05-28 11:49:03 +02:00
.github Update bug_report.md 2020-05-07 09:35:00 +02:00
.tx initial commit 2019-05-13 19:15:45 -04:00
appinfo Add a nice readme! :) 2020-05-26 23:19:45 +02:00
css Add title on public page 2020-05-05 08:55:40 +02:00
img Fix Screenshot directory 2020-05-28 11:49:03 +02:00
l10n [tx-robot] updated from transifex 2020-05-28 02:36:47 +00:00
lib Replace userId with userSession->UID 2020-05-27 16:57:45 +02:00
screenshots Fix Screenshot directory 2020-05-28 11:49:03 +02:00
src Merge pull request #393 from nextcloud/fix/cancelable_request 2020-05-27 10:45:10 +02:00
templates Prevent leaking personnal infos on forms 2020-05-05 08:45:36 +02:00
tests Bump copyrights 2020-04-29 11:43:18 +02:00
.editorconfig New question ui 2020-04-24 17:27:49 +02:00
.eslintrc.js Initial load and display of public form 2020-04-28 18:14:38 +02:00
.gitattributes Php cs fix 2020-04-29 11:50:03 +02:00
.gitignore Php cs fix 2020-04-29 11:50:03 +02:00
.l10nignore Version 1.0.3 2019-05-14 03:03:59 -04:00
.php_cs.dist Php cs fix 2020-04-29 11:50:03 +02:00
babel.config.js New question ui 2020-04-24 17:27:49 +02:00
CHANGELOG.md 2.0.0-beta2 2020-05-06 18:34:18 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-02-12 16:14:42 +01:00
composer.json Use proper exit code for composer lint 2020-05-13 22:48:45 +02:00
COPYING initial commit 2019-05-13 19:15:45 -04:00
Forms_Support.md update forms_support 2019-05-14 03:18:20 -04:00
ISSUE_TEMPLATE.md initial commit 2019-05-13 19:15:45 -04:00
LICENSE Initial commit 2019-05-13 01:53:28 -04:00
license.php Bump copyrights 2020-04-29 11:43:18 +02:00
Makefile 2.0.0-beta1 2020-04-29 09:14:48 +02:00
package-lock.json Merge pull request #408 from nextcloud/dependabot/npm_and_yarn/stylelint-13.5.0 2020-05-24 01:35:01 +00:00
package.json Merge pull request #408 from nextcloud/dependabot/npm_and_yarn/stylelint-13.5.0 2020-05-24 01:35:01 +00:00
phpunit.integration.xml initial commit 2019-05-13 19:15:45 -04:00
phpunit.xml initial commit 2019-05-13 19:15:45 -04:00
README.md Fix Screenshot directory 2020-05-28 11:49:03 +02:00
stylelint.config.js Initial template cleanup and submit config 2020-04-28 14:43:43 +02:00
webpack.common.js Fix expiration display 2020-05-01 11:38:28 +02:00
webpack.dev.js Allow editing 2020-03-24 11:43:52 +01:00
webpack.prod.js Allow editing 2020-03-24 11:43:52 +01:00

Nextcloud Forms

Downloads Code coverage Dependabot status Start contributing

📝 Simple surveys and questionnaires, self-hosted

  • 📝 Simple design: No mass of options, only the essentials. Works well on mobile of course.
  • 💾 Export results: Results can be exported as CSV in the same format used by Google Forms.
  • 🙋 Get involved! We have lots of stuff planned like more question types, collaboration on forms, and much more!

🏗 Development setup

  1. ☁ Clone this app into the apps folder of your Nextcloud: git clone https://github.com/nextcloud/forms.git
  2. 👩‍💻 In the folder of the app, run the command npm ci && npm run dev to install dependencies and build the Javascript.
  3. Enable the app through the app management of your Nextcloud
  4. 🎉 Partytime! Help fix some issues and review pull requests 👍

🧙 Advanced development stuff

To build the Javascript whenever you make changes, you can also use npm run build. Or npm run watch to automatically rebuild on every file save.

You run all tests by using make test.

♥ How to create a pull request

This guide will help you get started:

✌ Code of conduct

The Nextcloud community has core values that are shared between all members during conferences, hackweeks and on all interactions in online platforms including Github and forums. If you contribute, participate or interact with this community, please respect our shared values. 😌