nextcloud-server/apps/files_sharing/lib/Controller
Carl Schwan 18964750f9
fix(openapi): Fix returned types from external share
We always been returning an int for for accepted, but since it was
returned as a mixed from the DB, psalm never complained about the fact
this was typed as a bool in the API doc.

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-17 10:14:41 +07:00
..
AcceptController.php
DeletedShareAPIController.php
ExternalSharesController.php perf(external-sharing): Port to Entity and SnowflakeId 2025-12-16 10:40:07 +07:00
PublicPreviewController.php
RemoteController.php fix(openapi): Fix returned types from external share 2025-12-17 10:14:41 +07:00
SettingsController.php
ShareAPIController.php
ShareController.php
ShareInfoController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +07:00
ShareesAPIController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +07:00