nextcloud/apps/files/src/actions
Ferdinand Thiessen d97e17b920
fix(files): Add more visual move / copy notification
* Resolves: https://github.com/nextcloud/server/issues/46645

This adds loading toast notification while the move operation is running.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-30 13:33:45 +02:00
..
deleteAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
deleteAction.ts refactor(files): Migrate logger util to Typescript 2024-08-01 03:20:56 +02:00
deleteUtils.ts fix(files): always ask for confirmation if trashbin app is disabled 2024-07-27 07:13:39 +00:00
downloadAction.spec.ts feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +02:00
downloadAction.ts feat(files): Make the files download action use WebDAV zip download 2024-09-28 13:18:29 +02:00
editLocallyAction.spec.ts test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +02:00
editLocallyAction.ts test: Add end-to-end tests for new public share Vue UI 2024-09-06 03:38:48 +02:00
favoriteAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
favoriteAction.ts fix(files): Do not use favorite, sidebar and view-in-folder action for public shares 2024-09-06 03:38:47 +02:00
moveOrCopyAction.ts fix(files): Add more visual move / copy notification 2024-09-30 13:33:45 +02:00
moveOrCopyActionUtils.ts fix(files): Do not allow copy action on public shares without create permission 2024-09-06 03:38:47 +02:00
openFolderAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
openFolderAction.ts chore(deps): Update @nextcloud/files to v3.6.0 2024-07-25 01:24:26 +02:00
openInFilesAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
openInFilesAction.ts chore(files): Fix ESLint issues with files and files_sharing app 2024-07-09 17:25:41 +02:00
renameAction.spec.ts fix: Renaming does not need update but delete permissions 2024-08-28 17:22:20 +02:00
renameAction.ts fix(files): Do not allow rename action on single-file-shares 2024-09-06 03:38:47 +02:00
sidebarAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
sidebarAction.ts fix(files): Do not use favorite, sidebar and view-in-folder action for public shares 2024-09-06 03:38:47 +02:00
viewInFolderAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
viewInFolderAction.ts fix(files): Do not use favorite, sidebar and view-in-folder action for public shares 2024-09-06 03:38:47 +02:00