Lunny Xiao
							
						 
						
							 
							
							
								
								
							
							
								
							
								33e0b38287 
								
									
								
							
								 
							
						 
						
							
							
								
								Rename context.Query to context.Form ( #16562 )  
							
							 
							
							
 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
								
								
							
							
								
							
								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> 
							
						 
						
							4 years ago  
						
					 
				
					
						
							
							
								 
								6543
							
						 
						
							 
							
							
								
								
							
							
								
							
								16dea6cebd 
								
									
								
							
								 
							
						 
						
							
							
								
								[refactor] replace int with httpStatusCodes ( #15282 )  
							
							 
							
							... 
							
							
 
							
							* replace "200" (int) with "http.StatusOK" (const)
* ctx.Error & ctx.HTML
* ctx.JSON Part1
* ctx.JSON Part2
* ctx.JSON Part3 
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								6543
							
						 
						
							 
							
							
								
								
							
							
								
							
								a19447aed1 
								
									
								
							
								 
							
						 
						
							
							
								
								migrate from com.* to alternatives ( #14103 )  
							
							 
							
							... 
							
							
 
							
							* remove github.com/unknwon/com from models
* dont use "com.ToStr()"
* replace "com.ToStr" with "fmt.Sprint" where its easy to do
* more refactor
* fix test
* just "proxy" Copy func for now
* as per @lunny  
							
						 
						
							5 years ago  
						
					 
				
					
						
							
							
								 
								Tamal Saha
							
						 
						
							 
							
							
							
								
							
								171b359877 
								
							
								 
							
						 
						
							
							
								
								Use gitea forked macaron ( #7933 )  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Tamal Saha <tamal@appscode.com> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Mario Lubenka
							
						 
						
							 
							
							
							
								
							
								fcbac38d6f 
								
							
								 
							
						 
						
							
							
								
								Unifies pagination template usage ( #6531 ) ( #6533 )  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Morgan Bazalgette
							
						 
						
							 
							
							
							
								
							
								65861900cd 
								
							
								 
							
						 
						
							
							
								
								Handle refactor ( #3339 )  
							
							 
							
							... 
							
							
 
							
							* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
								
							
								94da472717 
								
							
								 
							
						 
						
							
							
								
								Golint fixed for modules/setting ( #262 )  
							
							 
							
							... 
							
							
 
							
							* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
								
							
								659bc2814c 
								
							
								 
							
						 
						
							
							
								
								go lint fixed for routers/admin  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Sandro Santilli
							
						 
						
							 
							
							
							
								
							
								4247304f5a 
								
							
								 
							
						 
						
							
							
								
								Update import paths from github.com/go-gitea to code.gitea.io ( #135 )  
							
							 
							
							... 
							
							
 
							
							- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path  
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Rémy Boulanouar
							
						 
						
							 
							
							
							
								
							
								2d68bd1ef9 
								
							
								 
							
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								46e96c008c 
								
							
								 
							
						 
						
							
							
								
								Use struct for UI settings  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								514382e2eb 
								
							
								 
							
						 
						
							
							
								
								Rename module: middleware -> context  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								f41360d864 
								
							
								 
							
						 
						
							
							
								
								#2052  advanced select ops for system notices  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								0be8b1b1a1 
								
							
								 
							
						 
						
							
							
								
								#2052  Ability to batch delete system notices  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								10427b2178 
								
							
								 
							
						 
						
							
							
								
								fix   #1930  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Antoine GIRARD
							
						 
						
							 
							
							
							
								
							
								a8fd615adc 
								
							
								 
							
						 
						
							
							
								
								Fix indent in notice router  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								0d5e57e4ae 
								
							
								 
							
						 
						
							
							
								
								#1689  minor fixes and update locale  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Antoine GIRARD
							
						 
						
							 
							
							
							
								
							
								3544dafb64 
								
							
								 
							
						 
						
							
							
								
								Fix indent  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Antoine GIRARD
							
						 
						
							 
							
							
							
								
							
								14a1101139 
								
							
								 
							
						 
						
							
							
								
								New admin notice UI based on user list example  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								1aa76bd279 
								
							
								 
							
						 
						
							
							
								
								Fix   #532 , add system notice  
							
							 
							
							
 
							
						 
						
							11 years ago