nextcloud/apps/files_sharing/lib/Controller
Roeland Jago Douma 13b1cd5cb8
Allow userId to be null
Fixes #10852

A quick hack. Still ensures some type safety however now also accepts
null. Else we'd need to add a whole new layer of middlewares.

This can only happen when a guest user wants to access a controller that
requries the user_id.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04 13:04:58 +02:00
..
DeletedShareAPIController.php Suppress Phan warnings about calling undeclared class methods 2018-08-08 14:25:44 +02:00
ExternalSharesController.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewController.php Move public preview endpoint over 2018-06-20 08:53:37 +02:00
RemoteController.php Update license headers 2017-11-06 16:56:19 +01:00
ShareAPIController.php Allow userId to be null 2018-10-04 13:04:58 +02:00
ShareController.php Move to 1 template file for files 2018-10-01 17:15:07 +02:00
ShareInfoController.php Remove unused import statements 2018-02-14 16:55:43 +01:00
ShareesAPIController.php Add rooms in the default candidate types to look for when sharing 2018-08-24 18:06:46 +02:00