39a3b768bc 
								
							
								 
							
						 
						
							
							
								
								#334 : Add Deployment Key Support  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3e4cdccf6b 
								
							
								 
							
						 
						
							
							
								
								milestone: create page  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								e50982f5ec 
								
							
								 
							
						 
						
							
							
								
								allow anonymous SSH clone  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								487fc8ca39 
								
							
								 
							
						 
						
							
							
								
								fix   #1439  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								dc4aab9925 
								
							
								 
							
						 
						
							
							
								
								UI: CURD labels  
							
							... 
							
							
 
							
							- fix update lable break connection with repository 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ac95f6d50f 
								
							
								 
							
						 
						
							
							
								
								UI: basic label list  
							
							... 
							
							
 
							
							- create new label 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								548b95f7b5 
								
							
								 
							
						 
						
							
							
								
								fix install form def  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ff051e2106 
								
							
								 
							
						 
						
							
							
								
								#1128 : API calls are not hidden behind sign in  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								81adbe17ca 
								
							
								 
							
						 
						
							
							
								
								use pam and update TRANSLATORS  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a2a9e151f8 
								
							
								 
							
						 
						
							
							
								
								install - add mail from setting  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b9dc2147b4 
								
							
								 
							
						 
						
							
							
								
								UI: install - done  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								5cf3732339 
								
							
								 
							
						 
						
							
							
								
								UI: install - new version  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b36134194c 
								
							
								 
							
						 
						
							
							
								
								settings/password: no minimal required characters for OldPassword  
							
							... 
							
							
 
							
							If users are added to gogs due a reverse proxy automatically, their password is
set to their initial username. If their username is shorter than 6 characters,
they can never set a password. But since this password is required for some
operations (e.g. repository deletion), they could not use all features of gogs
until now. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f3aab5dbe3 
								
							
								 
							
						 
						
							
							
								
								Add full name field to admin's user edit page ( fixes   #1130 )  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								182003aa41 
								
							
								 
							
						 
						
							
							
								
								Add PAM authentication  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								211596f407 
								
							
								 
							
						 
						
							
							
								
								#1124  LDAP add and edit form are misleading  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								33894591a6 
								
							
								 
							
						 
						
							
							
								
								#851 : Edit Account does not take into consideration password rules  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								34102f7889 
								
							
								 
							
						 
						
							
							
								
								remove unused scripts and simplify migrate form definition  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fab038b175 
								
							
								 
							
						 
						
							
							
								
								Attempt  #3  of ldap fixes  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								059338139c 
								
							
								 
							
						 
						
							
							
								
								routers: able to migrate repo from local path  
							
							... 
							
							
 
							
							- modules/middleware/context.go: add HandleAPI method 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1654e9ecab 
								
							
								 
							
						 
						
							
							
								
								templates/user/settings/emial.tmpl: little fix on UI  
							
							... 
							
							
 
							
							- routers/user: little code format
- conf/locale: update French locale 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e6fc58a744 
								
							
								 
							
						 
						
							
							
								
								Remove GoGet option from repository and handle it with ?go-get=1 instead  
							
							... 
							
							
 
							
							The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								00653e52ee 
								
							
								 
							
						 
						
							
							
								
								Get username, name, surname and e-mail from LDAP server  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b293b6eaa6 
								
							
								 
							
						 
						
							
							
								
								cmd: CMD option for port number of `gogs web` to prevent first time run conflict  
							
							... 
							
							
 
							
							- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b033f2f535 
								
							
								 
							
						 
						
							
							
								
								Finish method for having multiple emails/user.  
							
							... 
							
							
 
							
							All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9803c421f5 
								
							
								 
							
						 
						
							
							
								
								fix binding api broken  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ac4a10456e 
								
							
								 
							
						 
						
							
							
								
								api: able to create repo and  fix   #726  
							
							... 
							
							
 
							
							- POST /user/repos
- POST /org/:org/repos 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bc8721fb6c 
								
							
								 
							
						 
						
							
							
								
								Finish new UI for release page  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								39c068400e 
								
							
								 
							
						 
						
							
							
								
								Fix spelling errors in comments.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0b785ad967 
								
							
								 
							
						 
						
							
							
								
								work on  #672  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								069486d169 
								
							
								 
							
						 
						
							
							
								
								fix   #165  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ef275ebf62 
								
							
								 
							
						 
						
							
							
								
								more on change avatar  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								55dfe2c978 
								
							
								 
							
						 
						
							
							
								
								custom avatar upload  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								37d8d3afe9 
								
							
								 
							
						 
						
							
							
								
								more APIs on  #12  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								32dcaefafa 
								
							
								 
							
						 
						
							
							
								
								fox  #620  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8eb5120fbd 
								
							
								 
							
						 
						
							
							
								
								#12 , API: list user repos, list repo hooks  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8c9338a537 
								
							
								 
							
						 
						
							
							
								
								add personal access token panel  #12  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e0de6cb5ad 
								
							
								 
							
						 
						
							
							
								
								work on  #616  and update locales  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3794111460 
								
							
								 
							
						 
						
							
							
								
								update slack hook to use new format  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fa241efa6d 
								
							
								 
							
						 
						
							
							
								
								Use binding middleware  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								91e5c24a31 
								
							
								 
							
						 
						
							
							
								
								Fix   #522  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b9560374cd 
								
							
								 
							
						 
						
							
							
								
								UI fix  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2a3660dae3 
								
							
								 
							
						 
						
							
							
								
								Fix   #453  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								59a7c7c5a5 
								
							
								 
							
						 
						
							
							
								
								Remove ldap dep  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0ddb1eb769 
								
							
								 
							
						 
						
							
							
								
								Finish new install page, almost ready for 0.5 release  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2bce24068d 
								
							
								 
							
						 
						
							
							
								
								add Slack API webhook support  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								8829174574 
								
							
								 
							
						 
						
							
							
								
								Finish new admin users pages  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bba707de36 
								
							
								 
							
						 
						
							
							
								
								Finish team list, create new team, join/leave team page  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5acc948562 
								
							
								 
							
						 
						
							
							
								
								Page: `/org/:orgname/settings`  
							
							
 
							
						 
						
							11 years ago