nextcloud/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 +01:00
..
AcceptController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
DeletedShareAPIController.php fix: Use Server::get in files_sharing DeletedShareAPIController 2025-07-08 13:32:15 +02:00
ExternalSharesController.php perf(external-sharing): Port to Entity and SnowflakeId 2025-12-16 10:40:07 +01:00
PublicPreviewController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
RemoteController.php fix(openapi): Fix returned types from external share 2025-12-17 10:14:41 +01:00
SettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareAPIController.php chore: Improve wording in debug log 2025-11-24 10:29:46 +01:00
ShareController.php fix(dav): allow multiple link shares token in session 2025-10-23 13:10:39 +02:00
ShareesAPIController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00
ShareInfoController.php refactor(external-share): Port more code to string as type for the id 2025-12-16 10:40:09 +01:00