nextcloud/apps/files/src/actions
Caitlin Jordan 23fb8ed7d0
fix(files): correctly handle plural translation forms
Co-authored-by: Caitlin Jordan <jordan.cait17@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-30 12:30:22 +02:00
..
convertAction.ts fix(files): properly update store on files conversions success 2025-02-04 16:46:46 +00:00
convertUtils.ts fix(files): correctly handle plural translation forms 2025-06-30 12:30:22 +02:00
deleteAction.spec.ts feat(files_trashbin): Allow preventing trash to be deleted permanently 2025-01-13 15:19:19 +01:00
deleteAction.ts fix(files): also enable delete action if trashbin is disabled 2025-03-13 21:30:43 +01:00
deleteUtils.ts fix(files): improve delete display name when trashbin is disabled 2024-11-19 11:21:46 +01:00
downloadAction.spec.ts fix(files_sharing): ensure downloaded file has the correct filename 2025-03-05 09:32:41 +01:00
downloadAction.ts refactor(files): use new hide-download WebDAV property for download action 2025-04-27 14:26:16 +02:00
editLocallyAction.spec.ts chore: Resolve ESLint warnings 2025-01-16 22:18:29 +01:00
editLocallyAction.ts fix(files): do nothing if view local dialog was just closed 2025-06-01 15:42:27 +02:00
favoriteAction.spec.ts test: Migrated all Jest tests to vitest 2024-08-26 17:27:22 +02:00
favoriteAction.ts feat(files): add hotkey service and unify action handling 2024-12-17 09:59:57 +01:00
moveOrCopyAction.ts chore(files): add actions cypress tests 2025-02-07 09:22:54 +00: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 feat(files): add hotkey service and unify action handling 2024-12-17 09:59:57 +01:00
sidebarAction.spec.ts feat(files): add opendetails param and file list up/down keyboard shortcut 2024-12-17 09:59:56 +01:00
sidebarAction.ts feat(files): add opendetails param and file list up/down keyboard shortcut 2024-12-17 09:59:56 +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