fdcca9292e 
								
							
								 
							
						 
						
							
							
								
								#2458  fix emoji been rendered inside raw content area  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0e9bc2d410 
								
							
								 
							
						 
						
							
							
								
								Fix pull request availability check  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								13e71acadf 
								
							
								 
							
						 
						
							
							
								
								Render emojis in more places.  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								d370effca5 
								
							
								 
							
						 
						
							
							
								
								minor fix for  #1961  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								37e0cee877 
								
							
								 
							
						 
						
							
							
								
								finish PR UI  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ebf1bd4f51 
								
							
								 
							
						 
						
							
							
								
								add view pull desc  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								8c046073a8 
								
							
								 
							
						 
						
							
							
								
								work on PR conversation  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b4c0b7b98b 
								
							
								 
							
						 
						
							
							
								
								finish view issue without comments and ops  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								34f6cbfc2a 
								
							
								 
							
						 
						
							
							
								
								finish attachments when create issue  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7372042441 
								
							
								 
							
						 
						
							
							
								
								list view: issue, label, milestone  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								fc63422caf 
								
							
								 
							
						 
						
							
							
								
								Add check to see if comments on an issue are by the repo owner  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0705f55ce0 
								
							
								 
							
						 
						
							
							
								
								finish new milestone page  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								e7f015db8c 
								
							
								 
							
						 
						
							
							
								
								fix template  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ac95f6d50f 
								
							
								 
							
						 
						
							
							
								
								UI: basic label list  
							
							... 
							
							
 
							
							- create new label 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								75cbb32b1e 
								
							
								 
							
						 
						
							
							
								
								UI compatibility  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8e384ce46c 
								
							
								 
							
						 
						
							
							
								
								fix   #828 , may cause unintentional break in other features, but security is no.1  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4d123d0a93 
								
							
								 
							
						 
						
							
							
								
								Fix user links  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ce7422473a 
								
							
								 
							
						 
						
							
							
								
								add omitted lang  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								3428baa3b5 
								
							
								 
							
						 
						
							
							
								
								Mirror fix on template  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5c4bc3c848 
								
							
								 
							
						 
						
							
							
								
								Huge updates!!!!! Be careful to merge!!!!  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								12fb42de5a 
								
							
								 
							
						 
						
							
							
								
								Fix IE bug and show errors.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4e2477a1a5 
								
							
								 
							
						 
						
							
							
								
								Fix   #318 . Switch to JS(ON) implementation for issue/comment creation.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								dedb156d4a 
								
							
								 
							
						 
						
							
							
								
								Fix   #321 . Allow empty comments as long as there are attachments.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4d702eb345 
								
							
								 
							
						 
						
							
							
								
								Allow disabling uploads  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bfe5b86004 
								
							
								 
							
						 
						
							
							
								
								Add file upload for attachments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								43e5de7f83 
								
							
								 
							
						 
						
							
							
								
								Show attachments in issues/comments and add preview for images  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1129f756c8 
								
							
								 
							
						 
						
							
							
								
								Fix missing . (dot) in issue templates  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d43c5895bc 
								
							
								 
							
						 
						
							
							
								
								Update template and style, only close commit if commit is in same repository  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3c025b3950 
								
							
								 
							
						 
						
							
							
								
								Add delete route for attachments, remove upload buttons from issues/comments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								34304e6a0c 
								
							
								 
							
						 
						
							
							
								
								WIP: Allow attachments for issues, not only comments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4617bef895 
								
							
								 
							
						 
						
							
							
								
								WIP: Allow attachments for comments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								be8ac7fb75 
								
							
								 
							
						 
						
							
							
								
								fix   #273  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9924e65ca1 
								
							
								 
							
						 
						
							
							
								
								In progress of name template name constant  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								b1bdbd7f94 
								
							
								 
							
						 
						
							
							
								
								Almost done issue label  #200  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								1331134316 
								
							
								 
							
						 
						
							
							
								
								finish issue edit content preview  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c82807a713 
								
							
								 
							
						 
						
							
							
								
								add issue label attach-detach ui  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								16bddd593a 
								
							
								 
							
						 
						
							
							
								
								Finish change issue’s milestone  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								46fc36c3a6 
								
							
								 
							
						 
						
							
							
								
								Finish change issue’s milestone  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a1bb3741d5 
								
							
								 
							
						 
						
							
							
								
								add milestone in new-issue page  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								4a4392192b 
								
							
								 
							
						 
						
							
							
								
								add milestone issue view ui  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								68fb62347f 
								
							
								 
							
						 
						
							
							
								
								Finish issue assignee  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								045c21de4f 
								
							
								 
							
						 
						
							
							
								
								assignee ui in issue view  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e867283406 
								
							
								 
							
						 
						
							
							
								
								Assignee back end  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a03f380fa8 
								
							
								 
							
						 
						
							
							
								
								assignee ui in issue view  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c1eb4d894a 
								
							
								 
							
						 
						
							
							
								
								Clean api code  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e10096ee2e 
								
							
								 
							
						 
						
							
							
								
								Mirror fix on UI  
							
							
 
							
						 
						
							12 years ago