nextcloud/apps/files/src/actions
Ferdinand Thiessen e79e0bdf4d
fix(files): Do not encode the path twice (and do not use undefined method)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-07 16:49:10 +01:00
..
deleteAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
deleteAction.ts fix(files): encoded source path on actions requests 2023-10-03 18:11:03 +02:00
downloadAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
downloadAction.ts fix: avoid side-effect imports 2023-09-21 12:40:42 +02:00
editLocallyAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
editLocallyAction.ts fix: avoid side-effect imports 2023-09-21 12:40:42 +02:00
favoriteAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
favoriteAction.ts fix: encode uri for delete, restore and favorite 2023-09-28 20:36:22 +02:00
moveOrCopyAction.ts fix(files): Do not encode the path twice (and do not use undefined method) 2023-11-07 16:49:10 +01:00
moveOrCopyActionUtils.ts feat(files): add move or copy action 2023-09-26 20:15:59 +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 fix(files): open folder fileid while navigating without opening the sidebar 2023-09-27 08:29:50 +02:00
openInFilesAction.spec.ts feat(files): migrate template picker 2023-10-17 11:17:35 +02:00
openInFilesAction.ts feat(files): migrate template picker 2023-10-17 11:17:35 +02:00
renameAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +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: avoid side-effect imports 2023-09-21 12:40:42 +02:00
viewInFolderAction.spec.ts feat: migrate FileAction from server 2023-08-23 14:03:51 +02:00
viewInFolderAction.ts fix: avoid side-effect imports 2023-09-21 12:40:42 +02:00