aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
11 daysInitial planorigin/copilot/sub-pr-7677copilot-swe-agent[bot]0-0/+0
11 daysExtract recheckPolicyWithObjectEntry helper to reduce duplicationchrislu2-26/+23
11 daysFix HeadObject action name in docs for consistencychrislu1-1/+1
11 daysFix GetObjectHandler to match HeadObjectHandler patternchrislu1-15/+20
11 daysAddress code review feedbackchrislu2-44/+45
11 daysAddress code review nitpickschrislu3-94/+42
11 daysAdd integration tests for s3:ExistingObjectTag conditionschrislu2-2/+262
11 daysImplement tag-based policy re-check in handlerschrislu6-11/+80
11 dayss3: document s3:ExistingObjectTag support and feature statuschrislu6-22/+123
11 dayss3: add tests for s3:ExistingObjectTag policy conditionschrislu1-0/+263
11 dayss3: update EvaluatePolicy to accept object entry for tag conditionschrislu3-65/+30
11 dayss3: add s3:ExistingObjectTag condition support in policy enginechrislu3-9/+54
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