b93568cce4 
								
							
								 
							
						 
						
							
							
								
								xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )  
							
							... 
							
							
 
							
							* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								5cad124704 
								
							
								 
							
						 
						
							
							
								
								fix   #1697  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9d36fc6986 
								
							
								 
							
						 
						
							
							
								
								finish new auth e-mails  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								373731f5e8 
								
							
								 
							
						 
						
							
							
								
								user gomail and new activate account email tpl  
							
							... 
							
							
 
							
							- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2729eb998c 
								
							
								 
							
						 
						
							
							
								
								#1646  and other minor fixes  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								69e332f432 
								
							
								 
							
						 
						
							
							
								
								Removed trailing white spaces  
							
							... 
							
							
 
							
							Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bba707de36 
								
							
								 
							
						 
						
							
							
								
								Finish team list, create new team, join/leave team page  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								7af7584d25 
								
							
								 
							
						 
						
							
							
								
								Finish new reset password, etc.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d304a23787 
								
							
								 
							
						 
						
							
							
								
								Corrected grammar and spelling mistakes in templates. Normalizing to American English.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8719c1b8c5 
								
							
								 
							
						 
						
							
							
								
								Mirror bug fix  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a4cbe79567 
								
							
								 
							
						 
						
							
							
								
								fix  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f3ed11d177 
								
							
								 
							
						 
						
							
							
								
								mistakes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								2a2f025388 
								
							
								 
							
						 
						
							
							
								
								change css name style  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								076fc98d98 
								
							
								 
							
						 
						
							
							
								
								add csrf check  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								d40499e7fa 
								
							
								 
							
						 
						
							
							
								
								Finsih mail resend limit  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								35d473f04a 
								
							
								 
							
						 
						
							
							
								
								Finish verify email  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ddbd2ce152 
								
							
								 
							
						 
						
							
							
								
								Add register mail tpl  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0da4975f4f 
								
							
								 
							
						 
						
							
							
								
								Working on register mail confirmation  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a2fbb24615 
								
							
								 
							
						 
						
							
							
								
								Add active page  
							
							
 
							
						 
						
							12 years ago