aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
AgeCommit message (Expand)AuthorFilesLines
2024-08-02Fix KeyMaterial nil bug (#5849)qinguoyi1-0/+3
2024-07-27[filer] fix panic filer on webdav.maxMB (#5822)Konstantin Lebedev1-0/+1
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-07-12-metricsIp cmd flag (#5773)vadimartynov1-1/+11
2024-07-11Added tls for http handlers (#5764)vadimartynov1-11/+70
2024-06-30using fixed bootstrap from peer filer3.69chrislu1-3/+0
2024-06-10Fix Filer Sync Issue: 5455 (#5663)MeenakshiSachdeva1-0/+3
2024-02-27Disable filer UI in configuration (#5297)jerebear121-0/+2
2024-01-02avoid nilchrislu1-0/+1
2023-12-20Set allowed origins in config (#5109)jerebear121-0/+6
2023-11-01Pass correct Filer's gRPC port to S3 server. (#4972)tired-engineer1-1/+1
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-3/+3
2023-06-26Unix Socket listener for S3 server (#4621)Amir H. Yeganemehr1-0/+1
2023-06-13optional https port for s3 (#4482)Konstantin Lebedev1-0/+1
2023-02-25add -disk to filer command (#4247)lfhy1-0/+8
2023-01-08add missing options for webdavchrislu1-0/+1
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick1-1/+1
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell1-3/+3
2022-09-14refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)Ryan Russell1-1/+1
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev1-6/+7
2022-08-30avoid data race access to startDelay (#3548)Konstantin Lebedev1-9/+9
2022-08-05Add download speed limit support (#3408)LHHDZ1-0/+3
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-06-27Improve filer command help, add supported filer store listyulai.li1-5/+21
2022-06-15Change ui.deleteDir default to trueyulai.li1-1/+1
2022-06-15Add filer command line parameter to let Filer UI show/hide directory delete b...yulai.li1-0/+3
2022-06-08auto remove previous leftover socketchrislu1-3/+3
2022-06-08filer: fix customizable local socket file namechrislu1-2/+0
2022-05-15s3: add grpc server to accept configuration changeschrislu1-0/+1
2022-05-01filer: add filer groupchrislu1-0/+3
2022-04-18start filer local socket only on non windowschrislu1-15/+17
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-0/+1
2022-03-26refactor: change masters from a slice to a mapchrislu1-2/+2
2022-03-23fix cmdFilerKonstantin Lebedev1-1/+1
2022-03-23set iam ip from filerKonstantin Lebedev1-1/+1
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...Berck Nash1-1/+2
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-4/+21
2022-03-11default bind to one ip addresschrislu1-1/+4
2022-03-07[bugfix] filer: nil pointer dereferencebanjiaojuhao1-1/+1
2022-03-07s3 and filer transport using unix domain socket instead of tcpchrislu1-0/+21
2022-02-14mount: default disable cachechrislu1-1/+1
2021-12-17s3: bind to a specific IPchrislu1-0/+1
2021-12-07audit log configKonstantin Lebedev1-0/+1
2021-11-06filer: deprecate "-peers" optionChris Lu1-9/+0
2021-09-26s3: default to allow empty folder for better performanceChris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-1/+4
2021-09-12change server address from string to a typeChris Lu1-7/+11
2021-09-12custom grpc port: filerChris Lu1-1/+3
2021-09-07better IP v6 supportChris Lu1-4/+3