aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysfeat(iam): add SetUserStatus and UpdateAccessKey actions (#7745)origin/feature/iam-user-status-management-7745chrislu9-19/+575
6 daysUpdate constants.gochrislu1-1/+0
6 daysRefactor: Extract common IAM logic into shared weed/iam package (#7747)chrislu7-430/+509
6 daysEmbed IAM API into S3 server (#7740)Chris Lu12-44/+2241
6 daysfix: use path instead of filepath for S3 object paths on Windows (#7739)Chris Lu5-9/+202
7 daysfix: WaitUntilConnected now respects context cancellation during sleep (#7737)Chris Lu1-1/+8
7 daysfix: admin UI bucket deletion with filer group configured (#7735)Chris Lu8-41/+767
7 daysfix: CORS wildcard subdomain matching cache race condition (#7736)Chris Lu3-6/+53
7 daysfix: admin UI bucket delete now properly deletes collection and checks Object...Chris Lu5-158/+316
7 daysfix(s3): start KeepConnectedToMaster for filer discovery with filerGroup (#7732)Chris Lu2-0/+106
7 daystest: add integration test for versioned object listing path fix (#7731)Chris Lu1-0/+327
7 daysvolume.fsck: increase default cutoffTimeAgo from 5 minutes to 5 hours (#7730)Chris Lu1-1/+7
7 daysfix: prevent path doubling in versioned object listing (#7729)Chris Lu1-1/+4
8 daysImplement a `weed shell` command to return a status overview of the cluster. ...Lisandro Pin1-0/+214
8 daysshell: add -owner flag to s3.bucket.create command (#7728)Chris Lu9-177/+723
8 dayss3: allow -s3.config and -s3.iam.config to work together (#7727)Chris Lu1-8/+8
8 dayss3: enable auth when IAM integration is configured (#7726)Chris Lu2-0/+158
8 daysReduce memory allocations in hot paths (#7725)Chris Lu10-31/+298
9 dayschore(deps): bump github.com/quic-go/quic-go from 0.54.1 to 0.57.0 (#7718)dependabot[bot]2-11/+8
9 daysfiler.sync: fix checkpoint not being saved properly (#7719)Chris Lu2-4/+50
9 daystest: fix master client timeout causing test hangs (#7715)Chris Lu1-141/+108
9 dayss3: fix presigned POST upload missing slash between bucket and key (#7714)Chris Lu4-3/+414
9 daysec: add -diskType flag to EC commands for SSD support (#7607)Chris Lu9-97/+1310
9 daysfmtchrislu1-33/+33
10 daysfix: filer do not support IP whitelist right now #7094 (#7095)Konstantin Lebedev1-4/+5
10 daysRemove default concurrent upload/download limits for best performance (#7712)Chris Lu4-9/+9
10 daysfix: weed shell can't connect to master when no volume servers (#7710)Chris Lu1-7/+22
10 daysfix worker -admin -adminServer error (#7706)MorezMartin1-2/+2
10 daysdocker: add curl for HTTPS healthcheck support (#7709)Chris Lu4-3/+4
10 daysfix object namechrislu1-2/+3
10 daysmount: add periodic metadata sync to protect chunks from orphan cleanup (#7700)Chris Lu4-0/+180
10 daysFix s3 versioning listing bugs (#7705)jfburdet2-184/+199
10 daysfiler: add write batching for FoundationDB store to improve throughput (#7708)Chris Lu3-3/+175
10 daysfix: cache successful volume lookups instead of failed ones (#7698)Chris Lu1-3/+4
10 daysmount: improve EnsureVisited performance with dedup, parallelism, and batchin...Chris Lu4-33/+129
10 daysmount: improve NFS directory listing (#7696)Chris Lu1-29/+24
10 daysfix nfs list with prefix batch scan (#7694)Bruce Zou1-30/+69
11 daysfix: prevent filer.backup stall in single-filer setups (#7695)Chris Lu6-1/+1090
11 daysfix: skip log files with deleted volumes in filer backup (#7692)Chris Lu3-15/+78
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