nextcloud/forms

Show shared forms (fetching forms that are shared to the user)

Chartman123 opened this issue · 0 comments

Currently all forms available are fetched from the database when sharedForms are requested via the shared_formsendpoint. To improve performance for large numbers of forms, this should be optimized by only querying the forms shared with the user.