aboutsummaryrefslogtreecommitdiff
path: root/weed/server/webdav_server.go
AgeCommit message (Expand)AuthorFilesLines
2024-08-06[webdav] status code 500 if internal error from filer (#5865)Konstantin Lebedev1-5/+18
2024-07-16Added tls for http clients (#5766)vadimartynov1-1/+6
2024-01-05chore: add maxMB option for webdav (#5165)Konstantin Lebedev1-2/+3
2024-01-03fix: webdav avoid create empty files (#5160)Konstantin Lebedev1-3/+9
2024-01-03fix: return etag with md5 in webdav responses (#5158)Konstantin Lebedev1-0/+6
2023-11-07weed/server: fix dropped webdav errorLars Lehtonen1-0/+3
2023-11-01refactor webdav subdirectory, fixes #4967 (#4969)Nico D'Cotta1-4/+4
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2023-01-16use one readerCache for the whole filechrislu1-3/+6
2023-01-02more solid weed mount (#4089)Chris Lu1-15/+15
2022-12-17add -filer.path to webdav command (#4061)lfhy1-2/+10
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-3/+3
2022-09-14go fmtchrislu1-8/+8
2022-09-14refactor(webdav_server): `modifiledTime` -> `modifiedTime` (#3676)Ryan Russell1-5/+5
2022-08-23remove old raft servers if they don't answer to pings for too long (#3398)askeipx1-1/+1
2022-08-20adjust typechrislu1-2/+1
2022-08-20webdav: retryable data chunk uploadchrislu1-50/+23
2022-08-20remove unused collection and replication from upload resultchrislu1-9/+6
2022-08-14webdav: fix nilchrislu1-2/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-9/+9
2022-06-27Fixes WebDAV 0-bytes files xdadrm1-0/+8
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-10/+6
2022-02-26use file size as max rangechrislu1-3/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-7/+7
2021-09-14go fmtChris Lu1-12/+12
2021-09-12change server address from string to a typeChris Lu1-5/+4
2021-09-06refactoringChris Lu1-1/+10
2021-07-19optimization: improve random range query for large filesorigin/remote_overlayChris Lu1-1/+1
2021-05-07add retry to assign volumeChris Lu1-17/+24
2021-02-18webdav add replication settingChris Lu1-2/+3
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu1-2/+6
2021-01-31webdav: can start together with "weed server" or "weed filer"Chris Lu1-0/+1
2021-01-31webdav: cache to version specific folderChris Lu1-1/+4
2021-01-28add back AdjustedUrl() related codeChris Lu1-0/+3
2021-01-24mount: outsideContainerClusterMode proxy through filerChris Lu1-4/+1
2021-01-24Revert "mount: when outside cluster network, use filer as proxy to access vol...Chris Lu1-1/+4
2021-01-24mount: when outside cluster network, use filer as proxy to access volume serversChris Lu1-4/+1
2020-12-16go fmtChris Lu1-2/+2
2020-12-13rename from volumeType to diskTypeChris Lu1-2/+2
2020-12-13adding volume typeChris Lu1-0/+2
2020-12-01fix testsChris Lu1-1/+1
2020-12-01webdav: improve webdav upload speedChris Lu1-47/+88
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-10-25passing full path when assign volume locationsChris Lu1-1/+1
2020-10-25renamingChris Lu1-1/+1
2020-10-16webdav: return io.EOF when at end of a fileChris Lu1-5/+1
2020-10-11refactoring in order to adjust volume server url laterChris Lu1-2/+2
2020-09-27refactorChris Lu1-1/+1
2020-09-16handle more than 2GB filesChris Lu1-1/+1