📝 Simple form & survey app for Nextcloud
Перейти к файлу
backportbot[bot] 270fc5a363
fix: simplify mime-type checks to support jpg and other image formats #2399 (#2422)
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Co-authored-by: Kostiantyn Miakshyn <molodchick@gmail.com>
2024-11-20 18:14:41 +01:00
.github Chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 2024-09-28 01:30:39 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:03 +00:00
appinfo v4.3.3 2024-11-11 22:01:21 +01:00
css fix: Drop workarounds that were resolved since Nextcloud 27 2024-05-06 17:45:15 +02:00
docs feat: Allow to reorder options for "multiple" question type 2024-10-04 13:18:25 +02:00
img style: replace icon with Material Symbols version 2024-07-06 20:50:33 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-10-02 00:52:32 +00:00
lib fix: simplify mime-type checks to support jpg and other image formats #2399 (#2422) 2024-11-20 18:14:41 +01:00
playwright feat: add API v3 2024-08-31 00:01:30 +02:00
screenshots chore: update screenshots 2023-10-03 18:57:07 +02:00
src Add padding and max width so they don't stick to right screen border 2024-11-11 13:23:36 +00:00
templates Several small fixes 2022-09-11 22:18:42 +02:00
tests fix: simplify mime-type checks to support jpg and other image formats #2399 (#2422) 2024-11-20 18:14:41 +01:00
vendor-bin Chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2024-10-19 01:35:18 +00:00
.editorconfig New question ui 2020-04-24 17:27:49 +02:00
.eslintrc.json chore: Use prettier for stylistic rules 2024-06-12 22:15:36 +02:00
.gitignore tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
.php-cs-fixer.dist.php Fix autoload path 2023-06-14 18:16:45 +02:00
.prettierignore fix: make FilePicker work with latest dialogs (#2300) 2024-08-24 13:00:24 +02:00
.prettierrc.json chore: Use prettier for stylistic rules 2024-06-12 22:15:36 +02:00
CHANGELOG.en.md v4.3.0 2024-10-04 14:16:21 +02:00
CHANGELOG.md v4.3.3 2024-11-11 22:01:21 +01: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 chore: Fix code style by running prettier 2024-06-12 22:37:58 +02:00
codecov.yml chore: Fix code style by running prettier 2024-06-12 22:37:58 +02:00
composer.json Build(deps): Bump phpoffice/phpspreadsheet from 1.29.0 to 2.0.0 2024-01-27 03:04:16 +00:00
composer.lock chore: update dependencies 2024-10-04 13:49:08 +02:00
license.php Adjust php files to new CS 2024-09-21 11:28:20 +02:00
package-lock.json Chore(deps): Bump @nextcloud/vue from 8.19.0 to 8.20.0 2024-11-16 04:05:59 +00:00
package.json Chore(deps): Bump @nextcloud/vue from 8.19.0 to 8.20.0 2024-11-16 04:05:59 +00:00
playwright.config.ts tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
psalm.xml feat: Data source for the Analytics App 2024-07-29 08:57:09 +02:00
stylelint.config.cjs enh(dev): Migrate from webpack to vite for building the frontend 2023-12-09 16:58:01 +01:00
tsconfig.json tests: Switch from Cypress to PlayWright 2024-06-13 11:23:13 +02:00
vite.config.js chore: Fix code style by running prettier 2024-06-12 22:37:58 +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. 😌