nextcloud/apps/files/src
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
..
actions fix(files): cancel move-copy action should not be handled as an error 2024-08-01 21:04:22 +00:00
components perf(files): Cache getContents function used for uploader 2024-08-14 09:47:56 +02:00
composables feat: Load limited depth tree 2024-08-08 11:15:52 -07:00
filters feat(files): Implement files list filters for name, modified time and type 2024-07-25 19:33:23 +02:00
mixins refactor(files): Fix Typescript issues in filesListWidth mixin 2024-05-31 17:17:31 +02:00
models chore: Add SPDX header 2024-05-29 08:58:16 +02:00
newMenu chore(i18n): Improved grammar 2024-08-14 07:18:27 +00:00
plugins/search chore: Enable ESLint for apps and fix all errors 2024-07-09 17:13:30 +02:00
router chore: Add SPDX header 2024-05-29 08:58:16 +02:00
services fix(files): Disable tags editing for shared files/folders with view only permission 2024-08-09 11:42:28 +02:00
store perf(files): Cache getContents function used for uploader 2024-08-14 09:47:56 +02:00
utils fix(files): Use @nextcloud/files filename validation to show more details 2024-07-25 15:49:33 +02:00
views perf(files): Cache getContents function used for uploader 2024-08-14 09:47:56 +02:00
eventbus.d.ts feat: Navigate via folder tree 2024-08-01 09:17:56 -07:00
FilesApp.vue chore: Add SPDX header 2024-05-29 08:58:16 +02:00
init.ts feat: Navigate via folder tree 2024-08-01 09:17:56 -07:00
logger.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
main-personal-settings.js chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
main.ts chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible 2024-08-13 17:54:47 +02:00
reference-files.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00
sidebar.js chore: Add SPDX header 2024-05-29 08:58:16 +02:00
types.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 07:13:39 +00:00
vue.d.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00