nextcloud/apps/files_sharing/lib/Controller
Côme Chilliet 90a2c77abf
fix: Use Server::get in files_sharing DeletedShareAPIController
In this case we do not want the application DI container because we are
 requesting classes from other applications, so it’s better to ask the
 server container. We use \OCP\Server::get for this.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-07-08 13:32:15 +02: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 chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
PublicPreviewController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
RemoteController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ShareAPIController.php chore: run rector 2025-07-01 22:45:52 +02:00
ShareController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ShareesAPIController.php fix(lookup-server): disable lookup server for non-global scale setups 2025-03-11 14:26:47 +01:00
ShareInfoController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00