summaryrefslogtreecommitdiffstats
path: root/apps/files/src/actions
Commit message (Expand)AuthorAgeFilesLines
* feat(files): Display meaningful error message on move failureChristopher Ng2025-02-051-2/+13
* fix(files): throttle favorite with max 5 simultaneous requestsskjnldsv2024-12-111-1/+22
* fix(files): Allow downloading multiple nodes not from same basebackport/49203/stable29Ferdinand Thiessen2024-11-194-13/+142
* fix(files): improve delete display name when trashbin is disabledbackport/49199/stable29Richard Steinmetz2024-11-191-14/+14
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-122-0/+17
* fix(files): edit locally buttonsbackport/49150/stable29skjnldsv2024-11-081-8/+7
* fix(files): Add more visual move / copy notificationFerdinand Thiessen2024-10-111-3/+27
* fix(files): Fix having to resolve conflicts twice when dropping filesbackport/48331/stable29Christopher Ng2024-09-251-11/+13
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-082-3/+5
* fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-081-1/+1
* fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-081-13/+32
* fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-11/+34
* feat(editLocallyAction): Handle possible no local client scenariofenn-cs2024-07-311-3/+54
* fix(files): always ask for confirmation if trashbin app is disabledskjnldsv2024-07-273-123/+328
* chore(deps): Update `@nextcloud/files` to v3.7.0Ferdinand Thiessen2024-07-261-1/+1
* fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-07-102-3/+2
* feat(files): increase max copy-move concurrency to 5 John Molakvoæ2024-07-011-1/+4
* fix(deleteAction): Bump up delete requests concurrency to 5fenn-cs2024-06-171-1/+1
* fix(files): Show non writable folders during move or copyLouis Chemineau2024-06-141-5/+3
* fix(files_sharing): fix parsing of remote sharesskjnldsv2024-06-121-2/+3
* fix(files): Keep query when trigger the sidebar actionFerdinand Thiessen2024-06-081-1/+1
* fix(files): `open-in-files` action should also set `openfile` queryFerdinand Thiessen2024-06-082-3/+3
* fix(files): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-071-2/+3
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-06-073-3/+3
* perf(deleteAction): Queue delete requestsfenn-cs2024-05-151-1/+16
* fix(deleteAction): Remove unused nc l10n importfenn-cs2024-05-151-1/+1
* fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-171-1/+2
* fix(files): Fix translation of "Delete file"Joas Schilling2024-04-021-4/+16
* fix(tests): Add mock for `window._oc_webroot`Ferdinand Thiessen2024-03-233-0/+18
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-03-221-2/+9
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-221-2/+2
* feat: reconfigured NcActions to use MDI'sEduardo Morales2024-03-061-1/+1
* fix(i18n): Corrected grammarrakekniven2024-02-271-1/+1
* feat: files update correctly on destination/current folderEduardo Morales2024-02-231-19/+12
* fix: conflict picker moves files correctly to its directoryEduardo Morales2024-02-231-5/+26
* fix: merge conflict dialog added when overwriting files on move-file actionEduardo Morales2024-02-231-0/+9
* feat(files): ask for confirm if deleting 5 items or moreJohn Molakvoæ2024-02-072-44/+81
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-062-24/+150
* chore(assets): Recompile assetsJohn Molakvoæ2024-01-272-35/+11
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-7/+9
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-271-2/+6
* fix(files): Ensure the correct `dir` query is set on folder actionFerdinand Thiessen2024-01-251-3/+2
* fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-1/+3
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for copy-move-...Ferdinand Thiessen2024-01-201-25/+9
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-35/+79
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-112-12/+10
* fix(files): group duplicate sharesJohn Molakvoæ2024-01-112-24/+56
* fix(files): fix unshare actionJohn Molakvoæ2024-01-111-1/+26