aboutsummaryrefslogtreecommitdiff
path: root/weed
AgeCommit message (Expand)AuthorFilesLines
2025-10-28[master] vaccum fix warn (#7312)Konstantin Lebedev1-1/+1
2025-10-28IAM: add support for advanced IAM config file to server command (#7317)Nial2-1/+20
2025-10-28S3: auth supports X-Forwarded-Host and X-Forwarded-Port (#7398)Chris Lu3-1/+236
2025-10-27go fmtchrislu32-363/+337
2025-10-27Erasure Coding: Ec refactoring (#7396)Chris Lu15-296/+564
2025-10-27fix nilchrislu1-1/+4
2025-10-273.993.99chrislu1-1/+1
2025-10-26fix commentchrislu1-1/+1
2025-10-26Volume Server: handle incomplete ec encoding (#7384)Chris Lu5-16/+1301
2025-10-25s3: combine all signature verification checks into a single function (#7330)Tom Crasset6-332/+592
2025-10-25Filer: batch deletion operations to return individual error results (#7382)Chris Lu5-44/+86
2025-10-24Shell: Added a helper function `isHelpRequest()` (#7380)Chris Lu12-7/+87
2025-10-24Store full shell command in shell history (#7378)Yavor Konstantinov1-2/+4
2025-10-24Volume Server: Unexpected Deletion of Remote Tier Data (#7377)Chris Lu1-0/+13
2025-10-24Clients to volume server requires JWT tokens for all read operations (#7376)Chris Lu6-31/+66
2025-10-24[Admin UI] Login not possible due to securecookie error (#7374)Chris Lu3-27/+87
2025-10-24fix: Use a mixed of virtual and path styles within a single subdomain (#7357)Konstantin Lebedev2-4/+277
2025-10-24Improve admin urls (#7370)Yavor Konstantinov4-125/+158
2025-10-24avoid repeated reading disk (#7369)Chris Lu6-74/+237
2025-10-24Revert "fix reading"chrislu6-182/+58
2025-10-24fix readingchrislu6-58/+182
2025-10-23Fix 'NaN%' issue when running volume.fsck (#7368)Yavor Konstantinov1-1/+6
2025-10-23S3 API: Fix SSE-S3 decryption on object download (#7366)Chris Lu17-256/+1762
2025-10-23Improve-worker (#7367)Mariano Ntrougkas4-36/+12
2025-10-23fixing auto complete (#7365)Chris Lu1-5/+69
2025-10-22Update volume_growth_reservation_test.gochrislu1-0/+5
2025-10-22Update volume_growth_reservation_test.gochrislu1-6/+8
2025-10-22♻️ refactor(worker): decouple state management using command-query patter...Mariano Ntrougkas2-578/+753
2025-10-22S3: Avoid in-memory map concurrent writes in SSE-S3 key manager (#7358)Chris Lu4-40/+247
2025-10-21[weed] update volume.fix.replication description (#7340)nightcoffee2-3/+3
2025-10-21Switch to seaweedfs/cockroachdb-parser directlyChris Lu1-2/+2
2025-10-203.98Chris Lu1-1/+1
2025-10-20Merge branch 'master' of https://github.com/seaweedfs/seaweedfsChris Lu1-2/+3
2025-10-20go install github.com/a-h/templ/cmd/templ@latestChris Lu30-32/+30
2025-10-20Fix deadlock in worker client Connect() method (#7350)Chris Lu1-2/+3
2025-10-20fix testschrislu1-3/+5
2025-10-20create new volumes on less occupied disk locations (#7349)Chris Lu4-4/+328
2025-10-17Clean up logs and deprecated functions (#7339)Chris Lu24-179/+16
2025-10-17Fixes for kafka gateway (#7329)Chris Lu55-2472/+6522
2025-10-16Fix uncleanable orphans issue with `volume.fsck -forcePurging` (#7332)Jaehoon Kim2-2/+2
2025-10-15S3: Signature verification should not check permissions (#7335)Chris Lu3-22/+56
2025-10-13Added bounds checking after calculating startIdx.chrislu1-6/+13
2025-10-13nil checkingchrislu1-0/+18
2025-10-13Add Kafka Gateway (#7231)Chris Lu230-1883/+53599
2025-10-08Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)Chris Lu21-480/+1206
2025-10-08Fix #7060: Return 400 InvalidRequest instead of 500 for context canceled erro...Chris Lu2-0/+13
2025-10-08Fix #7307: Prevent infinite loop in volume.check.disk (#7308)Chris Lu1-3/+25
2025-10-08Fix #7305: Return 400 BadDigest instead of 500 InternalError for MD5 mismatch...Chris Lu7-10/+82
2025-09-30fix(admin): resolve login redirect loop in admin interface (#7272) (#7280)LeeXN1-0/+7
2025-09-30fix leaking goroutines (#7291)Chris Lu2-3/+6