forms
forms copied to clipboard
📝 Simple form & survey app for Nextcloud
**Nextcloud (please complete the following information):** - Nextcloud-Version: 28.0.4 - Forms-Version: 28.0.1 **Is your feature request related to a problem? Please describe.** In the forms editor, there is no visual...
* Resolves https://github.com/nextcloud/forms/issues/354 This adds support to reorder options instead of having to remove them. It works but I had to modify a lot of places to keep smooth behavior...
This is a collection of tasks needed for preparation/release of Forms v5. 4.3 release: - [x] #2071 - [x] #2072 - [x] #2079 - [x] #2278 - [x] #2333 See...
Based on the [comment](https://github.com/nextcloud/forms/issues/2041#issuecomment-2057464405) by @susnux, here's the proposal on how to reorganize our API endpoints: ### Forms endpoints What | Current | New ---|---|--- Get forms | GET `/forms`...
**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...
WIP - this should be more stable than Cypress + real open source and not open core...
Maybe we should just have updated the `FormMapper::update` method to set always the lastupdated value on update and then call the parent `update` :thinking: _Originally posted by @susnux in https://github.com/nextcloud/forms/issues/2066#issuecomment-2056545922_
Mark `legacyLink` access as deprecated in the docs and in the frontend
This is more of a meta issue. Currently for a lot of operations we query all (forms, submissions...) but for large instances this might get a problem if there are...