Adam Strzelecki
							
						 
						
							 
							
							
							
							
								
							
							
								573305f3d3 
								
							 
						 
						
							
							
								
								LDAP: Optional user name attribute specification  
							
							 
							
							... 
							
							
							
							Consider following LDAP search query example:
    (&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name. 
							
						 
						
							2015-12-02 00:20:14 +01:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								f5c7f22cc8 
								
							 
						 
						
							
							
								
								#1637  able to skip verify for LDAP  
							
							 
							
							
							
						 
						
							2015-09-14 15:48:51 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								8e0a69f86a 
								
							 
						 
						
							
							
								
								#697  disable captcha and new admin create user UI  
							
							 
							
							
							
						 
						
							2015-09-13 09:51:51 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								cd37fccdfb 
								
							 
						 
						
							
							
								
								#1625  remove auto_register and makes it default  
							
							 
							
							
							
						 
						
							2015-09-12 20:58:51 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								362d64df04 
								
							 
						 
						
							
							
								
								#1620  add allowed domains for SMTP auth  
							
							 
							
							
							
						 
						
							2015-09-11 13:32:33 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								121a81a2c5 
								
							 
						 
						
							
							
								
								finish new edit auth UI  
							
							 
							
							
							
						 
						
							2015-09-11 12:03:08 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								0617448282 
								
							 
						 
						
							
							
								
								finish new add auth UI  
							
							 
							
							
							
						 
						
							2015-09-10 17:11:41 -04:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								fa728d8dff 
								
							 
						 
						
							
							
								
								more minor fix on 1581  
							
							 
							
							
							
						 
						
							2015-09-10 15:45:03 -04:00  
						
					 
				
					
						
							
							
								 
								Sergio Benitez
							
						 
						
							 
							
							
							
							
								
							
							
								2d1db4bf05 
								
							 
						 
						
							
							
								
								Added LDAP simple auth support.  
							
							 
							
							
							
						 
						
							2015-09-04 20:48:34 -07:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								ea454c21f7 
								
							 
						 
						
							
							
								
								#1542  A way to skip TLS verify for SMTP authentication  
							
							 
							
							
							
						 
						
							2015-08-29 15:45:58 +08:00  
						
					 
				
					
						
							
							
								 
								Girish Ramakrishnan
							
						 
						
							 
							
							
							
							
								
							
							
								24d7a86a8d 
								
							 
						 
						
							
							
								
								Set IsAdmin using LDAP  
							
							 
							
							... 
							
							
							
							The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.
In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation. 
							
						 
						
							2015-08-18 23:49:12 -07:00  
						
					 
				
					
						
							
							
								 
								Sergio Benitez
							
						 
						
							 
							
							
							
							
								
							
							
								7d84d4a8f0 
								
							 
						 
						
							
							
								
								Significantly enhanced LDAP support in Gogs.  
							
							 
							
							
							
						 
						
							2015-08-12 17:01:22 -07:00  
						
					 
				
					
						
							
							
								 
								Paolo Borelli
							
						 
						
							 
							
							
							
							
								
							
							
								182003aa41 
								
							 
						 
						
							
							
								
								Add PAM authentication  
							
							 
							
							
							
						 
						
							2015-04-24 10:13:01 +02:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								211596f407 
								
							 
						 
						
							
							
								
								#1124  LDAP add and edit form are misleading  
							
							 
							
							
							
						 
						
							2015-03-24 19:04:16 -04:00  
						
					 
				
					
						
							
							
								 
								Lauris BH
							
						 
						
							 
							
							
							
							
								
							
							
								00653e52ee 
								
							 
						 
						
							
							
								
								Get username, name, surname and e-mail from LDAP server  
							
							 
							
							
							
						 
						
							2015-02-08 01:49:51 +02:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								7ba9257a7f 
								
							 
						 
						
							
							
								
								Add suburl support  
							
							 
							
							
							
						 
						
							2014-09-19 20:11:34 -04:00  
						
					 
				
					
						
							
							
								 
								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 
							
						 
						
							2014-09-18 20:50:48 +02:00  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
							
								
							
							
								d2aff9a46a 
								
							 
						 
						
							
							
								
								Continue working on new admin pages  
							
							 
							
							
							
						 
						
							2014-08-29 20:50:43 +08:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								9924e65ca1 
								
							 
						 
						
							
							
								
								In progress of name template name constant  
							
							 
							
							
							
						 
						
							2014-06-22 13:14:03 -04:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								f160b4f33c 
								
							 
						 
						
							
							
								
								Add tar.gz download button and other mirror updates  
							
							 
							
							
							
						 
						
							2014-06-08 17:53:53 -04:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								4744996f9a 
								
							 
						 
						
							
							
								
								Make gmail auth work  
							
							 
							
							
							
						 
						
							2014-05-15 14:46:04 -04:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								f4486f3eec 
								
							 
						 
						
							
							
								
								bug  fixed   #193  
							
							 
							
							
							
						 
						
							2014-05-15 22:34:36 +08:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								7869cfccb9 
								
							 
						 
						
							
							
								
								Merge pull request  #192  from DerDackel/ldapssl  
							
							 
							
							... 
							
							
							
							Add LDAP over SSL support 
							
						 
						
							2014-05-15 20:52:05 +08:00  
						
					 
				
					
						
							
							
								 
								Sebastian Jackel
							
						 
						
							 
							
							
							
							
								
							
							
								eb264a112b 
								
							 
						 
						
							
							
								
								Add LDAP over SSL support  
							
							 
							
							
							
						 
						
							2014-05-15 14:27:16 +02:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								f1130ce5e9 
								
							 
						 
						
							
							
								
								Fix edit auth page bug  
							
							 
							
							
							
						 
						
							2014-05-12 11:02:36 -04:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								2c73ced0db 
								
							 
						 
						
							
							
								
								Fix   #173  
							
							 
							
							
							
						 
						
							2014-05-11 10:37:31 -04:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								f68e279150 
								
							 
						 
						
							
							
								
								spell bug fixed  
							
							 
							
							
							
						 
						
							2014-05-11 20:18:57 +08:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								c5dbc24ca4 
								
							 
						 
						
							
							
								
								UI fix  
							
							 
							
							
							
						 
						
							2014-05-11 07:43:57 -04:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								bf58679390 
								
							 
						 
						
							
							
								
								add support for smtp authentication  
							
							 
							
							
							
						 
						
							2014-05-11 18:10:37 +08:00  
						
					 
				
					
						
							
							
								 
								Unknown
							
						 
						
							 
							
							
							
							
								
							
							
								3b7465f817 
								
							 
						 
						
							
							
								
								fix code  
							
							 
							
							
							
						 
						
							2014-05-05 05:32:47 -04:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								1652dd5068 
								
							 
						 
						
							
							
								
								basic authentications  
							
							 
							
							
							
						 
						
							2014-05-05 16:40:25 +08:00  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
							
								
							
							
								79ea34e70e 
								
							 
						 
						
							
							
								
								ldap support  
							
							 
							
							
							
						 
						
							2014-05-03 10:48:14 +08:00