| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-02 | Fix KeyMaterial nil bug (#5849) | qinguoyi | 1 | -0/+3 | |
| 2024-07-27 | [filer] fix panic filer on webdav.maxMB (#5822) | Konstantin Lebedev | 1 | -0/+1 | |
| fix panic filer on webdav.maxMB | |||||
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 1 | -1/+1 | |
| 2024-07-12 | -metricsIp cmd flag (#5773) | vadimartynov | 1 | -1/+11 | |
| * 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 | |||||
| 2024-07-11 | Added tls for http handlers (#5764) | vadimartynov | 1 | -11/+70 | |
| * Added https handler for filer * Added example for security.toml | |||||
| 2024-06-30 | using fixed bootstrap from peer filer3.69 | chrislu | 1 | -3/+0 | |
| 2024-06-10 | Fix Filer Sync Issue: 5455 (#5663) | MeenakshiSachdeva | 1 | -0/+3 | |
| 2024-02-27 | Disable filer UI in configuration (#5297) | jerebear12 | 1 | -0/+2 | |
| * Add filer.ui.enabled configuration property * Add filer.expose_directory_metadata to config * Ammend commit * Remove ShowUI reference * Update all routes that allow directory metadata * Add cmd flag to server.go | |||||
| 2024-01-02 | avoid nil | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5153 introduced from #5109 | |||||
| 2023-12-20 | Set allowed origins in config (#5109) | jerebear12 | 1 | -0/+6 | |
| * 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-11-01 | Pass correct Filer's gRPC port to S3 server. (#4972) | tired-engineer | 1 | -1/+1 | |
| Fixes seaweedfs/seaweedfs#4971 | |||||
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -3/+3 | |
| 2023-06-26 | Unix Socket listener for S3 server (#4621) | Amir H. Yeganemehr | 1 | -0/+1 | |
| Add localSocket option to s3 server | |||||
| 2023-06-13 | optional https port for s3 (#4482) | Konstantin Lebedev | 1 | -0/+1 | |
| Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-02-25 | add -disk to filer command (#4247) | lfhy | 1 | -0/+8 | |
| * add -disk to filer command * add diskType to filer.grpc * use filer.disk when filerWebDavOptions.disk is empty * add filer.disk to weed server command. --------- Co-authored-by: 三千院羽 <3000y@MacBook-Pro.lan> | |||||
| 2023-01-08 | add missing options for webdav | chrislu | 1 | -0/+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 | -3/+3 | |
| * 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 | refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662) | Ryan Russell | 1 | -1/+1 | |
| 2022-09-01 | avoid DATA RACE on S3Options.localFilerSocket (#3571) | Konstantin Lebedev | 1 | -6/+7 | |
| * avoid DATA RACE on S3Options.localFilerSocket https://github.com/seaweedfs/seaweedfs/issues/3552 * copy localSocket | |||||
| 2022-08-30 | avoid data race access to startDelay (#3548) | Konstantin Lebedev | 1 | -9/+9 | |
| 2022-08-05 | Add download speed limit support (#3408) | LHHDZ | 1 | -0/+3 | |
| 2022-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -0/+4 | |
| * 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 | -8/+8 | |
| 2022-06-27 | Improve filer command help, add supported filer store list | yulai.li | 1 | -5/+21 | |
| 2022-06-15 | Change ui.deleteDir default to true | yulai.li | 1 | -1/+1 | |
| 2022-06-15 | Add filer command line parameter to let Filer UI show/hide directory delete ↵ | yulai.li | 1 | -0/+3 | |
| button | |||||
| 2022-06-08 | auto remove previous leftover socket | chrislu | 1 | -3/+3 | |
| 2022-06-08 | filer: fix customizable local socket file name | chrislu | 1 | -2/+0 | |
| fix https://github.com/chrislusf/seaweedfs/issues/3147 | |||||
| 2022-05-15 | s3: add grpc server to accept configuration changes | chrislu | 1 | -0/+1 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -0/+3 | |
| 2022-04-18 | start filer local socket only on non windows | chrislu | 1 | -15/+17 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2930 | |||||
| 2022-03-30 | allowDeleteBucketNotEmpty | Konstantin Lebedev | 1 | -0/+1 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -2/+2 | |
| 2022-03-23 | fix cmdFiler | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-23 | set iam ip from filer | Konstantin Lebedev | 1 | -1/+1 | |
| 2022-03-17 | The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few ↵ | Berck Nash | 1 | -1/+2 | |
| problems: (1) The help file says that in the absence of a ipBind being specified, that it will bind to the "ip" specified. Instead, it bound to localhost which broke the default configuration. This change implements the documented behavior instead. (2) The new IAM filer ip address has no default. This instantiates it to the same as the filer IP. I'm not sure if there should be a corresponding iam.ip or iam.ipBind option added to the filer command? | |||||
| 2022-03-15 | master, filer, s3: also listen to "localhost" in addition to specific ip address | chrislu | 1 | -4/+21 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-11 | default bind to one ip address | chrislu | 1 | -1/+4 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2022-03-07 | [bugfix] filer: nil pointer dereference | banjiaojuhao | 1 | -1/+1 | |
| 2022-03-07 | s3 and filer transport using unix domain socket instead of tcp | chrislu | 1 | -0/+21 | |
| 2022-02-14 | mount: default disable cache | chrislu | 1 | -1/+1 | |
| * Prevent cases as https://github.com/seaweedfs/seaweedfs-csi-driver/issues/43 * Improve read write benchmarks * Improve AI training performance. Most of the files are just read once. | |||||
| 2021-12-17 | s3: bind to a specific IP | chrislu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2516 | |||||
| 2021-12-07 | audit log config | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-11-06 | filer: deprecate "-peers" option | Chris Lu | 1 | -9/+0 | |
| 2021-09-26 | s3: default to allow empty folder for better performance | Chris Lu | 1 | -1/+1 | |
| 2021-09-20 | use default 10000 for grpc port | Chris Lu | 1 | -1/+4 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -7/+11 | |
| 2021-09-12 | custom grpc port: filer | Chris Lu | 1 | -1/+3 | |
| 2021-09-07 | better IP v6 support | Chris Lu | 1 | -4/+3 | |
