| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-22 | fix: correct command flag for master.raftBootstrap option in server.go (#5701) | Nikita Borzykh | 1 | -1/+1 | |
| 2024-06-17 | adjust error handling | chrislu | 4 | -4/+4 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5677 | |||||
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 7 | -10/+15 | |
| * Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark | |||||
| 2024-06-10 | Meenakshi fix filer sync (#5672) | MeenakshiSachdeva | 1 | -0/+1 | |
| * Fix Filer Sync Issue: 5455 * Fix Filer Sync Issue: 5455 | |||||
| 2024-06-10 | Fix Filer Sync Issue: 5455 (#5663) | MeenakshiSachdeva | 1 | -0/+3 | |
| 2024-05-18 | Feature/mongodb security (#5602) | sb | 1 | -0/+1 | |
| 2024-05-18 | add filer configuration options for username/password and tls (#5601) | sb | 1 | -0/+6 | |
| 2024-05-12 | fix: recreate index include deleted files (#5579) | Konstantin Lebedev | 1 | -12/+46 | |
| * fix: recreate index include deleted files https://github.com/seaweedfs/seaweedfs/issues/5508 * fix: counting the number of files * fix: log | |||||
| 2024-03-24 | fix filer address parsing (#5415) | Nikita Korolev | 1 | -13/+17 | |
| 2024-03-24 | Add TLS support, initial etcd connection check, fix key_prefix handling for ↵ | Nikita Borzykh | 1 | -0/+6 | |
| etcd backend meta storage (#5403) | |||||
| 2024-03-20 | fix: sync without dir /buckets/some/.uploads/hash_hash (#5402) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-03-15 | Document default method used by compact (#5379) | Michał Frąckiewicz | 1 | -1/+1 | |
| 2024-03-09 | remove repetitive words (#5364) | rustrover | 1 | -1/+1 | |
| 2024-03-07 | [filer.backup] add param uploader_part_size for S3sink (#5352) | Konstantin Lebedev | 1 | -2/+1 | |
| * fix: install cronie * chore: refactor configure S3Sink * chore: refactor cinfig * add filer-backup compose file * fix: X-Amz-Meta-Mtime and resolve with comments * fix: attr mtime * fix: MaxUploadPartst is reduced to the maximum allowable * fix: env and force set max MaxUploadParts * fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB | |||||
| 2024-02-29 | Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the fin… (#5351) | Sean Ross | 1 | -1/+3 | |
| Moved noapplexattr under runtime.GOARCH == "amd64" to resolve the finder copy bug on arm64 macOS devices. | |||||
| 2024-02-27 | Disable filer UI in configuration (#5297) | jerebear12 | 3 | -0/+10 | |
| * 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-18 | skip updating multipart .upload files | chrislu | 1 | -0/+3 | |
| 2024-01-18 | skip updating the .upload multipart files | chrislu | 1 | -0/+3 | |
| 2024-01-18 | go fmt | chrislu | 1 | -1/+1 | |
| 2024-01-18 | fix | chrislu | 1 | -1/+0 | |
| 2024-01-18 | Merge branch 'pr/5216' | chrislu | 2 | -2/+10 | |
| 2024-01-18 | refactor | chrislu | 2 | -3/+8 | |
| 2024-01-18 | fix: skip s3 .uploads | XIAOYQ | 1 | -1/+4 | |
| 2024-01-17 | chore: fix typos in scaffold help output (#5211) | Andrew Azores | 1 | -3/+3 | |
| 2024-01-12 | fix: doDeleteFiles deletes files (#5198) | Konstantin Lebedev | 1 | -1/+1 | |
| 2024-01-12 | Fix filer sync set offset (#5197) | Konstantin Lebedev | 4 | -25/+29 | |
| * fix: compose 2mount with sync * fix: DATA RACE https://github.com/seaweedfs/seaweedfs/issues/5194 https://github.com/seaweedfs/seaweedfs/issues/5195 | |||||
| 2024-01-06 | chore: filer sync add doDeleteFiles option for create only mode (#5166) | Konstantin Lebedev | 1 | -2/+8 | |
| 2024-01-05 | chore: add maxMB option for webdav (#5165) | Konstantin Lebedev | 2 | -0/+4 | |
| 2024-01-02 | avoid nil | chrislu | 1 | -0/+1 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5153 introduced from #5109 | |||||
| 2023-12-22 | adjust options | chrislu | 1 | -1/+1 | |
| 2023-12-22 | fix | chrislu | 1 | -1/+1 | |
| 2023-12-22 | go fmt | chrislu | 2 | -16/+16 | |
| 2023-12-22 | Merge branch 'master' of https://github.com/seaweedfs/seaweedfs | chrislu | 6 | -4/+34 | |
| 2023-12-22 | option to filer.copy with public volume server url | chrislu | 1 | -0/+5 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5126 | |||||
| 2023-12-20 | Using filer.remote.sync concurrency in filer.remote.gateway (#5123) | Farbod | 1 | -4/+14 | |
| - Chnaged ProcessEvenFn to be concurrent just like filer.remote.sync Co-authored-by: itsfarbod <itsfarbod@hamravesh.com> | |||||
| 2023-12-20 | Set allowed origins in config (#5109) | jerebear12 | 4 | -0/+17 | |
| * 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-12-20 | chore: add dsn for connection to mysql (#5060) | Konstantin Lebedev | 1 | -0/+3 | |
| * chore: add dsn for connection to mysql * add comment * new comment * fix: validate dsn and adapt password | |||||
| 2023-12-13 | fix wrong parameter | chrislu | 2 | -7/+7 | |
| fix https://github.com/seaweedfs/seaweedfs/pull/5102 | |||||
| 2023-11-20 | weed/command: fix dropped error | Lars Lehtonen | 1 | -0/+3 | |
| 2023-11-17 | fix: add doDeleteFile option for filer backup | Konstantin Lebedev | 2 | -10/+14 | |
| 2023-11-13 | fix: excludeFileName is empty | Konstantin Lebedev | 1 | -3/+6 | |
| 2023-11-13 | filer backup add option for exclude file names that match the regexp to sync ↵ | Konstantin Lebedev | 2 | -3/+14 | |
| on filer | |||||
| 2023-11-01 | Pass correct Filer's gRPC port to S3 server. (#4972) | tired-engineer | 1 | -1/+1 | |
| Fixes seaweedfs/seaweedfs#4971 | |||||
| 2023-10-13 | Add optional flags to enable mTLS with verification of client certificate ↵ | James Hedley | 2 | -1/+29 | |
| (#4910) | |||||
| 2023-10-12 | fix: disallow file name too long when writing a file (#4881) | Konstantin Lebedev | 1 | -0/+1 | |
| * fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-10-09 | fix: skipping checking active volumes with the same number of files at the ↵ | Konstantin Lebedev | 1 | -1/+2 | |
| moment (#4893) * fix: skipping checking active volumes with the same number of files at the moment https://github.com/seaweedfs/seaweedfs/issues/4140 * refactor with comments https://github.com/seaweedfs/seaweedfs/issues/4140 * add TestShouldSkipVolume --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co> | |||||
| 2023-10-01 | RetryForever => RetryUntil | chrislu | 2 | -2/+2 | |
| 2023-09-27 | fix: avoid error file name too long when writing a file (#4876) | Konstantin Lebedev | 1 | -1/+1 | |
| 2023-09-25 | Revert "Revert "Merge branch 'master' of ↵ | chrislu | 1 | -2/+2 | |
| https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39 | |||||
| 2023-09-18 | Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs" | chrislu | 1 | -2/+2 | |
| This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b. | |||||
