nextcloud/apps/files_external
Robin Appelman 9735b5d61f
Add method to storage backends to get directory content with metadata
Currently you need to use `opendir` and then call `getMetadata` for
every file, which adds overhead because most storage backends already
get the metadata when doing the `opendir`.

While storagebackends can (and do) use caching to relief this problem,
this adds cache invalidation dificulties and only a limited number of
items are generally cached (to prevent memory usage exploding when
scanning large storages)

With this new methods storage backends can use the child metadata they
got from listing the folder to return metadata without having to keep
seperate caches.

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-20 15:45:04 +02:00
..
3rdparty update icewind/smb to 3.2.3 2020-04-08 17:30:47 +02:00
ajax Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
appinfo Fix app updates 2020-01-21 14:00:58 +01:00
css Bring back external storage group select delete 2019-10-30 16:13:54 +01:00
img Add the icons for shipped apps 2017-01-19 10:42:22 +01:00
js allow setting tooltips for external storage config options 2020-04-03 15:44:53 +02:00
l10n [tx-robot] updated from transifex 2020-04-16 02:17:30 +00:00
lib Add method to storage backends to get directory content with metadata 2020-04-20 15:45:04 +02:00
templates Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
tests Add visibility to all constants 2020-04-10 16:54:27 +02:00
.l10nignore Add .l10nignore 2018-10-19 10:41:37 +02:00
list.php Update license headers 2019-12-05 15:38:45 +01:00