nextcloud/apps/files_sharing/lib
Roeland Jago Douma dc38e674a5 Split files_sharing middelware
Since for external shares there is no need for link shares to be enabled
we should check which controller is actually being called.

This makes sure that in all cases we verify that the files_sharing app
is enabled. But only for the share controller (public shares) we check
if the API is enabled and if links are enabled.

TODO: add checks for federated sharing as well
2015-10-02 11:56:11 +02:00
..
connector Allow public auth to recognize sesssion 2015-09-28 11:52:04 +02:00
controllers Only intercept exceptions of type "NotFoundException" instead of any Exception 2015-09-30 13:32:20 +02:00
external Disable the remote sharing notifications until they work properly 2015-09-17 11:14:28 +02:00
middleware Split files_sharing middelware 2015-10-02 11:56:11 +02:00
propagation Avoid re-propagation of shares during one propagation run 2015-09-04 16:17:27 +02:00
share Fix extracting basename from path in sharing 2015-08-18 13:41:47 +01:00
activity.php Publish an activity when sending a share link via email 2015-09-22 13:09:21 +02:00
cache.php Split mimetype handling to new class 2015-09-04 17:28:20 +01:00
capabilities.php Reflect enabled shareAPI in capabilities 2015-09-25 20:12:41 +02:00
deleteorphanedsharesjob.php Fix DeleteOrphanedSharesJob 2015-05-04 13:58:58 +02:00
exceptions.php Update license headers 2015-03-26 11:44:36 +01:00
helper.php Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util 2015-07-01 08:53:16 +02:00
hooks.php Scrap the notifications when the share is accepted or declined 2015-09-08 09:01:01 +02:00
isharedstorage.php Update license headers 2015-03-26 11:44:36 +01:00
maintainer.php Update license headers 2015-03-26 11:44:36 +01:00
migration.php Update license headers 2015-03-26 11:44:36 +01:00
mountprovider.php Delay listening to owner changes untill we use a share for that owner 2015-09-23 16:22:53 +02:00
notifier.php Fix the parameter order in the translation 2015-09-16 06:47:40 +02:00
scanner.php Update license headers 2015-03-26 11:44:36 +01:00
sharedmount.php Use context function call instead of static 2015-09-07 14:28:20 +02:00
sharedstorage.php only initialize once 2015-09-23 16:22:53 +02:00
updater.php Merge pull request #15475 from rullzer/files_sharing_OCP_DB 2015-07-01 08:53:03 +02:00
watcher.php Update license headers 2015-03-26 11:44:36 +01:00