nextcloud/lib
Roeland Jago Douma 6ed4c8a946
Improve recent file fetching
Fixes #16876

Before we'd just fetch everything from all storages we'd have access to.
Then we'd sort. And filter in php. Now this of course is tricky if a
user shared just a file with you and then has a ton of activity.

Now we try to contruct the prefix path. So that the filtering can happen
right away in the databae.

Now this will make the DB more busy. But it should help overall as in
most cases less queries are needed then etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-18 05:56:06 +02:00
..
composer Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event 2020-08-13 07:25:01 +02:00
l10n [tx-robot] updated from transifex 2020-08-18 02:17:28 +00:00
private Improve recent file fetching 2020-08-18 05:56:06 +02:00
public Properly add new methods to interface and document in PHPDoc for getRootMounts() 2020-08-17 17:13:46 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Migrate OC_Group post_removeFromGroup hook to actual event object 2020-07-30 10:21:08 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00