d568019306 
								
							
								 
							
						 
						
							
							
								
								Remember last selected clone protocol, and establish uniform order (https, ssh)  
							
							
 
							
						 
						
							10 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  
				
					
						
							
							
								 
						
							
							
								b2fb7e3fd2 
								
							
								 
							
						 
						
							
							
								
								more HTTP clone word fix  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								4465c58f4b 
								
							
								 
							
						 
						
							
							
								
								new quick start page  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								4564d13496 
								
							
								 
							
						 
						
							
							
								
								Remove SSH button when SSH is disabled  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								4aecaf7488 
								
							
								 
							
						 
						
							
							
								
								#1082 : missing link for help  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1628ef4ba5 
								
							
								 
							
						 
						
							
							
								
								changed repo-clone-url behaviour for bare repo  
							
							
 
							
						 
						
							11 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  
				
					
						
							
							
								 
						
							
							
								676bd764fa 
								
							
								 
							
						 
						
							
							
								
								UI: SSH/HTTPS address switch and copy  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								08c6d07aad 
								
							
								 
							
						 
						
							
							
								
								UI: Bare repository does not have visual link to settings page  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8dd07c0ddd 
								
							
								 
							
						 
						
							
							
								
								New UI merge in progress  
							
							
 
							
						 
						
							11 years ago