nextcloud/apps/files/src/actions
Richard Steinmetz d9eb29c525 fix(files): improve delete display name when trashbin is disabled
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-11-19 11:21:46 +01: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): improve delete display name when trashbin is disabled 2024-11-19 11:21:46 +01: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 fix(files): edit locally buttons 2024-11-08 17:01:16 +01: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 fix(files): open sidebar on sharing tab by default for files 2024-11-08 16:41:25 +01:00
sidebarAction.ts fix(files): open sidebar on sharing tab by default for files 2024-11-08 16:41:25 +01:00
viewInFolderAction.spec.ts fix(files): check that node is in user root folder for view-in-folder action 2024-11-09 11:34:59 +01:00
viewInFolderAction.ts fix(files): check that node is in user root folder for view-in-folder action 2024-11-09 11:34:59 +01:00