You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
composer Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-event 4 years ago
l10n [tx-robot] updated from transifex 4 years ago
private Improve recent file fetching 4 years ago
public Properly add new methods to interface and document in PHPDoc for getRootMounts() 4 years ago
autoloader.php Format control structures, classes, methods and function 4 years ago
base.php Migrate OC_Group post_removeFromGroup hook to actual event object 4 years ago
versioncheck.php Update license headers 5 years ago