aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/services/WebdavClient.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(files): Migrate files service to functions from `@nextcloud/files`Ferdinand Thiessen2024-06-111-44/+2
| | | | 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(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-14/+24
| | | | | | | | 1. Refresh token on update 2. Fix some very weird imports 3. Patch fetch instead of request to prevent accessing impl details Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* chore: update webdav to 5.2.2John Molakvoæ2023-07-051-3/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): favoritesJohn Molakvoæ2023-07-051-0/+51
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>