nextcloud/lib
Roeland Jago Douma 990f4a182d
More efficient group share resolving
When resolving a group share to the user group share we used to do this
on a per share basis. Now we try to do this for all group shares at
once. Of course still chunked.

Before: N incomming group shares this would mean 1 + N queries
Now: N incomming roups shares this would mean 1 + 1 queries

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-06 19:31:28 +02:00
..
composer Update autoloader 2016-10-05 11:00:16 +02:00
l10n [tx-robot] updated from transifex 2016-10-03 00:12:47 +00:00
private More efficient group share resolving 2016-10-06 19:31:28 +02:00
public add proper exception documentation for ISimpleFS interface 2016-10-05 23:47:00 +02:00
autoloader.php Update with robin 2016-07-21 18:13:58 +02:00
base.php Don't check for Same-Site cookie on Chrome Android 2016-09-20 01:20:17 +02:00