aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2022-01-23dedup local metadata subscriberschrislu1-4/+5
2022-01-13minorchrislu1-1/+1
2022-01-12master: remove hard coded filer settings in master.tomlchrislu2-12/+26
2022-01-11mount: rename follow POSIXchrislu1-0/+15
2022-01-02Merge branch 'master' into metadata_follow_with_client_idChris Lu5-15/+86
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu5-15/+86
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst2-10/+81
2021-12-30add client id for all metadata listening clientschrislu2-6/+24
2021-12-29Refactor: pass in claim type into security.DecodeJwtSebastian Kurfuerst1-1/+1
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst2-4/+4
2021-12-26Filer Server API support fsyncchrislu1-2/+8
2021-12-26use streaming mode for long poll grpc callschrislu9-19/+19
2021-12-23filer server: add "datacenter, rack and datanode" for path specific configura...banjiaojuhao1-3/+3
2021-12-22Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-nodeChris Lu4-6/+10
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao4-6/+10
2021-12-20reverting default admin scriptschrislu1-11/+1
2021-12-19mount: improve read performance on random readschrislu1-2/+0
2021-12-15s3: pass through s3 presigned headerschrislu3-8/+12
2021-12-12s3: handle Response-Content-Dispositionchrislu1-2/+7
2021-12-10add lock messageschrislu1-6/+7
2021-12-09add delay if need to resume from diskchrislu1-1/+1
2021-12-10rename operation returns the correct old parent pathliubaojiang1-1/+1
2021-12-07sleep between the gap of each executionchrislu1-2/+2
2021-12-05upgrade protoc to 3.17.3chrislu3-0/+5
2021-11-29add s3.clean.uploads -timeAgo=24hChris Lu1-4/+15
2021-11-29ensure uploaded chunks are deleted on errorChris Lu2-4/+11
2021-11-28avoid empty extended attribute valueChris Lu1-1/+1
2021-11-15prevent nil responseChris Lu1-1/+1
2021-11-08use constantsChris Lu1-1/+1
2021-11-08rename pacakgeChris Lu1-3/+3
2021-11-06filer: deprecate "-peers" optionChris Lu1-1/+0
2021-11-06auto updated filer peer listChris Lu2-2/+3
2021-11-06send peers info to filersChris Lu2-18/+21
2021-11-05refactor grpc APIChris Lu1-4/+6
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu4-8/+8
2021-11-04add leader election in masterChris Lu3-81/+5
2021-11-03handle possible race conditionChris Lu1-3/+10
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu4-8/+8
2021-11-02go fmtChris Lu4-4/+4
2021-11-02shell: optionally read filer address from masterChris Lu4-16/+99
2021-10-30rename API to avoid confusionChris Lu2-4/+4
2021-10-29cloud tier: remove tagging since not all s3 vendors support thisChris Lu1-6/+1
2021-10-24volume copy: stream out copying progress and avoid grpc request timeoutChris Lu2-18/+45
2021-10-24volume vacuum: avoid timeout with streaming progress reportChris Lu1-6/+22
2021-10-20fix object tagging https://github.com/chrislusf/seaweedfs/issues/2389Konstantin Lebedev2-9/+9
2021-10-17add logsChris Lu1-0/+1
2021-10-17mount: streaming renaming foldersChris Lu1-7/+82
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun3-12/+9
2021-10-12fier/s3: save "Content-Disposition" to extended propertiesChris Lu2-1/+4
2021-10-11escape file name only when necessaryChris Lu2-2/+2