flynnnnnnnnnn 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e81ccc406b 
							
						 
					 
					
						
						
							
							Implement FSFE REUSE for golang files ( #21840 )  
						
						 
						
						... 
						
						
						
						Change all license headers to comply with REUSE specification.
Fix  #16132 
Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github>
Co-authored-by: John Olheiser <john.olheiser@gmail.com> 
						
						
					 
					
						2022-11-27 18:20:29 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								wxiaoguang 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcd9fc7ee8 
							
						 
					 
					
						
						
							
							Refactor git command arguments and make all arguments to be safe to be used ( #21535 )  
						
						 
						
						... 
						
						
						
						Follow #21464 
Make all git command arguments strictly safe. Most changes are one-to-one replacing, keep all existing logic. 
						
						
					 
					
						2022-10-23 22:44:45 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f860a6d2e4 
							
						 
					 
					
						
						
							
							Add system setting table with cache and also add cache supports for user setting ( #18058 )  
						
						 
						
						
						
						
					 
					
						2022-10-17 07:29:26 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d8543e7db 
							
						 
					 
					
						
						
							
							Move some files into models' sub packages ( #20262 )  
						
						 
						
						... 
						
						
						
						* Move some files into models' sub packages
* Move functions
* merge main branch
* Fix check
* fix check
* Fix some tests
* Fix lint
* Fix lint
* Revert lint changes
* Fix error comments
* Fix lint
Co-authored-by: 6543 <6543@obermui.de> 
						
						
					 
					
						2022-08-25 10:31:57 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd7d83ace6 
							
						 
					 
					
						
						
							
							Move almost all functions' parameter db.Engine to context.Context ( #19748 )  
						
						 
						
						... 
						
						
						
						* Move almost all functions' parameter db.Engine to context.Context
* remove some unnecessary wrap functions 
						
						
					 
					
						2022-05-20 22:08:52 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Gusted 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61f939359d 
							
						 
					 
					
						
						
							
							Use a better OlderThan for DeleteInactiveUsers ( #19693 )  
						
						 
						
						... 
						
						
						
						* Use a better OlderThan for DeleteInactiveUsers
- Currently the OlderThan is zero, for instances that enable or run this
task this could actually delete just new users that still need to
confirm their email. This patch fixes that by setting the default to the
`ActiveCodeLives` setting, which corresponds to the amount of time that
a user can active their account, thus avoiding the issue of deleting
unactivated email users.
* Use correct duration 
						
						
					 
					
						2022-05-13 14:49:22 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pilou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							893c8938fc 
							
						 
					 
					
						
						
							
							New cron task: delete old system notices ( #19219 )  
						
						 
						
						... 
						
						
						
						Add a new cron task which deletes the old system notices. 
						
						
					 
					
						2022-03-28 13:54:59 +01: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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ca5dc7e32 
							
						 
					 
					
						
						
							
							Move keys to models/asymkey ( #17917 )  
						
						 
						
						... 
						
						
						
						* Move keys to models/keys
* Rename models/keys -> models/asymkey
* change the missed package name
* Fix package alias
* Fix test
* Fix docs
* Fix test
* Fix test
* merge 
						
						
					 
					
						2021-12-10 16:14:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dcdb4873c8 
							
						 
					 
					
						
						
							
							Move repo archiver to models/repo ( #17913 )  
						
						 
						
						... 
						
						
						
						* Move repo archiver to models/repo
* Move archiver service into services/repository/
* Fix imports
* Fix test
* Fix test 
						
						
					 
					
						2021-12-06 15:19:28 +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  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c97d66d23c 
							
						 
					 
					
						
						
							
							Move repofiles from modules/repofiles to services/repository/files ( #17774 )  
						
						 
						
						... 
						
						
						
						* Move repofiles from modules to services
* rename services/repository/repofiles -> services/repository/files
* Fix test
Co-authored-by: 6543 <6543@obermui.de> 
						
						
					 
					
						2021-11-24 15:56:24 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								KN4CK3R 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f34151bdb2 
							
						 
					 
					
						
						
							
							Move user/org deletion to services ( #17673 )  
						
						 
						
						
						
						
					 
					
						2021-11-19 01:42:27 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5233051e64 
							
						 
					 
					
						
						
							
							Move some functions into services/repository ( #17677 )  
						
						 
						
						
						
						
					 
					
						2021-11-17 23:17:31 +08:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lunny Xiao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48ccd325a1 
							
						 
					 
					
						
						
							
							Move some functions into services/repository ( #17660 )  
						
						 
						
						
						
						
					 
					
						2021-11-16 21:30:11 +08:00