📝 Simple form & survey app for Nextcloud
Перейти к файлу
Christian Hartmann 28e5cf9eeb
Move to min server version 26 and drop PHP 7.4
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
2023-09-29 12:01:07 +02:00
.github Move to min server version 26 and drop PHP 7.4 2023-09-29 12:01:07 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:03 +00:00
appinfo Move to min server version 26 and drop PHP 7.4 2023-09-29 12:01:07 +02:00
css Add css fix for upstream server styling issue 2023-05-16 00:29:44 +02:00
docs Enhance handling of extraSettings, fix XML output 2023-09-01 19:02:17 +02:00
img Move to NcEmptyContent 2022-09-05 17:28:54 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-09-27 00:56:24 +00:00
lib Merge pull request #1706 from nextcloud/fix/deprecated_execute 2023-09-20 16:29:26 +02:00
screenshots Add screenshot of response visualization, adjust readme 2020-07-21 16:47:20 +02:00
src feat: Add 'Other' option for radio/checkbox questions. 2023-08-29 08:51:22 +03:00
templates Several small fixes 2022-09-11 22:18:42 +02:00
tests Merge pull request #1706 from nextcloud/fix/deprecated_execute 2023-09-20 16:29:26 +02:00
vendor-bin/cs-fixer Build(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2023-06-14 18:16:45 +02:00
.editorconfig New question ui 2020-04-24 17:27:49 +02:00
.eslintrc.js Use `@nextcloud/logger` for frontend logging 2022-07-30 15:56:11 +02:00
.gitattributes Php cs fix 2020-04-29 11:50:03 +02:00
.gitignore Scope cs-fixer 2022-04-06 22:29:00 +02:00
.php-cs-fixer.dist.php Fix autoload path 2023-06-14 18:16:45 +02:00
CHANGELOG.md v3.3.1 2023-06-26 21:52:04 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-02-12 16:14:42 +01:00
COPYING initial commit 2019-05-13 19:15:45 -04:00
LICENSE Initial commit 2019-05-13 01:53:28 -04:00
Makefile Fix makefile 2021-11-10 16:58:17 +01:00
README.md ci: Add psalm CI workflow and composer script 2023-04-02 21:34:05 +00:00
babel.config.js Bump Node/Npm 2021-06-16 16:44:51 +02:00
codecov.yml Fix codecov 2021-03-29 11:51:47 +02:00
composer.json Move to min server version 26 and drop PHP 7.4 2023-09-29 12:01:07 +02:00
composer.lock Merge pull request #1725 from nextcloud/dependabot/composer/main/phpunit/phpunit-9.6.13 2023-09-23 08:22:52 +00:00
license.php Scope cs-fixer 2022-04-06 22:29:00 +02:00
package-lock.json Build(deps): Bump @nextcloud/auth from 2.1.0 to 2.2.1 2023-09-23 10:50:22 +00:00
package.json Build(deps): Bump @nextcloud/auth from 2.1.0 to 2.2.1 2023-09-23 10:50:22 +00:00
psalm.xml ci: Add psalm CI workflow and composer script 2023-04-02 21:34:05 +00:00
stylelint.config.js Bump Node/Npm 2021-06-16 16:44:51 +02:00
webpack.js Add UI to preview and fill out own forms 2022-09-06 13:25:04 +02:00

README.md

Nextcloud Forms

Downloads Code coverage Dependabot status Start contributing

📝 Simple surveys and questionnaires, self-hosted

Straightforward form creation

Simple sharing and responding

Response visualization and exporting

  • 📝 Simple design: No mass of options, only the essentials. Works well on mobile of course.
  • 📊 View & export results: Results are visualized and can also be exported as CSV in the same format used by Google Forms.
  • 🔒 Data under your control! Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance.
  • 🙋 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 composer i && composer i && npm ci && npm run build 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 use npm run build. Or npm run watch to automatically rebuild on every file save.

You run several tests by:

  • npm run lint for JavaScript linting
  • npm run stylelint for CSS linting
  • composer cs:check for the Nextcloud php coding standard
  • composer lint for php linting
  • composer test:unit and composer test:integration to run the php functionality tests
  • composer psalm for static code analysis

♥ 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. 😌