Chris Lu
							
						 
						
							
							
							
								
							
								164091c269 
								
							
								 
							
						 
						
							
							
								
								add s3 multipart upload  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								888eb2abb5 
								
							
								 
							
						 
						
							
							
								
								filer read write all via locations from MasterClient  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								056871242b 
								
							
								 
							
						 
						
							
							
								
								remove println  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								7e2031b18f 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								702ff48cda 
								
							
								 
							
						 
						
							
							
								
								add dir list limit option  
							
							 
							
							
								
 
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								43e3f5724c 
								
							
								 
							
						 
						
							
							
								
								use fixed list of masters in both filer and volume servers  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								0301504184 
								
							
								 
							
						 
						
							
							
								
								add mime, use simple insert and update filer store API  
							
							 
							
							 
							
							
								
 
							
							
							1. add mime type to file in filer
2. purge old chunks if overwrite during insert 
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								07e0d13d2d 
								
							
								 
							
						 
						
							
							
								
								filer support reading multiple chunks, with range support  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								9b603f5ffa 
								
							
								 
							
						 
						
							
							
								
								split filer read into 2 files  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								458ada173e 
								
							
								 
							
						 
						
							
							
								
								go fmt  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								9e77563c99 
								
							
								 
							
						 
						
							
							
								
								add leveldb store  
							
							 
							
							 
							
							
								
 
							
							
							1. switch to viper for filer store configuration
2. simplify FindEntry() return values, removing “found”
3. add leveldb store 
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								f8776ad5cd 
								
							
								 
							
						 
						
							
							
								
								add breadcrumb to filer UI  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								ab4ddb1e0e 
								
							
								 
							
						 
						
							
							
								
								fix directory creation, directory listing  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								b303a02461 
								
							
								 
							
						 
						
							
							
								
								cp file can work  
							
							 
							
							 
							
							
								
 
							
							
							1. consolidate to filer_pb.FileChunk
2. dir add file, mkdir
3. file flush, write
updates having issue 
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								c7a71d35b0 
								
							
								 
							
						 
						
							
							
								
								fix on pagination  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								c5cf9bd290 
								
							
								 
							
						 
						
							
							
								
								properly working filer  
							
							 
							
							
								
 
							
							
						 
						8 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								e61c9af523 
								
							
								 
							
						 
						
							
							
								
								check Accept instead of content type  
							
							 
							
							 
							
							
								
 
							
							
							fix https://github.com/chrislusf/seaweedfs/issues/429  
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								listeng
							
						 
						
							
							
							
								
							
								5b18cf09e7 
								
							
								 
							
						 
						
							
							
								
								Return json data when content-type is "application/json"  
							
							 
							
							 
							
							
								
 
							
							
							Before #344 , the filer will return json data, and cschiano make a template that render to html. But sometimes need json data, so I add some code will return json data when content-type is "application/json". 
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								霍晓栋
							
						 
						
							
							
							
								
							
								78474409a5 
								
							
								 
							
						 
						
							
							
								
								filer mysqlstore bug fix  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								霍晓栋
							
						 
						
							
							
							
								
							
								574cc41f0b 
								
							
								 
							
						 
						
							
							
								
								recover filer read handler logic  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								cschiano
							
						 
						
							
							
							
								
							
								af905a3ff7 
								
							
								 
							
						 
						
							
							
								
								Add limit parameter and pagination for files  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								cschiano
							
						 
						
							
							
							
								
							
								c63cebaee1 
								
							
								 
							
						 
						
							
							
								
								Add a visualization for the filer  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								霍晓栋
							
						 
						
							
							
							
								
							
								079fdbad13 
								
							
								 
							
						 
						
							
							
								
								fix volume_layout bug, add new feature for volume etag write,filer pass through query params'  
							
							 
							
							
								
 
							
							
						 
						9 years ago  
					 
				
					
						
							
							
								 
								霍晓栋
							
						 
						
							
							
							
								
							
								d514b6f3f9 
								
							
								 
							
						 
						
							
							
								
								read write handler update  
							
							 
							
							
								
 
							
							
						 
						10 years ago  
					 
				
					
						
							
							
								 
								Chris Lu
							
						 
						
							
							
							
								
							
								4f47b8cff9 
								
							
								 
							
						 
						
							
							
								
								refactoring  
							
							 
							
							
								
 
							
							
						 
						10 years ago