cf045b029c 
								
							
								 
							
						 
						
							
							
								
								golint fixed for parts of routers root, dev, user and org dirs ( #167 )  
							
							... 
							
							
 
							
							* golint fixed for parts of routers root, dev and org dirs
* add user/auth.go golint fixed
* rename unnecessary exported to unexported and user dir golint fixed 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0834e492c0 
								
							
								 
							
						 
						
							
							
								
								API endpoints for stars  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								cd339263d9 
								
							
								 
							
						 
						
							
							
								
								Allow updating draft releases while keeping them as draft  
							
							... 
							
							
 
							
							Closes  #162  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								739f07c98e 
								
							
								 
							
						 
						
							
							
								
								Remember diff view style ( #163 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ddee4c8b58 
								
									
								
							
								 
							
						 
						
							
							
								
								Normalize files with gofmt  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a1c5f02444 
								
							
								 
							
						 
						
							
							
								
								Fix import path of go-sdk ( #141 )  
							
							... 
							
							
 
							
							From code.gitea.io/go-sdk/gitea
  To code.gitea.io/sdk/gitea 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								31da225309 
								
							
								 
							
						 
						
							
							
								
								Check unhandled errors ( #128 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3a10a0c1ca 
								
									
								
							
								 
							
						 
						
							
							
								
								Ordering organizations and users by name  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f91cbf0fed 
								
							
								 
							
						 
						
							
							
								
								Support to last login feature  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								01c5233b53 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed 404 caused by unexpected question mark  
							
							... 
							
							
 
							
							This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								864d1b1f9f 
								
							
								 
							
						 
						
							
							
								
								Fix type in unused constant name ( #111 )  
							
							... 
							
							
 
							
							* Write LDAP, SMTP, PAM, DLDAP back to all uppercase
* Fix type in unused constant name
* Other MixCased fixes
* Complete MixerCasing of template constants
* Re uppercase LTS and LDAPS suffixes
* Uppercase JSON suffix in constant names
* Proper case LoginNoType
* Prefix unexported template path constants with "tpl" 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b7bf9dfd28 
								
							
								 
							
						 
						
							
							
								
								more  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								aadd7dcdc3 
								
							
								 
							
						 
						
							
							
								
								And others  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								05fd9d3f09 
								
							
								 
							
						 
						
							
							
								
								Security protocols  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7612b5ec40 
								
							
								 
							
						 
						
							
							
								
								More mixage  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								64196d4036 
								
							
								 
							
						 
						
							
							
								
								More overlooks  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								60c82a8780 
								
							
								 
							
						 
						
							
							
								
								More...  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f6a11e0de1 
								
							
								 
							
						 
						
							
							
								
								More MixedCase consts  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f388661bda 
								
							
								 
							
						 
						
							
							
								
								ACCESS_MODE_* -> AccessMode*  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0b62aeb495 
								
							
								 
							
						 
						
							
							
								
								More MixedCase consts  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								80eea77953 
								
							
								 
							
						 
						
							
							
								
								Use MixedCase constant names  
							
							... 
							
							
 
							
							See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4c6c16f358 
								
									
								
							
								 
							
						 
						
							
							
								
								Replaced go-gogs-client with go-sdk imports  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								77f9c7e571 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed links to sdk docs  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b7263f31a5 
								
							
								 
							
						 
						
							
							
								
								Replace GOGS with GITEA in variable names  
							
							... 
							
							
 
							
							Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes  #87  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								86fb1a0cb1 
								
							
								 
							
						 
						
							
							
								
								Add Pagination to Releases-page  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5a6f7edde9 
								
							
								 
							
						 
						
							
							
								
								Use the rev-parsed sha1 commit id ( #98 )  
							
							... 
							
							
 
							
							Use the rev-parsed sha1 commit id in urls to repo files,
instead of the abbreviated version. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								530f6c1da4 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix rendering of non-markdown readme files  
							
							
 
							
						 
						
							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  
				
					
						
							
							
								 
						
							
							
								bd898a10f8 
								
							
								 
							
						 
						
							
							
								
								Refactor editorconfig middleware  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f44b01e2a 
								
							
								 
							
						 
						
							
							
								
								Fix imports found by goimports.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								984fa8d83b 
								
							
								 
							
						 
						
							
							
								
								Fix 500 when repo has invalid .editorconfig  
							
							... 
							
							
 
							
							Creating a notice instead 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e05a5ca36c 
								
									
								
							
								 
							
						 
						
							
							
								
								Executed go fmt for all files  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8dc49dc114 
								
							
								 
							
						 
						
							
							
								
								Implementation of the feature to redirect to an external issue tracker  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								87b593f93e 
								
							
								 
							
						 
						
							
							
								
								Show issue/PR number on title  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2d68bd1ef9 
								
							
								 
							
						 
						
							
							
								
								Change import reference to match gitea instead of gogs ( #37 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2cb5ec5983 
								
							
								 
							
						 
						
							
							
								
								Prevented user enumeration of valid users through HTTP status codes of login ( #3639 ) ( #3654 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								93f1eabe30 
								
									
								
							
								 
							
						 
						
							
							
								
								rename variable + fix wiki link  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9d66497abc 
								
									
								
							
								 
							
						 
						
							
							
								
								Can disable GIT interactions by HTTP protocol  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6da55159a2 
								
									
								
							
								 
							
						 
						
							
							
								
								#3589  LoadRepoConfig after ORM is initialized  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b3d9ca4ccd 
								
							
								 
							
						 
						
							
							
								
								Add the ability to explore organizations ( #3573 )  
							
							... 
							
							
 
							
							* Add ability to explore organizations
* Use right icon for org explore links 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								dadd35b636 
								
							
								 
							
						 
						
							
							
								
								#3559  fix template error  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								152e715999 
								
							
								 
							
						 
						
							
							
								
								models/login_source: code improvement  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								99c2ae7b35 
								
							
								 
							
						 
						
							
							
								
								#3515  use alert instead 500 for duplicated login source name  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9ac46fb983 
								
							
								 
							
						 
						
							
							
								
								Support Editorconfig on web editor  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8516dfcb6c 
								
							
								 
							
						 
						
							
							
								
								#2018  able to sync now for mirrors  
							
							... 
							
							
 
							
							- Refactor code to use sync.UniqueQueue
- Closes  #3509  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								643142acab 
								
							
								 
							
						 
						
							
							
								
								Web editor: support upload files  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								780cc2d110 
								
							
								 
							
						 
						
							
							
								
								router/repo: code refactoring  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								28cf0e6aaa 
								
							
								 
							
						 
						
							
							
								
								#3459  code quality improvement  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								92fb30c526 
								
							
								 
							
						 
						
							
							
								
								Load a set of predefined labels ( #3459 )  
							
							... 
							
							
 
							
							* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable 
							
						 
						
							9 years ago