aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2022-01-03fix auth permission checkingchrislu2-11/+11
2022-01-03wildcard prefix to restrict access to directories in s3 bucketchrislu4-10/+58
2022-01-022.842.84chrislu1-1/+1
2022-01-02Merge branch 'master' into metadata_follow_with_client_idChris Lu13-41/+229
2022-01-01Merge pull request #2543 from skurfuerst/seaweedfs-158Chris Lu12-36/+212
2021-12-31BUGFIX: ensure Authorization header is only added onceSebastian Kurfuerst2-6/+9
2021-12-31BUGFIX: security.toml contained wrong keysSebastian Kurfuerst1-2/+2
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst8-26/+197
2021-12-30remove duplicated metadata subscription in filerchrislu1-9/+22
2021-12-30add client id for all metadata listening clientschrislu16-242/+286
2021-12-29dynamically adjust connection timeoutchrislu2-3/+7
2021-12-29s3: increase timeout limitchrislu3-4/+25
2021-12-29Refactor: pass in claim type into security.DecodeJwtSebastian Kurfuerst2-3/+3
2021-12-29rename security.GenJwt to security.GenJwtForVolumeServerSebastian Kurfuerst3-5/+7
2021-12-29fix typo in error messageSebastian Kurfuerst1-1/+1
2021-12-28mount: remove limits on number of parallel requestschrislu1-3/+3
2021-12-28reader: avoid wrong pattern detection due to lock waitingchrislu1-2/+2
2021-12-28if this is enabled, there are some "bus error" with git clonechrislu1-1/+1
2021-12-28fuse: change to direct io modechrislu2-1/+2
2021-12-28Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-6/+11
2021-12-28monitor write pattern: avoid timing due to lockingchrislu2-4/+3
2021-12-28filer list entries use context to break jobchenkai1-6/+11
2021-12-27bug: cleanup function was called twicechrislu1-1/+0
2021-12-26Filer Server API support fsyncchrislu1-2/+8
2021-12-26use streaming mode for long poll grpc callschrislu107-253/+260
2021-12-252.832.83chrislu1-1/+1
2021-12-24use proper chunk size limit optionchrislu1-1/+1
2021-12-24use 2MB chunk size. cache size is the wrong optionchrislu1-1/+1
2021-12-24Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-0/+7
2021-12-24add stream writerchrislu10-35/+331
2021-12-24BUGFIX: add access.ui setting to scaffolded security.tomlSebastian Kurfürst1-0/+7
2021-12-23refactor type nameschrislu2-9/+12
2021-12-23refactorchrislu2-13/+13
2021-12-23rename fileschrislu2-0/+0
2021-12-23rename variables and functionschrislu5-27/+26
2021-12-23Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu5-142/+179
2021-12-23clean upchrislu2-291/+0
2021-12-23chunked file works nowchrislu9-86/+288
2021-12-23filer server: add "datacenter, rack and datanode" for path specific configura...banjiaojuhao5-142/+179
2021-12-22detect non streaming mode on first write requestchrislu1-3/+6
2021-12-22fix testschrislu1-4/+3
2021-12-22Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu7-325/+343
2021-12-22detect non streaming mode on the first readchrislu1-1/+6
2021-12-22fix testchrislu2-16/+22
2021-12-22Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-nodeChris Lu7-325/+343
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao7-325/+343
2021-12-22add page chunk interval listchrislu2-0/+145
2021-12-21Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu1-12/+13
2021-12-21remove printlnchrislu1-6/+0
2021-12-21mount: different write strategy for streaming write and random writechrislu4-3/+95