nextcloud/apps/files/src/store
Ferdinand Thiessen ee4fb148b3 perf(files): Cache getContents function used for uploader
Instead of trigger a PROPFIND for every new-menu entry clicks,
or conflict handling of uploads, we can just use the cached content from the file store.
If we do not have any cache entry we fetch new, but otherwise this is not needed.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-14 09:47:56 +02:00
..
actionsmenu.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
dragging.ts chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
files.ts perf(files): Cache getContents function used for uploader 2024-08-14 09:47:56 +02:00
filters.ts fix(files_sharing): Make account file filter consistent have design 2024-07-30 16:40:14 +02:00
index.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
keyboard.ts chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
paths.ts fix(files): do not rely on unique fileid 2024-06-12 17:15:51 +02:00
renaming.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
selection.ts chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
uploader.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
userconfig.ts fix(files): use files:config:updated to monitor user config change 2024-08-07 10:50:33 +00:00
viewConfig.ts feat(files): Add getter for all view configs 2024-08-08 10:52:20 -07:00