aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysmount: improve read throughput by enabling parallel HTTP connectionsorigin/fix-mount-read-throughput-7504chrislu2-1/+22
11 dayshelm: fix admin secret template paths and remove duplicate (#7690)Chris Lu3-10/+55
11 daysHelm Charts: add admin and worker to helm charts (#7688)Chris Lu11-1/+1225
11 daysfix: return error on size mismatch in ReadNeedleMeta for consistency (#7687)Chris Lu1-0/+1
11 daysfix: prevent empty .vif files from ec.decode causing parse errors (#7686)Chris Lu2-0/+17
11 daysmount: fix weed inode nlookup do not equel kernel inode nlookup (#7682)Chen Pu2-18/+28
11 dayss3api: remove redundant auth verification in getRequestDataReader (#7685)Chris Lu1-6/+1
11 dayss3: add s3:ExistingObjectTag condition support for bucket policies (#7677)Chris Lu11-105/+762
11 daysfix: add missing backslash for volume extraArgs in helm chart (#7676)Chris Lu44-58/+83
11 daysfix: prevent makeslice panic in ReadNeedleMeta with corrupted needle (#7675)Chris Lu1-0/+3
11 daysmount: add mutex to DirectoryHandle to fix race condition (#7674)Chris Lu1-18/+32
12 dayssts: limit session duration to incoming token's exp claim (#7670)Chris Lu4-10/+279
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