aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-26Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)Chris Lu1-4/+10
2025-11-26Filer, S3: Feature/add concurrent file upload limit (#7554)Chris Lu1-2/+16
2025-06-03change version directorychrislu1-5/+4
2024-10-14feat: add in-flight metric for s3/file/volume-server (#6120)steve.wei1-0/+5
2024-09-09more consistent server header for s3 apischrislu1-3/+3
2024-03-14[filer] replace an invalid methods in a metric with an invalid one (#5378)Konstantin Lebedev1-10/+12
2024-01-17chore: filer healthz handler check filer store (#5208)Konstantin Lebedev1-1/+9
2024-01-17[filer] avoid return http ok for not allowed methods (#5209)Konstantin Lebedev1-12/+12
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-8/+12
2023-12-20Set allowed origins in config (#5109)jerebear121-6/+40
2023-10-08added healthz endpoint to filer (#4899)Yuval Yacoby1-0/+5
2023-09-18Revert "Revert "Merge branch 'master' into sub""chrislu1-6/+6
2023-09-18Revert "Merge branch 'master' into sub"chrislu1-6/+6
2023-09-18fix: mount proxyByFiler write error: wrong jwtzemul1-6/+6
2022-09-27Allow CORS on Filer (#3750)jerebear121-11/+24
2022-08-24Fix race conditions during in-flight size checks (#3505)Patrick Schmidt1-5/+8
2022-08-04refactor FilerRequest metrics (#3402)Konstantin Lebedev1-24/+11
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2021-12-30FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 ClientSebastian Kurfuerst1-9/+69
2021-08-10fix avoid lock errorChris Lu1-1/+1
2021-07-19remove unused parameterChris Lu1-4/+4
2021-06-06optionally disable concurrent upload limitChris Lu1-1/+3
2021-03-30refactorChris Lu1-2/+2
2021-03-30filer, volume: add concurrent upload size limit to avoid OOMChris Lu1-10/+27
2021-01-28go fmtChris Lu1-1/+1
2021-01-24filer.sync: replicate outside of either cluster, only need to see filersChris Lu1-11/+19
2021-01-23filer: add "proxyToFileId" to reverse proxy to a volume serverChris Lu1-3/+10
2020-11-15go fmtChris Lu1-2/+2
2020-11-09filer: add API to add/modify/delete taggingChris Lu1-2/+10
2020-10-31go fmtChris Lu1-1/+1
2020-10-31filer: add CORS supportChris Lu1-0/+25
2020-09-20refactoringChris Lu1-0/+3
2019-06-25refactoringChris Lu1-0/+19
2017-05-27filer add readonly public portChris Lu1-0/+9
2016-06-02refactoringChris Lu1-245/+0
2016-06-02directory structure change to work with glideChris Lu1-0/+265