diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-07-15 21:51:14 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-08-08 14:25:43 +0200 |
commit | 382b27d03524d18885330847cc8dc261b041c027 (patch) | |
tree | f8f434f0243a8b68774fe43e8cce5878f1e1569e /build/integration/features | |
parent | 4ed7131e26fd2653d6c735d84ecacb7b242ce2f3 (diff) | |
download | nextcloud-server-382b27d03524d18885330847cc8dc261b041c027.tar.gz nextcloud-server-382b27d03524d18885330847cc8dc261b041c027.zip |
Add support for room shares to DeletedShareAPIController
In some cases, the DeletedShareAPIController 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>
Diffstat (limited to 'build/integration/features')
0 files changed, 0 insertions, 0 deletions