aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/actions/deleteAction.spec.ts
Commit message (Expand)AuthorAgeFilesLines
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-271-0/+162
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-091-0/+1
* fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-1/+1
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-311-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-071-0/+6
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-18/+63
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-271-10/+10
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-271-4/+5
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-111-4/+8
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-111-22/+48
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-2/+1
* chore: use Navigation from `@nextcloud/files`John Molakvoæ2023-08-231-4/+3
* feat: add favorites view testingJohn Molakvoæ2023-07-051-1/+1
* fix(files): hidden default actionsJohn Molakvoæ2023-07-051-1/+1
* feat: add rename action with testsJohn Molakvoæ2023-06-221-1/+1
* fix(files): action default is false if not setJohn Molakvoæ2023-06-221-0/+1
* fix(jest): replace mock with jest.spyOnJohn Molakvoæ2023-06-211-2/+2
* feat: add delete action testingJohn Molakvoæ2023-06-211-0/+184