899e799459 
								
							
								 
							
						 
						
							
							
								
								#1601  support delete issue comment  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e74630ae3b 
								
							
								 
							
						 
						
							
							
								
								#1384  add pagination for repositories  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f2e173a74 
								
							
								 
							
						 
						
							
							
								
								Refactor User.Id to User.ID  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								46e96c008c 
								
							
								 
							
						 
						
							
							
								
								Use struct for UI settings  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								256cd6374a 
								
							
								 
							
						 
						
							
							
								
								#2790  fix not detect diff style in pull request file changes  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4b5e09e4d6 
								
							
								 
							
						 
						
							
							
								
								#3181  detect situation when base branch is deleted in pull request  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e63b2881b1 
								
							
								 
							
						 
						
							
							
								
								api: fix panic if anonymous user request admin API  
							
							... 
							
							
 
							
							Add sign in check before check user account level 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c912494609 
								
							
								 
							
						 
						
							
							
								
								#3076  detect invalid tag name git error  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								25b3836418 
								
							
								 
							
						 
						
							
							
								
								Refresh repository mirror from database when the repository's name has changed. ( #3276 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5aa2bf86f4 
								
							
								 
							
						 
						
							
							
								
								Update locales and .gopmfile  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								60110adc06 
								
							
								 
							
						 
						
							
							
								
								models/webhook: restrict deletion to be explicitly with repo and org ID  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5ff2dfb23e 
								
							
								 
							
						 
						
							
							
								
								api: delete repository webhooks ( #3275 )  
							
							... 
							
							
 
							
							Allows the deletion of a webhook from a repository at the
/:user/:repo/hooks/:id endpoint.
Solves drone/drone issue #1603 .
Signed-off-by: Dennis Chen <barracks510@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c083d76567 
								
							
								 
							
						 
						
							
							
								
								#2937  able to prohibit user login  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3d93532c87 
								
							
								 
							
						 
						
							
							
								
								#3274  fix can't get webhook detail of organization  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f1b8d52eb3 
								
							
								 
							
						 
						
							
							
								
								#2854  fix no mail notification when issue is closed/reopened  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7ca5f8f119 
								
							
								 
							
						 
						
							
							
								
								models/repo: remove redundant info for some repo methods  
							
							... 
							
							
 
							
							RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								846bf2ca9f 
								
							
								 
							
						 
						
							
							
								
								Add timestamps to repository api response ( #3255 )  
							
							... 
							
							
 
							
							Additional properties: created_at, updated_at 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f4ab50501e 
								
							
								 
							
						 
						
							
							
								
								[Fix] Don't display way too large files  #1513  ( #3253 )  
							
							... 
							
							
 
							
							* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								12cb84b97f 
								
							
								 
							
						 
						
							
							
								
								Extend the API to include more repository properties ( #3249 )  
							
							... 
							
							
 
							
							Adds description, stars_count, forks_count, watchers_count and
open_issues_count. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								98b152030d 
								
							
								 
							
						 
						
							
							
								
								The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )  
							
							... 
							
							
 
							
							Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d62ab49978 
								
							
								 
							
						 
						
							
							
								
								#3057  retrieve webhook with repo_id  
							
							... 
							
							
 
							
							This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								401bf944ef 
								
							
								 
							
						 
						
							
							
								
								Use SecurityProtocol to replace UseSSL in LDAP config  
							
							... 
							
							
 
							
							Initially proposed by #2376  and fixes  #3068  as well. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4b25bdfbc4 
								
							
								 
							
						 
						
							
							
								
								#3058   #3059  support correct page size and link header  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								e84ac64964 
								
							
								 
							
						 
						
							
							
								
								Do not show filename not have suffifx .md  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								743d22669a 
								
							
								 
							
						 
						
							
							
								
								Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8b35c194ec 
								
							
								 
							
						 
						
							
							
								
								Fixes   #3110  ( #3136 )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4bbb878d20 
								
							
								 
							
						 
						
							
							
								
								Minor fix for  #3194  
							
							... 
							
							
 
							
							- Update locale bindata 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2ce60ff314 
								
							
								 
							
						 
						
							
							
								
								Include repository owner name and description in html title ( #3194 )  
							
							... 
							
							
 
							
							Closes  #3192  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c041273dd3 
								
							
								 
							
						 
						
							
							
								
								repo/http: clean code  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								e9ae926e04 
								
							
								 
							
						 
						
							
							
								
								#809  fix wrong closed issue count when create closed issue via API  
							
							... 
							
							
 
							
							Add start count corrector for Repository.NumClosedIssues 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								bf5faf76eb 
								
							
								 
							
						 
						
							
							
								
								#809  able to set issue state to closed when create  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3df8eb60e3 
								
							
								 
							
						 
						
							
							
								
								PDF-Previews in file-lists now working ( #3000 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								dfad51fe9e 
								
							
								 
							
						 
						
							
							
								
								Made the issue stats query more secure with parameterized placeholders ( #2895 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								ba314a7a36 
								
							
								 
							
						 
						
							
							
								
								Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								39356f4238 
								
							
								 
							
						 
						
							
							
								
								Set utf-8 charset for text files when serving raw content ( #2898 )  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d27ca649c7 
								
							
								 
							
						 
						
							
							
								
								api/admin: add/remove organization team repository  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								762ab056a2 
								
							
								 
							
						 
						
							
							
								
								Fix XORM IN condition table name parse  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								dd36c431ec 
								
							
								 
							
						 
						
							
							
								
								#2842  add quotes to attachment file name  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b1d41cfa60 
								
							
								 
							
						 
						
							
							
								
								#1692  add admin APIs to add/remove a user from teams  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								5e11341232 
								
							
								 
							
						 
						
							
							
								
								Fix status code  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								90e93b1f3a 
								
							
								 
							
						 
						
							
							
								
								Change list teams API to non-admin specific  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								e6f927f61a 
								
							
								 
							
						 
						
							
							
								
								#1692  api: admin list and create team under organization  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								60ae8ac3d2 
								
							
								 
							
						 
						
							
							
								
								Add route for  #2846  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								149d62a648 
								
							
								 
							
						 
						
							
							
								
								#13  fix admin can't search private repos  
							
							... 
							
							
 
							
							- update glide info 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								63e21c146a 
								
							
								 
							
						 
						
							
							
								
								ensure we don’t try changing LDAP passswords  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								9bd9ad4205 
								
							
								 
							
						 
						
							
							
								
								#1692  add CRUD issue APIs  
							
							... 
							
							
 
							
							- Fix go-gogs-client#10
- Related to #809  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								dd6faf7f9b 
								
							
								 
							
						 
						
							
							
								
								Convert all API handers to use *context.APIContext  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								b4f47a7623 
								
							
								 
							
						 
						
							
							
								
								#1891  attempt to fix invalid csrf token  
							
							
 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2bf8494332 
								
							
								 
							
						 
						
							
							
								
								#13  finish user and repository search  
							
							... 
							
							
 
							
							Both are possible on explore and admin panel 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								514382e2eb 
								
							
								 
							
						 
						
							
							
								
								Rename module: middleware -> context  
							
							
 
							
						 
						
							10 years ago