| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-02 | Fix KeyMaterial nil bug (#5848) | qinguoyi | 1 | -2/+5 | |
| 2024-08-01 | fix CVE-2016-2183 (#5844) | zuzuviewer | 1 | -0/+4 | |
| * fix CVE-2016-2183 * allow tls.min_version and tls.max_version not set | |||||
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 1 | -1/+1 | |
| 2024-07-12 | -metricsIp cmd flag (#5773) | vadimartynov | 1 | -1/+9 | |
| * Added/Updated: - Added metrics ip options for all servers; - Fixed a bug with the selection of the binIp or ip parameter for the metrics handler; * Fixed cmd flags | |||||
| 2023-12-20 | Set allowed origins in config (#5109) | jerebear12 | 1 | -0/+4 | |
| * Add a way to use a JWT in an HTTP only cookie If a JWT is not included in the Authorization header or a query string, attempt to get a JWT from an HTTP only cookie. * Added a way to specify allowed origins header from config * Removed unecessary log * Check list of domains from config or command flag * Handle default wildcard and change name of config value to cors | |||||
| 2023-10-13 | Add optional flags to enable mTLS with verification of client certificate ↵ | James Hedley | 1 | -1/+27 | |
| (#4910) | |||||
| 2023-06-26 | Unix Socket listener for S3 server (#4621) | Amir H. Yeganemehr | 1 | -2/+26 | |
| Add localSocket option to s3 server | |||||
| 2023-06-13 | optional https port for s3 (#4482) | Konstantin Lebedev | 1 | -7/+28 | |
| Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-06-04 | S3 TLS credentials Refreshing (#4506) | Konstantin Lebedev | 1 | -2/+21 | |
| * S3 TLS credentials Refreshing * fix: logging --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-05-16 | Use filerGroup for s3 buckets collection prefix (#4465) | SmsS4 | 1 | -0/+3 | |
| * Use filerGroup for s3 buckets collection prefix * Fix templates * Remove flags * Remove s3CollectionPrefix | |||||
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+1 | |
| 2022-11-24 | [metrics] Add the ability to control bind ip (#4012) | Jiffs Maverick | 1 | -1/+1 | |
| 2022-09-14 | refactor(various): `Listner` -> `Listener` readability improvements (#3672) | Ryan Russell | 1 | -5/+5 | |
| * refactor(net_timeout): `listner` -> `listener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(s3): `s3ApiLocalListner` -> `s3ApiLocalListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(filer): `localPublicListner` -> `localPublicListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(command): `masterLocalListner` -> `masterLocalListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(net_timeout): `ipListner` -> `ipListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-09-14 | fix 'localFilerSocket' nil pointer (#3654) | LHHDZ | 1 | -0/+1 | |
| 2022-09-06 | avoid SIGSEGV on localFilerSocket (#3609) | Konstantin Lebedev | 1 | -2/+5 | |
| https://github.com/seaweedfs/seaweedfs/issues/3607 | |||||
| 2022-09-01 | avoid DATA RACE on S3Options.localFilerSocket (#3571) | Konstantin Lebedev | 1 | -1/+1 | |
| * avoid DATA RACE on S3Options.localFilerSocket https://github.com/seaweedfs/seaweedfs/issues/3552 * copy localSocket | |||||
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+3 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -9/+9 | |
| 2022-05-15 | s3: add grpc server to accept configuration changes | chrislu | 1 | -1/+22 | |
| 2022-03-30 | allowDeleteBucketNotEmpty | Konstantin Lebedev | 1 | -19/+22 | |
| 2022-03-15 | master, filer, s3: also listen to "localhost" in addition to specific ip address | chrislu | 1 | -1/+15 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-11 | default bind to one ip address | chrislu | 1 | -1/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-07 | s3 and filer transport using unix domain socket instead of tcp | chrislu | 1 | -0/+2 | |
| 2021-12-29 | dynamically adjust connection timeout | chrislu | 1 | -1/+1 | |
| better fix for https://github.com/chrislusf/seaweedfs/issues/2541 | |||||
| 2021-12-29 | s3: increase timeout limit | chrislu | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/2541 | |||||
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-17 | s3: bind to a specific IP | chrislu | 1 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2516 | |||||
| 2021-12-10 | audit log SignatureVersion | kmlebedev | 1 | -1/+3 | |
| 2021-12-09 | non blocking audit log | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-12-07 | audit log config | Konstantin Lebedev | 1 | -1/+7 | |
| 2021-12-07 | audit log | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-09-26 | s3: default to allow empty folder for better performance | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -11/+6 | |
| 2021-03-02 | support IPv6 | Chris Lu | 1 | -1/+1 | |
| 2020-12-27 | s3: add option for "alllowEmptyFolder" | Chris Lu | 1 | -7/+10 | |
| 2020-10-22 | set desc of option | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-10-08 | s3: adjust config examples | Chris Lu | 1 | -1/+13 | |
| 2020-09-24 | adjust for metrics port | Chris Lu | 1 | -2/+3 | |
| 2020-09-24 | fix style | Konstantin Lebedev | 1 | -0/+1 | |
| 2020-09-24 | add start metrics server | Konstantin Lebedev | 1 | -7/+9 | |
| 2020-09-20 | adjust logging | Chris Lu | 1 | -4/+1 | |
| 2020-09-19 | volume: get metrics configuration from master | Chris Lu | 1 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1354 | |||||
| 2020-09-17 | s3 add metrics | Chris Lu | 1 | -0/+9 | |
| empty for now | |||||
| 2020-07-28 | s3: use bucket in the domain | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1405 | |||||
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -2/+2 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -2/+3 | |
| 2020-02-26 | s3: wait to connect to filer | Chris Lu | 1 | -10/+15 | |
| 2020-02-25 | remove ctx if possible | Chris Lu | 1 | -2/+1 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-02-24 | filer: dynamically create bucket under /buckets folder | Chris Lu | 1 | -0/+1 | |
