nextcloud_server/apps/files/src
fenn-cs 21a22a390d perf(deleteAction): Queue delete requests
When multiple files are deleted at once, all the requests bombard the server
simultaneously, causing performance issues.

This commit adds queuing that limits the concurrency of these requests to 5
at a time.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-05-15 11:51:07 +01:00
..
actions perf(deleteAction): Queue delete requests 2024-05-15 11:51:07 +01:00
components fix(files): Add missing properties and fix Typescript errors in `FileEntryName` 2024-05-02 20:03:23 +02:00
mixins fix(files): Allow to drag and drop new files also on empty directories 2023-11-27 17:35:14 +01:00
models Do not load preview if version tab is not active 2023-06-28 17:00:23 +02:00
newMenu fix(files): Inherit some node attributes when creating new nodes to preserve shared state 2024-04-16 11:24:57 +02:00
plugins/search fix: Do not import styles that are already included in server bundle 2024-05-06 15:36:28 +02:00
router fix: Correctly import types in Typescript files 2024-02-13 18:04:45 +01:00
services fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-16 23:52:09 +02:00
store fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-16 23:52:09 +02:00
utils fix(files): When copying nodes only add the copy suffix for file before file extension 2024-03-22 19:13:48 +01:00
views fix(comments): Fix issues thrown by comments sidebar tab code 2024-04-17 20:09:14 +02:00
FilesApp.vue fix(files): combine navigation and files list into single Vue app 2024-01-25 00:25:54 +01:00
init.ts fix: condensed filtering logic 2024-02-15 09:03:11 +01:00
logger.js Port Files navigation to vue 2023-01-04 16:45:41 +01:00
main-personal-settings.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main.ts fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user 2024-04-16 23:52:09 +02:00
reference-files.ts fix(files): provide onDestroy callback for interactive widgets 2024-03-16 06:18:44 +00:00
sidebar.js sidebar: allow turning off tags view by default 2023-11-27 18:25:09 +00:00
types.ts feat: Add iconSvgInline to TemplateFileCreator 2024-03-20 15:50:52 -07:00
vue.d.ts fix(files): Add declaration for `$navigation` 2024-01-25 15:07:52 +01:00