6543 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0572c78938 
							
						 
					 
					
						
						
							
							refactoring nits ( #18188 )  
						
						... 
						
						
						
						* no octal for time values
* rm artifact from refactoring
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
						
						
					 
					
						2022-01-05 07:27:53 +01:00 
						 
				 
			
				
					
						
							
							
								zeripath 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ffc08c1914 
							
						 
					 
					
						
						
							
							Do not read or write git reference files directly ( #18079 )  
						
						... 
						
						
						
						Git will and can pack references into packfiles and therefore if you write/read the
files directly you will get false results. Instead you should use update-ref and
show-ref. To that end I have created three new functions in git/repo_commit.go that
will do this correctly.
Related #17191 
Signed-off-by: Andrew Thornton <art27@cantab.net> 
						
						
					 
					
						2021-12-23 21:44:00 +08:00 
						 
				 
			
				
					
						
							
							
								Gusted 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ff2fd08228 
							
						 
					 
					
						
						
							
							Simplify parameter types ( #18006 )  
						
						... 
						
						
						
						Remove repeated type declarations in function definitions. 
						
						
					 
					
						2021-12-20 04:41:31 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5723240490 
							
						 
					 
					
						
						
							
							Some repository refactors ( #17950 )  
						
						... 
						
						
						
						* some repository refactors
* remove unnecessary code
* Fix test
* Remove unnecessary banner 
						
						
					 
					
						2021-12-12 23:48:20 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							719bddcd76 
							
						 
					 
					
						
						
							
							Move repository model into models/repo ( #17933 )  
						
						... 
						
						
						
						* Some refactors related repository model
* Move more methods out of repository
* Move repository into models/repo
* Fix test
* Fix test
* some improvements
* Remove unnecessary function 
						
						
					 
					
						2021-12-10 09:27:50 +08:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							87be76213a 
							
						 
					 
					
						
						
							
							Add migrate from Codebase ( #16768 )  
						
						... 
						
						
						
						This PR adds [Codebase](https://www.codebasehq.com/ ) as migration source.
Supported:
- Milestones
- Issues
- Pull Requests
- Comments
- Labels 
						
						
					 
					
						2021-12-02 23:24:02 +01:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9defddb286 
							
						 
					 
					
						
						
							
							Move more model into models/user ( #17826 )  
						
						... 
						
						
						
						* Move more model into models/user
* Remove unnecessary comment
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2021-11-28 22:11:58 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a666829a37 
							
						 
					 
					
						
						
							
							Move user related model into models/user ( #17781 )  
						
						... 
						
						
						
						* Move user related model into models/user
* Fix lint for windows
* Fix windows lint
* Fix windows lint
* Move some tests in models
* Merge 
						
						
					 
					
						2021-11-24 17:49:20 +08:00 
						 
				 
			
				
					
						
							
							
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							429ef43793 
							
						 
					 
					
						
						
							
							Use new OneDev /milestones endpoint ( #17782 )  
						
						... 
						
						
						
						OneDev changed the API which fails every build at the moment. 
						
						
					 
					
						2021-11-23 20:28:06 +01:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							013fb73068 
							
						 
					 
					
						
						
							
							Use hostmatcher to replace matchlist, improve security ( #17605 )  
						
						... 
						
						
						
						Use hostmacher to replace matchlist.
And we introduce a better DialContext to do a full host/IP check, otherwise the attackers can still bypass the allow/block list by a 302 redirection. 
						
						
					 
					
						2021-11-20 17:34:05 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fc3d082609 
							
						 
					 
					
						
						
							
							Move attachment into models/repo/ ( #17650 )  
						
						... 
						
						
						
						* Move attachment into models/repo/
* Fix test
* Fix bug 
						
						
					 
					
						2021-11-19 21:39:57 +08:00 
						 
				 
			
				
					
						
							
							
								99rgosse 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1d655991b 
							
						 
					 
					
						
						
							
							Fix Migrate Description ( #17692 )  
						
						... 
						
						
						
						Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2021-11-18 23:28:10 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c3855a05c 
							
						 
					 
					
						
						
							
							Move user functions into user.go ( #17659 )  
						
						... 
						
						
						
						* Move user functions into user.go
* Fix test 
						
						
					 
					
						2021-11-18 13:58:42 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e1ae38097 
							
						 
					 
					
						
						
							
							Move migrations into services and base into modules/migration ( #17663 )  
						
						... 
						
						
						
						* Move migrtions into services and base into modules/migration
* Fix imports
* Fix lint 
						
						
					 
					
						2021-11-16 23:25:33 +08:00