aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/src/utils/davClient.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-7/+7
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(dav): multiple fixes in usage of webdav libraryVarun Patil2024-02-281-11/+19
| | | | | | | | 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>
* fix(deps): update webdav 5 usageJohn Molakvoæ2023-04-061-7/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Extract logic into separate filesLouis Chemineau2022-11-281-0/+34
Signed-off-by: Louis Chemineau <louis@chmn.me>