nextcloud/apps/files_sharing/lib
Daniel Calviño Sánchez 382b27d035 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>
2018-08-08 14:25:43 +02:00
..
Activity Update message shown when unsharing a file 2018-06-18 13:12:23 +03:00
AppInfo accept/decline group shares 2018-07-11 10:11:46 +02:00
BackgroundJob Add background job to refresh federated discovery 2018-04-18 19:20:26 +02:00
Collaboration fix sharerecipientssorter tests 2017-10-27 16:03:37 +02:00
Command Update license headers 2017-11-06 16:56:19 +01:00
Controller Add support for room shares to DeletedShareAPIController 2018-08-08 14:25:43 +02:00
Exceptions Fix apps/ 2016-07-21 18:13:57 +02:00
External fix unit tests 2018-07-11 10:21:00 +02:00
Middleware Don't allow public share pages if link sharing is disabled 2018-06-20 08:53:37 +02:00
Migration Fix array method usages with a proper call 2018-01-25 22:20:10 +01:00
ShareBackend update unit tests 2018-07-11 10:11:48 +02:00
Cache.php delay calculating the shared cache root until it's used 2017-12-04 15:16:39 +01:00
Capabilities.php add share permissions to settings page 2018-02-27 12:29:25 +01:00
DeleteOrphanedSharesJob.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExpireSharesJob.php Update license headers 2017-11-06 16:56:19 +01:00
Helper.php Remove unused static sharing helper code 2018-02-27 22:40:59 +01:00
Hooks.php accept/decline group shares 2018-07-11 10:11:46 +02:00
ISharedStorage.php Update with robin 2016-07-21 18:13:58 +02:00
MountProvider.php Update license headers 2017-11-06 16:56:19 +01:00
Scanner.php Update license headers 2017-11-06 16:56:19 +01:00
SharedMount.php Less deprecated calls to OCP\Util::writeLog 2018-04-22 20:41:49 +02:00
SharedStorage.php Update license headers 2017-11-06 16:56:19 +01:00
Updater.php Use ::class statement instead of string 2018-01-29 12:03:47 +01:00