forms
forms copied to clipboard
📝 Simple form & survey app for Nextcloud
**Nextcloud (please complete the following information):** - Nextcloud-Version: (29.0.7) - Forms-Version: 4.2.4 **Is your feature request related to a problem? Please describe.** When I deleted a form by mistake, I...
**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!** **Describe the bug** A...
**Is your feature request related to a problem? Please describe.** Currently our API cannot be shown in the OCS API viewer **Describe the solution you'd like** Add OpenAPI support: https://docs.nextcloud.com/server/30/developer_manual/client_apis/OCS/ocs-openapi.html...
**Is your feature request related to a problem? Please describe.** We're currently using old licensing headers in our source code **Describe the solution you'd like** We should switch to REUSE...
Hello all, I like the ability to sync the submissions to a file in Nextcloud, but is it possible to sync submissions to a selected folder, and have each submission...
Endpoints that query for forms are now protected against brute force attacks to find valid forms, invalid hashes or IDs.
**Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!** **Describe the bug** I...
* Resolves https://github.com/nextcloud/forms/issues/2700 This allows to identify question from within the UI, as the user can see the name assigned to a question to identify it when using the submissions...
- [x] lock form in backend - [x] add `lockedBy` and `lockedUntil` to `getForm` and `getForms` - [x] adjust documentation to reflect changes in form data structure and API behavior....