3917ed45de 
								
							
								 
							
						 
						
							
							
								
								golint fixed for routers ( #208 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4247304f5a 
								
							
								 
							
						 
						
							
							
								
								Update import paths from github.com/go-gitea to code.gitea.io ( #135 )  
							
							... 
							
							
 
							
							- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6e4252dad4 
								
							
								 
							
						 
						
							
							
								
								Replace gogits/git-module dependency with go-gitea/git ( #94 )  
							
							... 
							
							
 
							
							* Replace gogits/git-module dependency with go-gitea/git
Fixes  #92 
* Remove git alias for git module import (not needed) 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2d68bd1ef9 
								
							
								 
							
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9ac46fb983 
								
							
								 
							
						 
						
							
							
								
								Support Editorconfig on web editor  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f8a48ffaad 
								
							
								 
							
						 
						
							
							
								
								Web editor: improve code quality  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								dd6faf7f9b 
								
							
								 
							
						 
						
							
							
								
								Convert all API handers to use *context.APIContext  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								514382e2eb 
								
							
								 
							
						 
						
							
							
								
								Rename module: middleware -> context  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								19423957b1 
								
							
								 
							
						 
						
							
							
								
								rename import path  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9a2e43bff2 
								
							
								 
							
						 
						
							
							
								
								move out git module and  #1573  send push hook  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								56dd430a10 
								
							
								 
							
						 
						
							
							
								
								refactor API routes and some work for  #976  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								cc8f5add6e 
								
							
								 
							
						 
						
							
							
								
								fix   #976  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								aff49b1c9e 
								
							
								 
							
						 
						
							
							
								
								unified API error response  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d951824ff9 
								
							
								 
							
						 
						
							
							
								
								able to download archive by API  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ed89b39984 
								
							
								 
							
						 
						
							
							
								
								Updating context and fixing permission issues  
							
							... 
							
							
 
							
							The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/  , Admin Team members are able to change settings of their repositories. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a0f9197b45 
								
							
								 
							
						 
						
							
							
								
								GetFile api  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								340a4595dd 
								
							
								 
							
						 
						
							
							
								
								support duoshuo mirror of gravatar  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9d983f27d6 
								
							
								 
							
						 
						
							
							
								
								go vet  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								23bba7633b 
								
							
								 
							
						 
						
							
							
								
								Mirror fix on sqlite3 tag  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								25fd495b2e 
								
							
								 
							
						 
						
							
							
								
								Add sqlite build tag  
							
							... 
							
							
 
							
							This adds a sqlite build tag so that you don't have to have the sqlite
import commented out in code and users can run:
    go build -tags sqlite
if they want to have sqlite support enabled.  It is disabled by default
so nothing changes with the default go get or build commands. 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								a4cbe79567 
								
							
								 
							
						 
						
							
							
								
								fix  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								f3ed11d177 
								
							
								 
							
						 
						
							
							
								
								mistakes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e51afe4621 
								
							
								 
							
						 
						
							
							
								
								Add postgres support, clean code, code review  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								fa5ad1e465 
								
							
								 
							
						 
						
							
							
								
								move templateFuncs to one file, add middleware context.  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								c6f2c23b05 
								
							
								 
							
						 
						
							
							
								
								Add binding form for register user  
							
							
 
							
						 
						
							12 years ago