nextcloud/apps/files/src/actions
Ferdinand Thiessen adacfa8e9b
fix(files): Provide file actions from list entry to make it reactive
This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-08 17:20:54 +02:00
..
deleteAction.spec.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 10:05:38 +02:00
deleteAction.ts fix(files): Correctly create Nodes from WebDAV result in "recent"-view 2024-08-08 16:49:09 +02:00
deleteUtils.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 10:05:38 +02:00
downloadAction.spec.ts fix(files): Provide file actions from list entry to make it reactive 2024-08-08 17:20:54 +02:00
downloadAction.ts fix(files): Provide file actions from list entry to make it reactive 2024-08-08 17:20:54 +02:00
editLocallyAction.spec.ts fix: Adjust tests for editLocallyAction 2024-07-31 12:31:03 +01:00
editLocallyAction.ts fix: Adjust tests for editLocallyAction 2024-07-31 12:31:03 +01:00
favoriteAction.spec.ts fix(deps): Update @nextcloud/event-bus to version 3.3.1 2024-06-07 08:54:25 +02:00
favoriteAction.ts fix: encode uri for delete, restore and favorite 2023-09-28 20:36:22 +02:00
moveOrCopyAction.ts fix(files): cancel move-copy action should not be handled as an error 2024-08-08 14:24:28 +02:00
moveOrCopyActionUtils.ts feat(files): increase max copy-move concurrency to 5 2024-07-01 13:43:10 +02:00
openFolderAction.spec.ts fix(files): open folder fileid while navigating without opening the sidebar 2023-09-27 08:29:50 +02:00
openFolderAction.ts chore(deps): Update @nextcloud/files to v3.7.0 2024-07-26 02:23:18 +02:00
openInFilesAction.spec.ts fix(files): open-in-files action should also set openfile query 2024-06-08 15:10:16 +00:00
openInFilesAction.ts fix(files): open-in-files action should also set openfile query 2024-06-08 15:10:16 +00:00
renameAction.spec.ts fix(deps): Update @nextcloud/event-bus to version 3.3.1 2024-06-07 08:54:25 +02:00
renameAction.ts fix: avoid side-effect imports 2023-09-21 12:40:42 +02:00
sidebarAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
sidebarAction.ts fix(files): Keep query when trigger the sidebar action 2024-06-08 15:10:16 +00:00
viewInFolderAction.spec.ts fix(files): do not show View in folder in the Files view 2024-01-22 12:32:44 +01:00
viewInFolderAction.ts fix(files): do not show View in folder in the Files view 2024-01-22 12:32:44 +01:00