Commit Graph

31 Commits

Author SHA1 Message Date
Aber
11d1825dae
Close #3 2024-03-02 13:51:34 +08:00
Aber
9450ba3577
Merge pull request #2 from abersheeran/dependabot/npm_and_yarn/undici-5.28.3
Bump undici from 5.28.2 to 5.28.3
2024-02-18 09:34:53 +08:00
dependabot[bot]
237ff01c22
Bump undici from 5.28.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 18:36:26 +00:00
abersheeran
c104601ab1 Refactor content headers and handle move operation 2024-01-06 11:28:32 +08:00
abersheeran
f81cee4647 Refactor DAV handling and remove unused code 2024-01-06 10:10:37 +08:00
abersheeran
4788813c39 Refactor content metadata handling in index.ts 2024-01-06 10:08:16 +08:00
abersheeran
a534702d24 Refactor handle_propfind function to use a helper function for generating propfind response 2024-01-06 10:04:51 +08:00
abersheeran
e740a54af9 Update README.md and wrangler.toml 2023-12-26 19:44:27 +08:00
abersheeran
988fc29dda pettier . --write 2023-12-24 13:51:38 +08:00
abersheeran
bdef65eafd Refactor XML formatting in handle_propfind function 2023-12-18 16:09:59 +08:00
abersheeran
897e87f6e8 Update package-lock.json and package.json 2023-12-18 16:07:20 +08:00
abersheeran
2eae791a33 Refactor code to improve performance and readability 2023-12-18 16:06:01 +08:00
abersheeran
cfc8b0085b Refactor handle_move function to improve directory handling 2023-12-18 14:56:38 +08:00
abersheeran
1562f907d0 Refactor handle_delete and handle_mkcol functions 2023-12-18 14:34:48 +08:00
abersheeran
7d668e7447 Refactor handle_delete and handle_copy functions 2023-12-18 14:06:50 +08:00
abersheeran
5fd9089b14 Refactor listAll function and handle_get function 2023-12-18 13:25:06 +08:00
abersheeran
4295fddbdb Refactor code to improve performance and readability 2023-12-18 12:07:26 +08:00
abersheeran
0e6f45e368 Fix PROPFIND / 2023-12-11 17:30:15 +08:00
abersheeran
55d561b789 Fix errors in some client 2023-12-10 19:58:46 +08:00
abersheeran
8e6149290f Fix hyperlink paths 2023-12-06 15:51:11 +08:00
abersheeran
66054ba062 Fix resource path handling in fuck windows 2023-12-06 15:41:36 +08:00
abersheeran
57ecaf6c0e Fix destination parent directory check in file
upload
2023-12-06 11:26:29 +08:00
abersheeran
dbd81d9e81 Refactor resource deletion logic and fix bug in
resource copy operation
2023-12-06 11:12:42 +08:00
abersheeran
f8c25a23c1 Fix resourcetype assignment in fromR2Object
function
2023-12-06 09:43:25 +08:00
abersheeran
337a952e81 Update @cloudflare/workers-types version 2023-12-06 09:42:54 +08:00
abersheeran
23cfd81123 Refactor index.ts 2023-12-05 15:16:18 +08:00
abersheeran
316c90b62c Add PROPPATCH method implementation 2023-11-28 23:58:06 +08:00
abersheeran
6a3ccf86af Fix resource type in PROPFIND response and support COPY and MOVE 2023-11-28 23:53:49 +08:00
abersheeran
6e0741321a Update dependencies 2023-11-28 23:53:02 +08:00
abersheeran
06a74d9745 Add support for HEAD method 2023-11-28 18:39:57 +08:00
abersheeran
9a772f7733 Initial commit 2023-11-27 13:46:18 +08:00