aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2021-02-22volume.tier.move: passing non-empty disk typeChris Lu1-1/+1
2021-02-18add descriptive error if no free volumesChris Lu2-2/+2
2021-02-18webdav add replication settingChris Lu1-2/+3
2021-02-18Merge remote-tracking branch 'origin/master'bingoohuang21-50/+81
2021-02-18use backticks instead of double quotes to avoid escaped additionally in regexbingoohuang1-1/+1
2021-02-17go fmtChris Lu2-10/+10
2021-02-17refactoring to get master function, instead of passing master values directlyChris Lu6-10/+10
2021-02-17s3: set filename when uploading file chunksChris Lu1-1/+1
2021-02-16skip JWT if fileId is emptyChris Lu1-0/+3
2021-02-16use hdd instead of empty stringChris Lu3-3/+3
2021-02-16this can compile now!!!Chris Lu8-21/+14
2021-02-13support customizable disk typeChris Lu3-4/+6
2021-02-13disk type can be generic tagsChris Lu2-8/+2
2021-02-12adjust http max idle connections per hostChris Lu1-0/+1
2021-02-09volume: add capability to change disk type when moving a volumeChris Lu1-1/+5
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu17-107/+284
2021-02-07fix typo offset.ToAcutalOffset to offset.ToActualOffsetbingoohuang2-2/+2
2021-02-07renaming NeedleMapType to NeedleMapKindbingoohuang1-2/+2
2021-02-03filer: should return 204 on DELETE to nonexistent fileChris Lu1-1/+1
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-28go fmtChris Lu1-1/+1
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
2021-01-24filer.sync: replicate outside of either cluster, only need to see filersChris Lu1-11/+19
2021-01-23filer: append operation returns final file sizeChris Lu1-1/+1
2021-01-23filer: proxy all http methods to volume serversChris Lu1-1/+1
2021-01-23filer: add "proxyToFileId" to reverse proxy to a volume serverChris Lu2-3/+76
2021-01-22filer: fix http status 206 settingChris Lu1-3/+3
2021-01-20filer: support appending to a fileChris Lu1-27/+60
2021-01-20refactoringChris Lu1-12/+7
2021-01-19filer store: add postgres2Chris Lu1-0/+1
2021-01-19filer store: add mysql2Chris Lu1-0/+1
2021-01-15add stream list directory entriesChris Lu1-22/+20
2021-01-14change limit to int64 in case of overflowChris Lu3-6/+5
2021-01-14filer, s3: add http status 206 as late as possibleChris Lu3-7/+12
2021-01-12go fmtChris Lu1-12/+12
2021-01-12filer: add leveldb3Chris Lu1-0/+1
2021-01-11filer: ensure seamless meta data updatesChris Lu1-19/+33
2021-01-10filer: change to saveToFilerLimit from cacheToFilerLimitChris Lu2-18/+20
2021-01-05Seaweed custom header are not visible to Vue or javascripthenry1-1/+1
2021-01-05Seaweed custom header are not visible to Vue or javascripthenry1-3/+3
2021-01-04Merge branch 'master' of https://github.com/fuyouyshengwu/seaweedfshenry5-5/+15
2021-01-02worksChris Lu1-0/+7
2021-01-01separate prefix from namePatternChris Lu3-3/+3
2020-12-31filer: respect Content-Type on PUTPeter Cai1-1/+4
2020-12-311 Distinguish between folders and common files, folders are listed firsthenry1-0/+10
2020-12-28filer: avoid deletion error when item is not foundChris Lu1-1/+1