nextcloud/lib/private/Files/Node
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
..
File.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Folder.php Improve recent file fetching 2020-08-18 05:56:06 +02:00
HookConnector.php Add lazy events for the Node API 2020-05-28 12:35:45 +02:00
LazyFolder.php generalize the "lazy folder" concept 2020-05-11 15:36:13 +02:00
LazyRoot.php generalize the "lazy folder" concept 2020-05-11 15:36:13 +02:00
Node.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
NonExistingFile.php Update license headers 2019-12-05 15:38:45 +01:00
NonExistingFolder.php Create SimpleFile only when writing the content 2020-02-28 12:55:22 +01:00
Root.php Update license headers for 19 2020-04-29 11:57:22 +02:00