| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+1 | |
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 1 | -2/+3 | |
| * remove old raft servers if they don't answer to pings for too long add ping durations as options rename ping fields fix some todos get masters through masterclient raft remove server from leader use raft servers to ping them CheckMastersAlive for hashicorp raft only * prepare blocking ping * pass waitForReady as param * pass waitForReady through all functions * waitForReady works * refactor * remove unneeded params * rollback unneeded changes * fix | |||||
| 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 | -3/+3 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -2/+2 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-12-07 | audit log config | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-12-07 | audit log | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-10-31 | refactoring | Chris Lu | 1 | -4/+4 | |
| 2021-10-11 | AclHandlers | Konstantin Lebedev | 1 | -0/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -1/+1 | |
| 2021-06-10 | refactor | Chris Lu | 1 | -73/+4 | |
| 2021-06-10 | refactoring | Chris Lu | 1 | -4/+3 | |
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -0/+3 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -3/+0 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 1 | -0/+3 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -3/+0 | |
| 2020-10-11 | refactoring in order to adjust volume server url later | Chris Lu | 1 | -2/+2 | |
| 2020-09-19 | refactoring | Chris Lu | 1 | -5/+6 | |
| 2020-06-11 | return xml encoded NotFound status code for s3 delete | Rinat Shigapov | 1 | -1/+8 | |
| 2020-04-29 | refactoring | Chris Lu | 1 | -0/+2 | |
| 2020-03-26 | go fmt | Chris Lu | 1 | -1/+0 | |
| 2020-03-23 | refactoring | Chris Lu | 1 | -0/+4 | |
| 2020-03-22 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -2/+2 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -7/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -1/+1 | |
| 2019-04-05 | use cached grpc client | Chris Lu | 1 | -8/+5 | |
| 2019-03-15 | add context.Context | Chris Lu | 1 | -2/+3 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -1/+1 | |
| 2019-01-02 | fix s3 ListAllMyBucketsResult to work with s3cmd | Chris Lu | 1 | -0/+1 | |
| 2018-07-23 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2018-07-22 | print out unsupported methods | Chris Lu | 1 | -0/+2 | |
| 2018-07-21 | fix compilation | Chris Lu | 1 | -2/+0 | |
| 2018-07-21 | unused method | Chris Lu | 1 | -5/+0 | |
| 2018-07-21 | go fmt | Chris Lu | 1 | -8/+8 | |
| 2018-07-21 | add s3 upload, and removing mono and multi part upload analyzer | Chris Lu | 1 | -0/+12 | |
| removing mono and multi part upload analyzer, which were used just to determine the file name | |||||
| 2018-07-19 | add bucket creation and deletion | Chris Lu | 1 | -0/+4 | |
| 1. option for "weed s3 -filer.dir.buckets" to choose a folder for buckets 2. create a bucket 3. delete a bucket, recursively delete all metadata on filer | |||||
| 2018-07-18 | refactoring | Chris Lu | 1 | -0/+24 | |
| 2018-07-18 | add list all my buckets | Chris Lu | 1 | -0/+67 | |
