aboutsummaryrefslogtreecommitdiff
path: root/weed/server/filer_server_handlers_read.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-8/+8
2024-08-21Fix get dir metadata (#5923)zemul1-2/+4
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-1/+1
2024-06-24adjust visibilitychrislu1-5/+5
2024-04-14[s3] fix s3 test_multipart_get_part (#5476)Konstantin Lebedev1-3/+19
2024-04-08fix: filer authenticate with with volume server (#5480)Henco Appel1-1/+6
2024-03-18fix get file metadata bug (#5394)jerebear121-4/+8
2024-02-27Disable filer UI in configuration (#5297)jerebear121-2/+2
2024-01-29fix: http range request return status 500 (#5251)Sébastien1-11/+21
2024-01-24fix: s3tests test_get_object_ifnonematch_good (#5237)Konstantin Lebedev1-1/+3
2024-01-10chore: add status code for request_total metrics (#5188)Konstantin Lebedev1-5/+5
2023-05-24add return for error handle (#4502)wusong1-2/+4
2023-04-11s3 fix get fake dir object key (#4390)Konstantin Lebedev1-4/+3
2023-02-01fix null content type caused exception in hdfs clientchrislu1-0/+2
2023-01-31 make directory lister trigger if mime type is httpd/unix-directory (#4169)a1-1/+3
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-4/+4
2022-10-12filer: get directory metadata (#3833)zemul1-2/+7
2022-09-04Turn down the 404 log level (#3585)famosss1-1/+1
2022-08-24s3: report metadata if the directory is explicitly created (#3498)Konstantin Lebedev1-9/+10
2022-08-23s3: report http.StatusOK if the directory is explicitly createdchrislu1-0/+4
2022-08-19Filer if-modified-since check doesn't fire on "exact" #3467chrislu1-1/+1
2022-08-05Add download speed limit support (#3408)LHHDZ1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-05-30move s3 related constants from package http to s3_constantschrislu1-3/+3
2022-04-24fix http response error codeguol-fnst1-1/+1
2022-03-07a little optimizationchrislu1-1/+2
2022-03-07filer: support metadata with resolved manifest chunkbanjiaojuhao1-1/+10
2022-02-26better control for reader cachingchrislu1-1/+4
2022-02-18filer: support get file entrybanjiaojuhao1-1/+5
2022-02-08fix preconditions according to https://tools.ietf.org/id/draft-ietf-httpbis-p...root1-20/+59
2022-02-04move error to a separate filechrislu1-5/+5
2022-02-04fix metric namesKonstantin Lebedev1-3/+3
2022-02-04error metrics for filer and storeKonstantin Lebedev1-0/+3
2021-12-15s3: pass through s3 presigned headerschrislu1-1/+1
2021-10-30rename API to avoid confusionChris Lu1-2/+2
2021-10-20fix object tagging https://github.com/chrislusf/seaweedfs/issues/2389Konstantin Lebedev1-9/+7
2021-10-11escape file name only when necessaryChris Lu1-2/+0
2021-09-19update logChris Lu1-1/+1
2021-09-19add cache error logChris Lu1-0/+1
2021-09-14go fmtChris Lu1-1/+1
2021-09-13Avoid xattr printed out as HTTP headersChris Lu1-1/+4
2021-09-13better etag matchingChris Lu1-1/+1
2021-08-18Fix image resizemauroparente1-0/+3
2021-08-09fixChris Lu1-1/+1
2021-08-09remote: filer cache remote content on readChris Lu1-10/+15
2021-07-31renameChris Lu1-1/+1
2021-07-31read <- remote_storageChris Lu1-1/+3
2021-07-28add ReadRemote(), add read remote setup when filer startsChris Lu1-4/+11
2021-07-19remove unused parameterChris Lu1-1/+1
2021-06-23adjust log levelChris Lu1-1/+1