aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/Files.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-5/+6
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Correctly create Nodes from WebDAV result in "recent"-viewFerdinand Thiessen2024-08-011-10/+3
| | | | | | | The recent search works on a different remote URL so the source of the files were wrong, because the remote url was included twice in the source. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Resort imports and fix doc commentFerdinand Thiessen2024-08-011-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-1/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-111-57/+15
| | | | 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): dav owner and mime typesJohn Molakvoæ2024-02-051-2/+7
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-111-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-031-2/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-281-1/+2
| | | | | | To encode # and other characters properly Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix: avoid side-effect importsJohn Molakvoæ (skjnldsv)2023-09-211-4/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add systemtags viewJohn Molakvoæ (skjnldsv)2023-09-181-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat(files): add uploaderJohn Molakvoæ2023-09-011-22/+32
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: migrate FileAction from serverJohn Molakvoæ2023-08-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-0/+102
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>