aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/actions
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-212-3/+5
* fix(files): cancel move-copy action should not be handled as an errorFerdinand Thiessen2024-08-021-17/+36
* chore(deps): Update `@nextcloud/files` to v3.6.0Ferdinand Thiessen2024-08-021-1/+1
* fix: Adjust tests for editLocallyActionfenn-cs2024-07-312-10/+39
* 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-102/+338
* fix: stop file actions when conflict dialog skippedgrnd-alt2024-07-161-4/+1
* refactor(files): Update `@nextcloud/files` to v3.5.1Ferdinand 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 5Arthur Schiwon2024-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): Update current fileid in route if that node was deletedFerdinand Thiessen2024-06-101-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(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-313-3/+3
* perf(deleteAction): Queue delete requestsfenn-cs2024-05-161-1/+16
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-04-181-2/+9
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-04-171-2/+2
* fix(files): Sanitize `share-types` attribute in download actionFerdinand Thiessen2024-04-161-1/+2
* fix(files): Fix translation of "Delete file"Joas Schilling2024-04-021-4/+16
* feat: files update correctly on destination/current folderEduardo Morales2024-03-091-19/+12
* fix: conflict picker moves files correctly to its directoryEduardo Morales2024-03-091-5/+26
* fix: merge conflict dialog added when overwriting files on move-file actionEduardo Morales2024-03-091-0/+9
* fix(files): add mount root property and adjust delete wordingJohn Molakvoæ2024-02-062-24/+150
* fix(files): disable `Unshare` until proper fixJohn Molakvoæ2024-01-272-38/+16
* chore: Update `@nextcloud/dialogs` to 5.1.1Ferdinand Thiessen2024-01-261-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
* Fix typo in move or copy dialogJoas Schilling2024-01-101-1/+1
* fix(files): fix download file encoded sourceJohn Molakvoæ2023-12-151-1/+1
* feat(files): add batch support to copy-moveJohn Molakvoæ2023-12-142-24/+48
* fix(files): Correct condition for checking copy/move into same directoryFerdinand Thiessen2023-12-051-1/+7
* Ensure share has download permissions in F2VLouis2023-11-241-10/+10
* Ensure share has download permissions in F2VLouis2023-11-241-2/+16
* fix(files): Use SVG as FilePicker icons instead of Vue componentsFerdinand Thiessen2023-11-241-4/+4
* fix(files): Do not encode the path twice (and do not use undefined method)Ferdinand Thiessen2023-11-071-1/+1
* feat(files): migrate template pickerJohn Molakvoæ2023-10-172-3/+3
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-032-3/+3
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-281-1/+2
* fix(files): open folder fileid while navigating without opening the sidebarJohn Molakvoæ2023-09-272-3/+3
* feat(files): add move or copy actionJohn Molakvoæ2023-09-262-0/+319
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-219-31/+9
* feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+1