4d643a59db 
								
							
								 
							
						 
						
							
							
								
								SetDefaultBranch on pushing to empty repository ( #7610 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a957d4eeac 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a94ae7acb0 
								
							
								 
							
						 
						
							
							
								
								fix bug on migrating milestone from github ( #7665 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								ed3d124552 
								
							
								 
							
						 
						
							
							
								
								css: use flex to fix floating paginate ( #7656 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								23e8cff08c 
								
							
								 
							
						 
						
							
							
								
								hide delete/restor button on archived repos ( #7658 )  
							
							... 
							
							
 
							
							close issue #7653  
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								dd8a295efc 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d02566a8ea 
								
							
								 
							
						 
						
							
							
								
								integration tests: Use t.Helper() ( #7654 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0c927b1606 
								
									
								
							
								 
							
						 
						
							
							
								
								change length of some repository's columns ( #7652 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								31a1fe175f 
								
							
								 
							
						 
						
							
							
								
								[Branch View] add download button ( #7604 )  
							
							... 
							
							
 
							
							* add download-button info message
* add overflow-visible css for table colum class
* right colum is always there
* add download button for default branch
* add download button for all other branchs
* resize table colum so two buttons fit in
* code indent avter rebase
* show commit divergence corect
https://github.com/go-gitea/gitea/issues/7625 
* changes because of merge master into ...
* optimize if statement for protected branches
* dont downloat a deleted branch - fix error 404 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a19138c1d3 
								
							
								 
							
						 
						
							
							
								
								[Branch View] Protection Symbole (delete dublicate) ( #7624 )  
							
							... 
							
							
 
							
							* delet protectin symbol on "action column"
* code format 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cbf231a675 
								
							
								 
							
						 
						
							
							
								
								fix wrong email when use gitea as OAuth2 provider ( #7640 )  
							
							... 
							
							
 
							
							when you use gitea as OAuth2 provider, the /api/v1/user should return
user primary email as identifier, which is unique in OAuth2 clients.
this patch use convert.ToUser replace all u.APIFormat in api requests,
return primary email when caller is yourself or admin. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								700cd346fa 
								
							
								 
							
						 
						
							
							
								
								Fix regression in reverse proxy documentation ( #7634 )  
							
							... 
							
							
 
							
							From Apache: AllowEncodedSlashes not allowed in <Proxy> context
Move this out of <Proxy> block
Fixes  #7632  
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cdaf9a5ef5 
								
							
								 
							
						 
						
							
							
								
								reserve .well-known username ( #7637 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c22b7416e4 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0b1a4c38d9 
								
							
								 
							
						 
						
							
							
								
								[Branch View] Delete Table Header ( #7622 )  
							
							... 
							
							
 
							
							* add class trom table header to table body
* remove table header 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								539acba997 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								78e5317242 
								
									
								
							
								 
							
						 
						
							
							
								
								Update to latest mssqldriver ( #7613 )  
							
							... 
							
							
 
							
							* New driver does not tolerate USE - handle this by closing db and reopening db in the new dbname 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								bebc6a3c77 
								
							
								 
							
						 
						
							
							
								
								[Branch View] icons to buttons ( #7602 )  
							
							... 
							
							
 
							
							* add restore-button info message
* branch deltete undo icon to button
* branch deltete icon to button 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1d7dd7d624 
								
							
								 
							
						 
						
							
							
								
								Fix syntax highlight initialization ( #7617 )  
							
							... 
							
							
 
							
							* Fix syntax highlight initialization
Previously hljs was initialized via a function that relies on the
DOMContentLoaded event, registerd after jQuery's 'ready' event. I assume
that with the recent jQuery update, DOMContentLoaded may not be
guaranteed to fire after 'ready'. Fixed this via vanilla JS initalization.
Fixes: https://github.com/go-gitea/gitea/issues/7559 
* semicolon 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6782a704ef 
								
							
								 
							
						 
						
							
							
								
								Fix bug create/edit wiki pages when code master branch protected ( #7580 )  
							
							... 
							
							
 
							
							* fix bug create/edit wiki pages when code master branch protected
* improve FullPushingEnvironment function 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								18c0e9c2a9 
								
									
								
							
								 
							
						 
						
							
							
								
								Make PKCS8, PEM and SSH2 keys work ( #7600 )  
							
							... 
							
							
 
							
							* Make PEM and SSH2 keys work
* add ssh2 testcases and PEM cases - and fix PEM
* Add final test to parse the proposed key 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								6485962dd5 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix panic on push at  #7611  ( #7615 )  
							
							... 
							
							
 
							
							* Fix panic in #7611 
Use pr.IssueID instead of pr.Issue.ID as Issue may not be loaded and is unnecessary
* Only fetch the head branch from the remote 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								734aa96508 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix   #7136 : Add paging and extend API GetCommitStatuses ( #7141 )  
							
							... 
							
							
 
							
							* Fix  #7136 : Add paging and extend API GetCommitStatuses
* update swagger
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net>
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net>
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net>
* Apply suggestions from code review 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5efd3630bc 
								
							
								 
							
						 
						
							
							
								
								Update to xorm@v0.7.4 ( #7596 )  
							
							... 
							
							
 
							
							Signed-off-by: Tamal Saha <tamal@appscode.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d4667a4949 
								
							
								 
							
						 
						
							
							
								
								drone/docker: prepare multi-arch release + provide arm64 image ( #7571 )  
							
							... 
							
							
 
							
							* drone/docker: prepare multi-arch release
* Add docker-linux-arm64 pipeline
* add arm 64 build to manifest
* tag dry-run + indent
* Fix notify dependency 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								635e7b38bd 
								
									
								
							
								 
							
						 
						
							
							
								
								Swagger: Add information to API Token header ( #7585 )  
							
							... 
							
							
 
							
							* Add a description to the API Token header for swagger 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2c5c458dd7 
								
									
								
							
								 
							
						 
						
							
							
								
								Move models.PushUpdate to repofiles.PushUpdate ( #7485 )  
							
							... 
							
							
 
							
							* move models.PushUpdate to repofiles.PushUpdate
* remove duplicated code to load repo 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c236ba35ca 
								
									
								
							
								 
							
						 
						
							
							
								
								use 403 instead of 401 for ErrUserProhibitLogin ( #7591 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5e4e7d3df0 
								
							
								 
							
						 
						
							
							
								
								Added missing error checks in tests ( #7554 )  
							
							... 
							
							
 
							
							Whenever we assign a value to err, check for it being nil. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								54d96c79b5 
								
							
								 
							
						 
						
							
							
								
								Removed unnecessary conversions ( #7557 )  
							
							... 
							
							
 
							
							No need to convert to the same type. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2f75766532 
								
									
								
							
								 
							
						 
						
							
							
								
								Handle ErrUserProhibitLogin in http git ( #7586 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								4334652ed1 
								
							
								 
							
						 
						
							
							
								
								fix   #7568  ( #7587 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e3a2c7413e 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b10109ffe8 
								
							
								 
							
						 
						
							
							
								
								Improve SSH key parser to handle newlines in keys ( #7522 )  
							
							... 
							
							
 
							
							* Strip newlines from SSH keys before adding them
Fixes: https://github.com/go-gitea/gitea/issues/7500 
* add test for CheckPublicKeyString
* add one more test
* simplify test
* further simplify
* make fmt 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								bcbc9f33d7 
								
							
								 
							
						 
						
							
							
								
								Fix file header overflow in file and blame views ( #7562 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								26b493bb26 
								
							
								 
							
						 
						
							
							
								
								Fixes   #7564  - Malformed URLs in API git/commits response ( #7565 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								fe7689a6b2 
								
							
								 
							
						 
						
							
							
								
								Fix empty commits now showing in repo overview ( #7521 )  
							
							... 
							
							
 
							
							* Fix empty commits now showing in repo overview
* add test
* make fmt 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b0cd3b8ab9 
								
							
								 
							
						 
						
							
							
								
								Fixed ineffectual assignments ( #7555 )  
							
							... 
							
							
 
							
							Don't assign values we never use. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9a965035f0 
								
							
								 
							
						 
						
							
							
								
								Un-lambda base.FileSize ( #7556 )  
							
							... 
							
							
 
							
							No need to wrap this. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								12a098920c 
								
							
								 
							
						 
						
							
							
								
								Fixed ineffectual assignments in tests ( #7553 )  
							
							... 
							
							
 
							
							Just makes it a bit more obvious which values we want to test for, and which
ones we want to ignore. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cc384d767e 
								
							
								 
							
						 
						
							
							
								
								Specify using AllowEncodedSlashes and nocanon for httpd ( #7540 )  
							
							... 
							
							
 
							
							When using wiki page names that include a slash
behind a Apache HTTPD reverse proxy,
AllowEncodedSlashes NoDecode
and appending nocanon to the ProxyPass
directive is required. This commit adds that
information to the documentation.
Signed-off-by: Gary Kim <gary@garykim.dev> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								61ad048041 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0a584a49a1 
								
							
								 
							
						 
						
							
							
								
								Add self to maintainers ( #7541 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e0d6d2f978 
								
							
								 
							
						 
						
							
							
								
								Fix repository's pull request count error ( #7518 )  
							
							... 
							
							
 
							
							* fix pr count error
* fix tests 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f9d6e35a8a 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8ad64574ee 
								
							
								 
							
						 
						
							
							
								
								Fix markdown invoke sequence ( #7513 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								be9d67f887 
								
							
								 
							
						 
						
							
							
								
								Added total count of contributions to heatmap ( #7517 )  
							
							... 
							
							
 
							
							* Added total count of contributions to heatmap
Signed-off-by: kolaente <k@knt.li>
* make css
Signed-off-by: kolaente <k@knt.li> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3cba42c43d 
								
							
								 
							
						 
						
							
							
								
								Make default branch name link to default branch ( #7519 )  
							
							... 
							
							
 
							
							The default branch's name on the branches page
for a repo was previously simply text and did
not link anywhere.
The name is now a link to the default branch
just like the non-default branch names.
Signed-off-by: Gary Kim <gary@garykim.dev> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f3bbe81186 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8ea60e7e61 
								
									
								
							
								 
							
						 
						
							
							
								
								remove duplicated webhook trigger ( #7511 )  
							
							
 
							
						 
						
							6 years ago