Christian Hartmann
Christian Hartmann
@mariomorvan @susnux I could reproduce it this way: - User A shares folder with user B with full permissions - User B creates a form and links a spreadsheet in...
Yeah, I deleted my comment again after I found that in my test scenario the file wasn't linked at all... so of course no error message. It still happens in...
@susnux to me this looks like some problem with the permissions. What would be the difference if we put it into a background job?
@toad thank you very much for digging into this... If you want you can open a pull request on the server repository (where files_versions is developed) and see what the...
@come-nc if the form is filled via the public share link like in this [comment](https://github.com/nextcloud/forms/issues/2067#issuecomment-2111936820), the `if` branch is used [here](https://github.com/nextcloud/forms/blob/main/lib/Service/SubmissionService.php#L148-L152) and `ownerId` has the owner of the Form, not...
> Could you also please rename the storage property to rootFolder for consistency with the rest of Nextcould code Addressed in #2337
Yes I think this would definitely make sense... This was always something illogical to me
Should we add the newly organized endpoints already in 4.3 so that users of the API can already adapt to the new structure? And regarding the hash: If we remove...
> But I am not sure about shares, because they are also bound to forms, like: > > * POST `/forms/{form-id}/shares` makes sense to create a new share for that...
I've updated the tables with the proposed new routes :)