aboutsummaryrefslogtreecommitdiff
path: root/weed/command/webdav.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-03change version directorychrislu1-3/+4
2025-03-17Allow standalone webdav server to bind specific address (#6403)Weihao Jiang1-4/+7
* Allow standalone webdav to bind specific address * Rename bindIp to ipBind * Bind embedded webdav IP to its parent
2024-09-04Revert "weed mount, weed dav add option to force cache"chrislu1-3/+0
This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0.
2024-09-04weed mount, weed dav add option to force cachechrislu1-0/+3
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-01-05chore: add maxMB option for webdav (#5165)Konstantin Lebedev1-0/+3
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-12-17add -filer.path to webdav command (#4061)lfhy1-1/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-02-14mount: default disable cachechrislu1-1/+1
* Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once.
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-09-14go fmtChris Lu1-10/+10
2021-09-12change server address from string to a typeChris Lu1-11/+6
2021-03-02support IPv6Chris Lu1-1/+1
2021-02-22disk type support custom tagsChris Lu1-1/+1
2021-02-18webdav adds disktypeChris Lu1-0/+3
2021-02-18webdav add replication settingChris Lu1-0/+3
fix https://github.com/chrislusf/seaweedfs/issues/1817
2020-07-16resolve directories if containing home directoryChris Lu1-1/+1
2020-06-02inject git version into buildChris Lu1-3/+3
2020-04-11mount: add on disk cachingChris Lu1-0/+7
2020-03-06filer: option to encrypt data on volume serverChris Lu1-7/+33
2020-03-04refactoringChris Lu1-1/+2
2020-02-18webdav out of "unstable"Chris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu1-2/+1
2019-06-05periodic scripts exeuction from leader masterChris Lu1-1/+1
2019-05-19mark the webdav as unstableChris Lu1-1/+1
2019-05-03webdav: can read nowChris Lu1-0/+18
2019-05-02scaffolding, but seems hard to satisfy mac, windows, and different os versionsChris Lu1-0/+91
https://www.reddit.com/r/golang/comments/3wrxo3/webdav_server_that_provide_filesystem_using/