summaryrefslogtreecommitdiffstats
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-1/+160
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-311-1/+1
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-061-18/+63
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-271-14/+15
* 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