nextcloud/apps/federatedfilesharing/lib
Roeland Jago Douma 8085ca4cc4
Get all shares as iterable
Sometimes we need all shares or rather a specific subset of shares but
creating dedicated functions is a pain. This just returns an iterable
object for all shares so we can loop over them without allocating all
the memory on the system.

It should not be used by any user called code. But in an occ command or
background job it is fine IMO.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-30 09:45:27 +01:00
..
AppInfo implement federated group shares 2018-07-11 10:11:44 +02:00
BackgroundJob use new API to send a federated share if possible 2018-07-02 11:29:27 +02:00
Controller remove unused method 2018-07-02 11:29:29 +02:00
Settings Show share settings only if incoming federated shares are allowed 2019-05-31 17:38:45 +02:00
ocm handle unshare request from owner 2018-07-11 10:11:47 +02:00
AddressHandler.php Return value immediately instead of assigning to a one-time variable 2018-01-26 00:02:03 +01:00
FederatedShareProvider.php Get all shares as iterable 2019-10-30 09:45:27 +01:00
Notifications.php implement federated group shares 2018-07-11 10:11:44 +02:00
Notifier.php Update Federated sharing notifier 2019-07-15 15:12:43 +02:00
TokenHandler.php Fix apps/ 2016-07-21 18:13:57 +02:00