aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 daysfix: restore volume mount when VolumeConfigure fails (#7669)Chris Lu1-0/+5
12 daysFix webhook duplicate deliveries and POST to GET conversion (#7668)Chris Lu4-16/+564
12 daysNit: have `ec.encode` exit immediately if no volumes are processed. (#7654)Lisandro Pin1-0/+4
12 daysUpdate notification.tomlchrislu1-1/+3
12 daysAdded a complete webhook configuration examplechrislu1-0/+15
12 dayschore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#7664)dependabot[bot]4-6/+6
12 dayschore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.20 to 1....dependabot[bot]2-15/+15
12 dayschore(deps): bump github.com/klauspost/reedsolomon from 1.12.5 to 1.12.6 (#7662)dependabot[bot]4-6/+6
12 dayschore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.89.1 to 1.93...dependabot[bot]2-33/+33
12 dayschore(deps): bump wangyoucao577/go-release-action from 1.53 to 1.54 (#7660)dependabot[bot]7-16/+16
12 dayschore(deps): bump actions/checkout from 4 to 6 (#7659)dependabot[bot]17-18/+18
12 dayschore(deps): bump cloud.google.com/go/kms from 1.23.1 to 1.23.2 (#7658)dependabot[bot]2-3/+3
12 dayschore(deps): bump actions/upload-artifact from 4 to 5 (#7657)dependabot[bot]1-1/+1
12 dayschore(deps): bump actions/setup-go from 5 to 6 (#7656)dependabot[bot]1-1/+1
12 daysfix random volume ids in master.html (#7655)Trim212-0/+6
12 days4.024.02chrislu2-3/+3
12 daysreduce minFreeSpacePercent to 1chrislu1-1/+1
12 daysfix: ARM v7 alignment issue for 64-bit atomic operations (#7652)Chris Lu1-27/+27
12 daysSFTP: support reloading user store on HUP signal (#7651)Chris Lu3-0/+21
12 dayss3: fix ListBuckets not showing buckets created by authenticated users (#7648)Chris Lu5-26/+192
13 daysfix: initialize missing S3 options in filer to prevent nil pointer dereferenc...Chris Lu1-0/+7
13 daysOptimize database connection pool settings for MySQL and PostgreSQL (#7645)Chris Lu1-12/+12
13 daysRemove allowEmptyFolder from s3tests.yml workflowchrislu1-5/+5
13 daysRemove deprecated allowEmptyFolder CLI optionchrislu20-50/+16
13 dayss3: optimize DELETE by skipping lock check for buckets without Object Lock (#...Chris Lu7-42/+113
14 dayshelm: enhance all-in-one deployment configuration (#7639)Chris Lu7-95/+254
14 daysfix: CompleteMultipartUpload fails for uploads with more than 1000 parts (#7641)Chris Lu1-1/+4
2025-12-05Update README.mdchrislu1-54/+11
2025-12-05fix: normalize Windows backslash paths in weed admin file uploads (#7636)Chris Lu3-8/+33
2025-12-05fix: Use mime.FormatMediaType for RFC 6266 compliant Content-Disposition (#7635)Chris Lu3-13/+12
2025-12-05fix: Admin UI file browser uses https.client TLS config for filer communicati...Chris Lu1-53/+165
2025-12-05Separate vacuum speed from replication speed (#7632)msementsov4-12/+19
2025-12-05fix: Admin UI user creation fails before filer discovery (#7624) (#7625)Chris Lu2-19/+13
2025-12-04mount: improve read throughput with parallel chunk fetching (#7627)Chris Lu4-49/+788
2025-12-04fix: S3 downloads failing after idle timeout (#7626)Chris Lu5-99/+32
2025-12-04fix: check freeEcSlot before evacuating EC shards to prevent data loss (#7621)Chris Lu1-8/+37
2025-12-04fix: properly handle errors in writeToFile to prevent 0-byte EC shards (#7620)Chris Lu1-3/+5
2025-12-04s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked upl...Chris Lu4-18/+171
2025-12-04fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not p...Chris Lu1-37/+5
2025-12-04fmtchrislu6-0/+6
2025-12-03filer: async empty folder cleanup via metadata events (#7614)Chris Lu9-52/+1685
2025-12-03[helm] Fix liveness/readiness probe scheme path in templates (#7616)Chris Lu8-13/+87
2025-12-03fix: SFTP HomeDir path translation for user operations (#7611)Chris Lu14-32/+1607
2025-12-03Fix handling of fixed read-only volumes for `volume.check.disk`. (#7612)Lisandro Pin1-19/+36
2025-12-03fix: update getVersioningState to signal non-existent buckets with Er… (#7613)Xiao Wei1-1/+3
2025-12-02fix: volume server healthz now checks local conditions only (#7610)Chris Lu2-13/+22
2025-12-02Support separate volume server ID independent of RPC bind address (#7609)Chris Lu14-28/+240
2025-12-02fix: skip cookie validation for EC volume deletion when SkipCookieCheck is se...Chris Lu1-11/+6
2025-12-02Add disk-aware EC rebalancing (#7597)Chris Lu7-73/+1673
2025-12-02Mutex command output writes for `volume.check.disk`. (#7605)Lisandro Pin2-22/+28