aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/utils/fileUtils.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-35/+0
| | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(files): When copying nodes only add the copy suffix for file before file ↵Ferdinand Thiessen2024-03-221-5/+21
| | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-221-12/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵Ferdinand Thiessen2024-01-201-0/+19
| | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-0/+73
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>