3f280f89e7 
								
							 
						 
						
							
							
								
								Update HTTP status codes to modern codes ( #18063 )  
							
							... 
							
							
							
							* 2xx/3xx/4xx/5xx -> http.Status...
* http.StatusFound -> http.StatusTemporaryRedirect
* http.StatusMovedPermanently -> http.StatusPermanentRedirect 
							
						 
						
							2022-03-23 12:54:07 +08:00  
				
					
						
							
							
								 
						
							
								80fd25524e 
								
							 
						 
						
							
							
								
								Renamed ctx.User to ctx.Doer. ( #19161 )  
							
							... 
							
							
							
							Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
							
						 
						
							2022-03-22 15:03:22 +08:00  
				
					
						
							
							
								 
						
							
								54e9ee37a7 
								
							 
						 
						
							
							
								
								format with gofumpt ( #18184 )  
							
							... 
							
							
							
							* gofumpt -w -l .
* gofumpt -w -l -extra .
* Add linter
* manual fix
* change make fmt 
							
						 
						
							2022-01-20 18:46:10 +01:00  
				
					
						
							
							
								 
						
							
								1bfb0a24d8 
								
							 
						 
						
							
							
								
								Refactor routers directory ( #15800 )  
							
							... 
							
							
							
							* refactor routers directory
* move func used for web and api to common
* make corsHandler a function to prohibit side efects
* rm unused func
Co-authored-by: 6543 <6543@obermui.de> 
							
						 
						
							2021-06-09 01:33:54 +02:00