server/apps/files_sharing
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
..
appinfo Don't call getUID on null when the app is loaded for a guest 2018-07-23 16:39:03 +02:00
composer Add API to undelete delete group shares 2018-07-05 12:43:56 +02:00
css Design fixes 2018-07-21 18:31:06 +02:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Use OC.generateUrl to properly prefix preview images 2018-07-26 22:41:41 +02:00
l10n [tx-robot] updated from transifex 2018-08-08 00:13:19 +00:00
lib Add support for room shares to ShareAPIController 2018-08-08 14:25:43 +02:00
templates Acceptance and mobile navigation fixes 2018-07-24 11:01:11 +02:00
tests Add support for room shares to ShareAPIController 2018-08-08 14:25:43 +02:00
list.php Fix apps/ 2016-07-21 18:13:57 +02:00
public.php Replace hardcoded status headers with calls to http_response_code() 2018-06-26 16:14:15 +02:00