ca00ca8ee4 
								
							
								 
							
						 
						
							
							
								
								Provide better panic handling ( #5902 )  
							
							... 
							
							
 
							
							This PR gitea'ises the macaron.Recovery() handler meaning that in
the event of panic we get proper gitea 500 pages and the stacktrace
is logged with the gitea logger.
Signed-off-by: Andrew Thornton <art27@cantab.net> 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								4a7de87071 
								
							
								 
							
						 
						
							
							
								
								Add gitea/issues link to 500 page ( #4654 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0e464995ce 
								
									
								
							
								 
							
						 
						
							
							
								
								Remove link to GitHub issues ( #4639 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2d68bd1ef9 
								
							
								 
							
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								da2585c11e 
								
							
								 
							
						 
						
							
							
								
								Indent all templates with tabs  
							
							... 
							
							
 
							
							This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								c50a3503e6 
								
							
								 
							
						 
						
							
							
								
								introduce git-shell  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7f9598141b 
								
							
								 
							
						 
						
							
							
								
								fix   #2020  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9b9e5f0290 
								
							
								 
							
						 
						
							
							
								
								#1545  Cross reference the commit from the issue when it is closed by the commit  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7ba9257a7f 
								
							
								 
							
						 
						
							
							
								
								Add suburl support  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0055cbd365 
								
							
								 
							
						 
						
							
							
								
								Allow Gogs to run from a suburl behind a reverse proxy. e.g.  http://mydomain.com/gogs/  
							
							... 
							
							
 
							
							Conflicts:
	modules/setting/setting.go
Conflicts:
	templates/repo/release/list.tmpl
	templates/user/dashboard/dashboard.tmpl
Conflicts:
	routers/repo/setting.go 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ab7206d6b7 
								
							
								 
							
						 
						
							
							
								
								Fix   #348  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5c4bc3c848 
								
							
								 
							
						 
						
							
							
								
								Huge updates!!!!! Be careful to merge!!!!  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8dd07c0ddd 
								
							
								 
							
						 
						
							
							
								
								New UI merge in progress  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								7921e60f30 
								
							
								 
							
						 
						
							
							
								
								Change "an error is occurred" to "has occurred"  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d304a23787 
								
							
								 
							
						 
						
							
							
								
								Corrected grammar and spelling mistakes in templates. Normalizing to American English.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								45462662e9 
								
							
								 
							
						 
						
							
							
								
								Add flash  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a4cbe79567 
								
							
								 
							
						 
						
							
							
								
								fix  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f3ed11d177 
								
							
								 
							
						 
						
							
							
								
								mistakes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								493b0c5ac2 
								
							
								 
							
						 
						
							
							
								
								add ssl support for web  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2a2f025388 
								
							
								 
							
						 
						
							
							
								
								change css name style  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								97debac185 
								
							
								 
							
						 
						
							
							
								
								SSL enable config option  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								13b6e06943 
								
							
								 
							
						 
						
							
							
								
								404 and 500 page ui  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								47493a0191 
								
							
								 
							
						 
						
							
							
								
								use ctx.Handle to handle 404 page  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1ce17cce76 
								
							
								 
							
						 
						
							
							
								
								Add log.handle  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								3eb1ab9e8b 
								
							
								 
							
						 
						
							
							
								
								Add UI for register user  
							
							
 
							
						 
						
							12 years ago