|  Konstantin Lebedev | 06da02739d | CheckAllChunkViews() for HEAD requests only | 5 years ago | 
				
					
						|  Konstantin Lebedev | 90510e3137 | If WriteHeader is not called explicitly, the first call to Write will trigger an implicit WriteHeader(http.StatusOK).
WriteHeader: Only one header may be written. Go does not currently! | 5 years ago | 
				
					
						|  Chris Lu | 5d446673a6 | fix error printing | 5 years ago | 
				
					
						|  Konstantin Lebedev | ee21c0042e | log error write entry | 5 years ago | 
				
					
						|  Chris Lu | 7ba75e3d5a | filer: do not return no content for empty files fix https://github.com/chrislusf/seaweedfs/issues/1831
fix https://github.com/chrislusf/seaweedfs/issues/1830 | 5 years ago | 
				
					
						|  Chris Lu | 711c3f3939 | filer: fix http status 206 setting fix https://github.com/chrislusf/seaweedfs/issues/1753 | 5 years ago | 
				
					
						|  Chris Lu | 698f58f7c4 | filer, s3: add http status 206 as late as possible fix https://github.com/chrislusf/seaweedfs/issues/1746 | 5 years ago | 
				
					
						|  henry | b42c5b71c1 | Seaweed custom header are not visible to Vue or javascript | 5 years ago | 
				
					
						|  henry | 1309dfe612 | Seaweed custom header are not visible to Vue or javascript | 5 years ago | 
				
					
						|  henry | 14ddd15508 | 1 Distinguish between folders and common files, folders are listed first 2 Add some custom headers that need to be exposed | 5 years ago | 
				
					
						|  henry | 7458ff9523 | Solve the Chinese name disorder of download file | 5 years ago | 
				
					
						|  Chris Lu | 765b3ef1be | save /etc/iam/identity.json inside filer store | 5 years ago | 
				
					
						|  Chris Lu | f4abd01adf | filer: cache small file to filer store | 5 years ago | 
				
					
						|  Chris Lu | 5448781dfc | filer: Headers with "Seaweed-" prefix are stored as extended properties | 5 years ago | 
				
					
						|  ruitao.liu | 22a9ea0512 | adjust s3 header file. | 5 years ago | 
				
					
						|  ruitao.liu | b917be7955 | S3 bucket list, response with uploaded storageclass. | 5 years ago | 
				
					
						|  ruitao.liu | 2dcc178d0a | save s3 metadata to filer. | 5 years ago | 
				
					
						|  ruitao.liu | 72f6b77dea | fix tag prefix. | 5 years ago | 
				
					
						|  ruitao.liu | 8766ca1b95 | rename s3 tag prefix. | 5 years ago | 
				
					
						|  ruitao.liu | 19026ae55d | return x-amz-tag-count header when GET object. | 5 years ago | 
				
					
						|  Chris Lu | eb7929a971 | rename filer2 to filer | 5 years ago | 
				
					
						|  Chris Lu | c647deace1 | file size support set file length use Attr.FileSize and TotalChunkSize to determine file size | 5 years ago | 
				
					
						|  Chris Lu | 3faa0aa448 | rename | 5 years ago | 
				
					
						|  Chris Lu | 023a1efdf2 | set filename in Content-Disposition header | 5 years ago | 
				
					
						|  Chris Lu | fb81f12686 | filer: simplify image resize | 6 years ago | 
				
					
						|  Chris Lu | ec2eb8bc48 | add If-None-Match and If-Modified-Since fix https://github.com/chrislusf/seaweedfs/issues/1269 | 6 years ago | 
				
					
						|  Chris Lu | c0f0fdb3ba | refactoring | 6 years ago | 
				
					
						|  Chris Lu | ae2ee379c0 | consistent 64bit size | 6 years ago | 
				
					
						|  Chris Lu | 65d2ea9fb0 | FUSE mount: stream read data with buffer fix https://github.com/chrislusf/seaweedfs/issues/1244 | 6 years ago | 
				
					
						|  Chris Lu | 308688c8d0 | filer: add back image resizing capability | 6 years ago | 
				
					
						|  Chris Lu | bec6ec7db6 | go fmt | 6 years ago | 
				
					
						|  Chris Lu | 9b3109a5d8 | filer: processing all response headers, no pass through to volume server * filer calculate MD5 etag
* filer handle response headers, instread of pass it to volume servers | 6 years ago | 
				
					
						|  Chris Lu | 11fceaf2f7 | refactoring | 6 years ago | 
				
					
						|  Chris Lu | 1a75fbfce0 | refactoring | 6 years ago | 
				
					
						|  Chris Lu | afb20de14c | breaks dependency loop | 6 years ago | 
				
					
						|  Chris Lu | dba35404e4 | filer: HEAD response add content type | 6 years ago | 
				
					
						|  Chris Lu | ea1169dc80 | filer cipher: single chunk http POST and PUT and read | 6 years ago | 
				
					
						|  Chris Lu | 13e215ee5c | filer: option to encrypt data on volume server | 6 years ago | 
				
					
						|  divinerapier | f1ee6b7a54 | fix abused 404 status code Signed-off-by: divinerapier <poriter.coco@gmail.com> | 6 years ago | 
				
					
						|  j.laycock | 6fc6322c90 | Change joeslay paths to chrislusf paths | 6 years ago | 
				
					
						|  j.laycock | 595a1beff0 | Swap imports to use joeslay | 6 years ago | 
				
					
						|  Chris Lu | 476a7c269c | detect a filer path is a file or a directory fix https://github.com/chrislusf/seaweedfs/issues/1004 | 6 years ago | 
				
					
						|  Chris Lu | 359563e95a | refactoring | 6 years ago | 
				
					
						|  Chris Lu | d1cd8f8c5b | add metrics, refactoring | 6 years ago | 
				
					
						|  Chris Lu | 3fa1f150d9 | refactoring | 6 years ago | 
				
					
						|  Chris Lu | 8b43679ae3 | refactoring | 6 years ago | 
				
					
						|  Chris Lu | a11525fe4e | filer: adds basic metrics pushing to Prometheus gateway | 6 years ago | 
				
					
						|  Chris Lu | 57092d69ac | go fmt | 6 years ago | 
				
					
						|  Chris Lu | ede876cfdb | periodic scripts exeuction from leader master | 7 years ago | 
				
					
						|  Chris Lu | 00b6f653fa | shell: add fs.cat | 7 years ago |