James Cracknell
							
						 | 
						
							
							
							
							
								
							
								4d123d0a93
								
							
								
							
						 | 
						
							
							
								
								Fix user links
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Vyacheslav Bakhmutov
							
						 | 
						
							
							
							
							
								
							
								ce7422473a
								
							
								
							
						 | 
						
							
							
								
								add omitted lang
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Unknwon
							
						 | 
						
							
							
							
							
								
							
								7ba9257a7f
								
							
								
							
						 | 
						
							
							
								
								Add suburl support
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Martin van Beurden
							
						 | 
						
							
							
							
							
								
							
								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 | 
						
					
				
					
						
							
							
								 
								Tristan Storch
							
						 | 
						
							
							
							
							
								
							
								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 | 
						
					
				
					
						
							
							
								 
								Unknwon
							
						 | 
						
							
							
							
							
								
							
								3428baa3b5
								
							
								
							
						 | 
						
							
							
								
								Mirror fix on template
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Unknwon
							
						 | 
						
							
							
							
							
								
							
								5c4bc3c848
								
							
								
							
						 | 
						
							
							
								
								Huge updates!!!!! Be careful to merge!!!!
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								12fb42de5a
								
							
								
							
						 | 
						
							
							
								
								Fix IE bug and show errors.
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								4e2477a1a5
								
							
								
							
						 | 
						
							
							
								
								Fix #318. Switch to JS(ON) implementation for issue/comment creation.
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								dedb156d4a
								
							
								
							
						 | 
						
							
							
								
								Fix #321. Allow empty comments as long as there are attachments.
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								4d702eb345
								
							
								
							
						 | 
						
							
							
								
								Allow disabling uploads
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								bfe5b86004
								
							
								
							
						 | 
						
							
							
								
								Add file upload for attachments
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								43e5de7f83
								
							
								
							
						 | 
						
							
							
								
								Show attachments in issues/comments and add preview for images
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								1129f756c8
								
							
								
							
						 | 
						
							
							
								
								Fix missing . (dot) in issue templates
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								d43c5895bc
								
							
								
							
						 | 
						
							
							
								
								Update template and style, only close commit if commit is in same repository
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								3c025b3950
								
							
								
							
						 | 
						
							
							
								
								Add delete route for attachments, remove upload buttons from issues/comments
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								34304e6a0c
								
							
								
							
						 | 
						
							
							
								
								WIP: Allow attachments for issues, not only comments
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Justin Nuß
							
						 | 
						
							
							
							
							
								
							
								4617bef895
								
							
								
							
						 | 
						
							
							
								
								WIP: Allow attachments for comments
							
							
							
							
							
						 | 
						
							11 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								be8ac7fb75
								
							
								
							
						 | 
						
							
							
								
								fix #273
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								9924e65ca1
								
							
								
							
						 | 
						
							
							
								
								In progress of name template name constant
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								b1bdbd7f94
								
							
								
							
						 | 
						
							
							
								
								Almost done issue label #200
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								1331134316
								
							
								
							
						 | 
						
							
							
								
								finish issue edit content preview
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								c82807a713
								
							
								
							
						 | 
						
							
							
								
								add issue label attach-detach ui
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								16bddd593a
								
							
								
							
						 | 
						
							
							
								
								Finish change issue’s milestone
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								46fc36c3a6
								
							
								
							
						 | 
						
							
							
								
								Finish change issue’s milestone
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								a1bb3741d5
								
							
								
							
						 | 
						
							
							
								
								add milestone in new-issue page
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								4a4392192b
								
							
								
							
						 | 
						
							
							
								
								add milestone issue view ui
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								68fb62347f
								
							
								
							
						 | 
						
							
							
								
								Finish issue assignee
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								045c21de4f
								
							
								
							
						 | 
						
							
							
								
								assignee ui in issue view
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								e867283406
								
							
								
							
						 | 
						
							
							
								
								Assignee back end
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								a03f380fa8
								
							
								
							
						 | 
						
							
							
								
								assignee ui in issue view
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								c1eb4d894a
								
							
								
							
						 | 
						
							
							
								
								Clean api code
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								e10096ee2e
								
							
								
							
						 | 
						
							
							
								
								Mirror fix on UI
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								zhsso
							
						 | 
						
							
							
							
							
								
							
								a4cbe79567
								
							
								
							
						 | 
						
							
							
								
								fix
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								zhsso
							
						 | 
						
							
							
							
							
								
							
								f3ed11d177
								
							
								
							
						 | 
						
							
							
								
								mistakes
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								8c9a0494ec
								
							
								
							
						 | 
						
							
							
								
								Add @ # commit link detect on all markdown render
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								e938863ae6
								
							
								
							
						 | 
						
							
							
								
								Mirror fix on UI
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								slene
							
						 | 
						
							
							
							
							
								
							
								b27c34f39a
								
							
								
							
						 | 
						
							
							
								
								update git api. fix link... and so on
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								107a1eadac
								
							
								
							
						 | 
						
							
							
								
								Finish close and reopen issue, install page, ready going to test stage of v0.2.0
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								cad2ced394
								
							
								
							
						 | 
						
							
							
								
								Bug fix
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								5ab3962b12
								
							
								
							
						 | 
						
							
							
								
								fix issue button text change
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								ffa59739b6
								
							
								
							
						 | 
						
							
							
								
								Add edit issue
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								2c073afbec
								
							
								
							
						 | 
						
							
							
								
								Mirror fix and update
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								ecce694d77
								
							
								
							
						 | 
						
							
							
								
								issue content ajax preview
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								f0d5c3992b
								
							
								
							
						 | 
						
							
							
								
								issue ajax edit
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								bf2e76fc7e
								
							
								
							
						 | 
						
							
							
								
								change issue reopen and close btn
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								a55941ff83
								
							
								
							
						 | 
						
							
							
								
								Add auto-detect home directory
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								9047cadcd3
								
							
								
							
						 | 
						
							
							
								
								issue close and reopen block ui
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Unknown
							
						 | 
						
							
							
							
							
								
							
								f470c241d6
								
							
								
							
						 | 
						
							
							
								
								IP: RC Code Review
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								FuXiaoHei
							
						 | 
						
							
							
							
							
								
							
								e1e2eee508
								
							
								
							
						 | 
						
							
							
								
								update issue view page
							
							
							
							
							
						 | 
						
							12 years ago |