nextcloud/apps/sharebymail/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 Use ::class statement instead of string 2018-01-29 12:03:47 +01:00
Settings allow admin to enforce password on mail shares 2017-04-20 16:33:26 +02:00
Activity.php Unshare from mail activity is missing 2018-12-04 16:42:07 +01:00
Capabilities.php move capabilities to share by mail app 2017-04-10 17:18:13 +02:00
Settings.php allow admin to enforce password on mail shares 2017-04-20 16:33:26 +02:00
ShareByMailProvider.php Get all shares as iterable 2019-10-30 09:45:27 +01:00