nextcloud/apps/files_sharing
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
..
appinfo Bump app versions and requirements 2020-05-07 10:29:04 +02:00
composer move share notifcation settings to files group 2020-08-13 00:01:30 +02:00
css Fix public layout header title & description 2020-04-30 13:32:28 +02:00
img Svgo optimization 2016-09-27 20:56:26 +02:00
js Display user-status in sharing list 2020-08-17 21:55:29 +02:00
l10n [tx-robot] updated from transifex 2020-08-18 02:17:28 +00:00
lib Improve recent file fetching 2020-08-18 05:56:06 +02:00
src Display user-status in sharing list 2020-08-17 21:55:29 +02:00
templates Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
tests Expose status via Collaborators API 2020-08-14 17:04:52 +02:00
.l10nignore Exclude compiled assets of files_sharing for transifex 2019-03-26 11:23:31 +01:00
list.php Properly emit Viewer event on files and files_sharing 2020-03-11 09:28:27 +01:00
public.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
webpack.js Allow users to specify to accept (internal) shares by default 2019-12-17 10:49:29 +01:00