nextcloud/apps/files_sharing/lib/Controller
Daniel Calviño Sánchez 2c073dc53d Set "share_with" field to the ID of the circle
When a share is shared with a circle the "share_with" field returned by
the API endpoint was always set to the name of the circle. However, the
name is not enough to identify a circle. The Circles app now provides
the ID of the circle in the "shared with" field of a Share, so this
commit modifies the API endpoint to set the "share_with" field to the ID
of the circle when provided by the Circles app.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-03-16 04:58:00 +01:00
..
ExternalSharesController.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewController.php Update license headers 2017-11-06 16:56:19 +01:00
RemoteController.php Update license headers 2017-11-06 16:56:19 +01:00
ShareAPIController.php Set "share_with" field to the ID of the circle 2018-03-16 04:58:00 +01:00
ShareController.php fixup! Sharing: redirect to download after authentification if requested 2018-03-01 13:12:24 +01:00
ShareInfoController.php Remove unused import statements 2018-02-14 16:55:43 +01:00
ShareesAPIController.php Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00