| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-04 | support write once read many | chrislu | 2 | -0/+3 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5954 | |||||
| 2024-09-04 | Revert "weed mount, weed dav add option to force cache" | chrislu | 3 | -6/+0 | |
| This reverts commit 7367b976b05bfa69158a60f205dec970c48f50f0. | |||||
| 2024-09-04 | weed mount, weed dav add option to force cache | chrislu | 3 | -0/+6 | |
| 2024-09-04 | default cacheDirWrite to cacheDir | chrislu | 2 | -2/+7 | |
| 2024-08-23 | filer.remote.gateway not filer.remote.sync for filer.remote.gateway help ↵ | Shaun Alexander | 1 | -1/+1 | |
| string. (#5935) | |||||
| 2024-08-21 | add parallel vacuuming | chrislu | 2 | -12/+16 | |
| 2024-08-08 | fix invalid toml | chrislu | 1 | -1/+1 | |
| 2024-08-02 | Fix KeyMaterial nil bug (#5849) | qinguoyi | 1 | -0/+3 | |
| 2024-08-02 | Fix KeyMaterial nil bug (#5848) | qinguoyi | 1 | -2/+5 | |
| 2024-08-02 | Fix extractToFile gz file nil bug (#5847) | qinguoyi | 1 | -2/+7 | |
| 2024-08-02 | add command backup destory volume error log (#5846) | qinguoyi | 1 | -1/+3 | |
| 2024-08-01 | rename functions | chrislu | 1 | -1/+1 | |
| 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-27 | [filer] fix panic filer on webdav.maxMB (#5822) | Konstantin Lebedev | 1 | -0/+1 | |
| fix panic filer on webdav.maxMB | |||||
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 5 | -13/+35 | |
| * Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func | |||||
| 2024-07-16 | minor | chrislu | 1 | -3/+3 | |
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 24 | -24/+24 | |
| 2024-07-12 | ensure metadata follow a specific folder | chrislu | 5 | -5/+26 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5774 | |||||
| 2024-07-12 | -metricsIp cmd flag (#5773) | vadimartynov | 5 | -5/+48 | |
| * 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 | 2 | -13/+79 | |
| * Added https handler for filer * Added example for security.toml | |||||
| 2024-07-03 | log error message | chrislu | 1 | -2/+2 | |
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 1 | -3/+3 | |
| 2024-06-30 | using fixed bootstrap from peer filer3.69 | chrislu | 2 | -4/+0 | |
| 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 | |
