nextcloud/apps/files_sharing/tests/Controller
Daniel Calviño Sánchez 4ed7131e26 Add support for room shares to ShareAPIController
In some cases, the ShareAPIController requires explicit handling of each
type of share (for example, to format a share for a DataResponse). Room
shares are implemented in an external app (Nextcloud Talk), so in order
to keep the controller as isolated as possible from room share specifics
all that explicit handling is done in a helper class provided by the
Talk app.

In other cases it is just enough to call the share manager specifying a
room share type; note that the share manager is guarded against share
types for which there is no provider, so it is not necessary to
explicitly check that before passing room shares to the share manager.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:43 +02:00
..
ExternalShareControllerTest.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewControllerTest.php Fix PublicPreviewControllerTests 2018-06-20 08:53:37 +02:00
ShareAPIControllerTest.php Add support for room shares to ShareAPIController 2018-08-08 14:25:43 +02:00
ShareControllerTest.php fix unit tests 2018-07-21 15:02:19 +02:00
ShareInfoControllerTest.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
ShareesAPIControllerTest.php update unit tests 2018-07-11 10:11:48 +02:00