nextcloud-server/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
Activity.php Unshare from mail activity is missing 2018-12-04 16:42:07 +01:00
Capabilities.php
Settings.php
ShareByMailProvider.php Get all shares as iterable 2019-10-30 09:45:27 +01:00