aboutsummaryrefslogtreecommitdiff
path: root/weed/server
AgeCommit message (Expand)AuthorFilesLines
2023-05-09update raft versionchrislu1-4/+2
2023-05-07update raftchrislu1-2/+4
2023-04-29[Filer] post add param:saveInside (#4434)zemul2-2/+21
2023-04-26Fix: http rename move dir to subdir (#4432)wusong1-2/+2
2023-04-24Volume range read use sync.pool (#4422)zemul1-2/+11
2023-04-18compilation fail (#4414)wusong1-1/+1
2023-04-17collect ec shard from multiple locationschrislu1-2/+10
2023-04-17adjust error messagechrislu1-2/+2
2023-04-11s3 fix get fake dir object key (#4390)Konstantin Lebedev1-4/+3
2023-03-31style: clerical error (#4361)wusong1-6/+0
2023-03-21add validate config for raft (#4332)Konstantin Lebedev1-0/+4
2023-03-19avoid lower casing the commandchrislu1-1/+1
2023-03-19fix volume not found if marked as read onlychrislu1-2/+9
2023-03-15The filer does not set defaultReplication to the defaultReplication o… (#4315)LHHDZ1-3/+0
2023-03-08#4270 set http status code to 409 if dir already exists (#4287)Rohit Chormale1-1/+1
2023-03-02 fix chunk.ModifiedTsNs (#4264)zemul1-1/+2
2023-02-28adjust ui pagination sizechrislu1-1/+1
2023-02-25add -disk to filer command (#4247)lfhy3-1/+12
2023-02-21Updated the deprecated ioutil dependency (#4239)Zachary Walters1-2/+1
2023-02-06volume:fix return if Replicate write error (#4188)Neo1-0/+1
2023-02-01fix null content type caused exception in hdfs clientchrislu1-0/+2
2023-01-31 make directory lister trigger if mime type is httpd/unix-directory (#4169)a1-1/+3
2023-01-20grpc connection to filer add sw-client-id headerchrislu4-4/+4
2023-01-16use one readerCache for the whole filechrislu1-3/+6
2023-01-09use time.NewTicker instead of time.Tick. (#4119)Guo Lei1-4/+4
2023-01-06Add image cropping. (#4117)monchickey1-6/+47
2023-01-03batch delete EC needleschrislu1-18/+46
2023-01-02more solid weed mount (#4089)Chris Lu4-19/+19
2022-12-28support enable/disable vacuum (#4087)Guo Lei1-1/+16
2022-12-17add -filer.path to webdav command (#4061)lfhy1-2/+10
2022-12-11volume server logs add url infochrislu1-1/+1
2022-12-10Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-1/+2
2022-12-10add chunk etag when downloading from remote storagechrislu2-1/+7
2022-12-08Fix hardlink counting (#4042)wusong1-0/+1
2022-12-07[filer] Fix uri escape during renaming (#4039)Jiffs Maverick1-1/+1
2022-11-23fix: Lost Content-Encoding metadata (#4010)famosss1-0/+4
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu7-17/+17
2022-11-14Lazy loading (#3958)Guo Lei2-2/+7
2022-11-13file name escape urichrislu1-2/+2
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu1-4/+4
2022-10-24ADHOC: volume fsck using append at ns (#3906)Eric Yang1-0/+1
2022-10-19add md5 header when UploadData to replication in ReplicatedWrite (#3881)liubaojiang1-1/+1
2022-10-16shell: volume.move handles volume moved to cloud tierchrislu1-18/+28
2022-10-14avoid load volume file with BytesOffset mismatch (#3841)Konstantin Lebedev2-4/+4
2022-10-13vacuum metrics and force sync dst files (#3832)Konstantin Lebedev1-4/+17
2022-10-12filer: get directory metadata (#3833)zemul1-2/+7
2022-10-11split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)LHHDZ1-4/+10
2022-10-07metric shows who is currently blocking the cluster or not (#3799)Konstantin Lebedev2-0/+5
2022-10-07configure raft metrics (#3798)Konstantin Lebedev1-0/+16
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-11/+26