aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/utils/fileUtils.ts
Commit message (Expand)AuthorAgeFilesLines
* refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-35/+0
* chore: Add SPDX headerAndy Scherzinger2024-05-291-19/+2
* fix(files): When copying nodes only add the copy suffix for file before file ...Ferdinand Thiessen2024-03-221-5/+21
* chore(files): replace `encodeFilePath` by `encodePath` from `@nextcloud/paths`skjnldsv2024-02-221-12/+1
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for copy-move-...Ferdinand Thiessen2024-01-201-0/+19
* feat(files): add move or copy actionJohn Molakvoæ2023-09-261-0/+73