Tony Narlock 
								
							 
						 
						
							
							
								
							
							
	6a0fec77ea  
						 
						
							
							
								
								
								Allow an SSHDomain configuration option. Defaults to Domain, preserves legacy behavior  
							
							
							
							
						 
						
							2015-04-18 05:21:07 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dustin Willis Webber 
								
							 
						 
						
							
							
								
							
							
	5a4f314cf7  
						 
						
							
							
								
								
								fix calls that go rename missed  
							
							
							
							
						 
						
							2015-04-16 14:42:24 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dustin Willis Webber 
								
							 
						 
						
							
							
								
							
							
	e57594dc31  
						 
						
							
							
								
								
								typo fix for comment  
							
							
							
							
						 
						
							2015-04-16 14:40:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dustin Willis Webber 
								
							 
						 
						
							
							
								
							
							
	f78046fc3b  
						 
						
							
							
								
								
								typo fix  
							
							
							
							
						 
						
							2015-04-16 14:36:32 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Patton 
								
							 
						 
						
							
							
								
							
							
	3a3e1b90e7  
						 
						
							
							
								
								
								Match naming convention on page (checkbox→chk)  
							
							
							
							
						 
						
							2015-04-15 21:53:27 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Patton 
								
							 
						 
						
							
							
								
							
							
	b579800e50  
						 
						
							
							
								
								
								💄  Style checkbox label in sign in form  
							
							
							
							
						 
						
							2015-04-15 21:49:10 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Patton 
								
							 
						 
						
							
							
								
							
							
	072c67e457  
						 
						
							
							
								
								
								Wrap remember text+checkbox in label;  close   #1209  
							
							
							
							
						 
						
							2015-04-15 21:39:13 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Don Bowman 
								
							 
						 
						
							
							
								
							
							
	81e6173356  
						 
						
							
							
								
								
								remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.  
							
							
							
							
						 
						
							2015-04-08 22:25:47 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Don Bowman 
								
							 
						 
						
							
							
								
							
							
	423b1c69be  
						 
						
							
							
								
								
								don't set mime type to text/plain. This will break serving e.g. raw images,  
							
							... 
							
							
							
							
							html, etc
According to http://golang.org/pkg/net/http/#DetectContentType 
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType." 
							
						 
						
							2015-04-08 00:44:38 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dmitry Yu Okunev 
								
							 
						 
						
							
							
								
							
							
	7b59d40f08  
						 
						
							
							
								
								
								Fixed a typo: .ssh/autorized_key -> .ssh/authorized_key  
							
							... 
							
							
							
							
							Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru> 
							
						 
						
							2015-04-05 11:48:32 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Luka Dornhecker 
								
							 
						 
						
							
							
								
							
							
	1988c0993d  
						 
						
							
							
								
								
								remove extra space in ssh authentication message  
							
							
							
							
						 
						
							2015-04-02 22:22:58 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	639e34e362  
						 
						
							
							
								
								
								Merge pull request  #1177  from rauchrob/patch-1  
							
							... 
							
							
							
							
							fix typo in centos init script 
							
						 
						
							2015-03-31 19:41:30 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Rauch 
								
							 
						 
						
							
							
								
							
							
	7e5063a93d  
						 
						
							
							
								
								
								fix typo in centos init script  
							
							... 
							
							
							
							
							We should be *sourcing* `/etc/sysconfig/gogs`, not *executing* it, don't we? 
							
						 
						
							2015-04-01 00:45:00 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	9512eec034  
						 
						
							
							
								
								
								Merge pull request  #1167  from linquize/http401  
							
							... 
							
							
							
							
							Set Content-Type to text/plain for http status 401 
							
						 
						
							2015-03-31 16:50:39 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Linquize 
								
							 
						 
						
							
							
								
							
							
	f26f8d5afa  
						 
						
							
							
								
								
								Set Content-Type to text/plain for http status 401  
							
							... 
							
							
							
							
							This is because git command line shows the failure reason only if Content-Type is text/plain. 
							
						 
						
							2015-03-28 22:30:05 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	9fb2d49b93  
						 
						
							
							
								
								
								#1073   #1162  issue ID constraint failed  
							
							
							
							
						 
						
							2015-03-27 06:47:02 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	e0036ebb0c  
						 
						
							
							
								
								
								Merge pull request  #1159  from davmrtl/develop  
							
							... 
							
							
							
							
							Fix "Plus" icon size in dashboard 
							
						 
						
							2015-03-26 19:50:00 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Martel 
								
							 
						 
						
							
							
								
							
							
	93ff2e31e8  
						 
						
							
							
								
								
								Fix "Plus" icon size in dashboard (part 2)  
							
							
							
							
						 
						
							2015-03-26 19:32:08 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	698b9e2acc  
						 
						
							
							
								
								
								#1070  Clearer error message for illegal characters  
							
							
							
							
						 
						
							2015-03-26 17:11:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	d76f11c6f1  
						 
						
							
							
								
								
								fix   #1156  
							
							
							
							
						 
						
							2015-03-26 11:00:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	27dbb60965  
						 
						
							
							
								
								
								update README and gopmfile  
							
							
							
							
						 
						
							2015-03-26 09:39:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Martel 
								
							 
						 
						
							
							
								
							
							
	44ea3d9065  
						 
						
							
							
								
								
								Fix "Plus" icon size in dashboard  
							
							
							
							
						 
						
							2015-03-25 22:21:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	99b774e741  
						 
						
							
							
								
								
								auto fix locale file name change  
							
							
							
							
						 
						
							2015-03-25 19:51:22 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	f2b851388b  
						 
						
							
							
								
								
								Merge branch 'develop' of github.com:gogits/gogs into develop  
							
							
							
							
						 
						
							2015-03-25 17:50:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	ab730a91f0  
						 
						
							
							
								
								
								#1120   #1132  mirror info not updated when transfer mirro repo  
							
							
							
							
						 
						
							2015-03-25 17:50:18 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	5a5f072177  
						 
						
							
							
								
								
								Merge pull request  #1147  from blemasle/develop  
							
							... 
							
							
							
							
							fixed panic error on user login 
							
						 
						
							2015-03-25 12:23:54 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									blemasle 
								
							 
						 
						
							
							
								
							
							
	e1a4f99eaa  
						 
						
							
							
								
								
								fixed panic error on user login  
							
							
							
							
						 
						
							2015-03-25 15:39:36 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	c5c5aac7a5  
						 
						
							
							
								
								
								typo fix  
							
							
							
							
						 
						
							2015-03-25 09:44:57 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	aae74c793a  
						 
						
							
							
								
								
								#1133  add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK  
							
							
							
							
						 
						
							2015-03-25 08:59:48 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	5169a0e025  
						 
						
							
							
								
								
								mirror fix of  #1105  
							
							
							
							
						 
						
							2015-03-25 08:43:07 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	ab896ecf25  
						 
						
							
							
								
								
								Merge pull request  #1144  from masegaloeh/develop  
							
							... 
							
							
							
							
							Fix email contact and link 
							
						 
						
							2015-03-25 06:16:01 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									masegaloeh 
								
							 
						 
						
							
							
								
							
							
	f1ba0c859f  
						 
						
							
							
								
								
								Fix email contact and link  
							
							
							
							
						 
						
							2015-03-25 16:07:09 +07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	f7219b0cf0  
						 
						
							
							
								
								
								Merge pull request  #1105  from linquize/migrate-git  
							
							... 
							
							
							
							
							Allow to migrate through git:// protocol 
							
						 
						
							2015-03-24 19:28:55 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	8061447f0e  
						 
						
							
							
								
								
								#1114  'New Release' always visible  
							
							
							
							
						 
						
							2015-03-24 19:20:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	5f594d8774  
						 
						
							
							
								
								
								#1140  MySQL root password exposure  
							
							
							
							
						 
						
							2015-03-24 19:15:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	211596f407  
						 
						
							
							
								
								
								#1124  LDAP add and edit form are misleading  
							
							
							
							
						 
						
							2015-03-24 19:04:16 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	9c67a19332  
						 
						
							
							
								
								
								#1089  change to fake local email account  
							
							
							
							
						 
						
							2015-03-24 18:41:41 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	caf7618ea6  
						 
						
							
							
								
								
								#1098  Hide gravatar email field if gravatar is disabled (or offline mode)  
							
							
							
							
						 
						
							2015-03-24 18:38:12 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	6f81c05dde  
						 
						
							
							
								
								
								#1143  Team member access lost when adding repository collaborator  
							
							... 
							
							
							
							
							- fix bug when add a repo to team, all other team members gets access as well 
							
						 
						
							2015-03-24 18:14:04 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	ab6b288141  
						 
						
							
							
								
								
								#637   #738  fix markdown: render special links  
							
							... 
							
							
							
							
							- code format for #1020  
							
						 
						
							2015-03-23 18:32:24 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	750d82b8e2  
						 
						
							
							
								
								
								Merge pull request  #1020  from jcracknell/tag-exclude-nethtml  
							
							... 
							
							
							
							
							Exclude HTML tags from Markdown post-processing 
							
						 
						
							2015-03-23 18:03:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	27c3c5415f  
						 
						
							
							
								
								
								#1101  Anyone can see organization pages even without logging in when sign in required  
							
							
							
							
						 
						
							2015-03-23 17:58:52 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	484175f702  
						 
						
							
							
								
								
								#1124  lower_name of LDAP user not assigned  
							
							
							
							
						 
						
							2015-03-23 10:51:43 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	2bb982dada  
						 
						
							
							
								
								
								#1080 : Remove footer ads/branding from default template  
							
							
							
							
						 
						
							2015-03-23 10:19:19 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	ade343f6dc  
						 
						
							
							
								
								
								Add Polish support  
							
							
							
							
						 
						
							2015-03-22 19:22:47 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	5c3cac3bc0  
						 
						
							
							
								
								
								Merge branch 'master' of github.com:gogits/gogs into develop  
							
							
							
							
						 
						
							2015-03-22 19:19:34 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									无闻 
								
							 
						 
						
							
							
								
							
							
	529b6f04aa  
						 
						
							
							
								
								
								Merge pull request  #1117  from drew-y/gramHotFix  
							
							... 
							
							
							
							
							Fixed minor gramatical error in the US install success msg 
							
						 
						
							2015-03-22 11:26:36 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Youngwerth 
								
							 
						 
						
							
							
								
							
							
	a8377d8ded  
						 
						
							
							
								
								
								Fixed minor gramatical error in the us install success msg  
							
							
							
							
						 
						
							2015-03-21 23:00:48 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	d4c04a65c7  
						 
						
							
							
								
								
								fix menu css  
							
							
							
							
						 
						
							2015-03-21 10:49:17 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Unknwon 
								
							 
						 
						
							
							
								
							
							
	75cbb32b1e  
						 
						
							
							
								
								
								UI compatibility  
							
							
							
							
						 
						
							2015-03-21 09:24:59 -04:00