97a0bf151a 
								
							 
						 
						
							
							
								
								Fix possible nil pointer access ( #28428 ) ( #28440 )  
							
							... 
							
							
							
							Backport #28428  by @KN4CK3R
There could be a nil pointer exception if the file is not found because
that specific error is suppressed but not handled.
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-12-12 23:35:32 +08:00  
				
					
						
							
							
								 
						
							
								b71d4c3ec0 
								
							 
						 
						
							
							
								
								Fix RPM/Debian signature key creation ( #28352 ) ( #28353 )  
							
							... 
							
							
							
							Backport #28352  by @KN4CK3R
Fixes  #28324 
The name parameter can't contain some characters
(https://github.com/keybase/go-crypto/blob/master/openpgp/keys.go#L680 )
but is optional. Therefore just use an empty string.
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-12-05 13:42:41 +08:00  
				
					
						
							
							
								 
						
							
								25acbfed36 
								
							 
						 
						
							
							
								
								Close all hashed buffers ( #27787 ) ( #27790 )  
							
							... 
							
							
							
							Backport #27787  by @KN4CK3R
Add missing `.Close()` calls. The current code does not delete the
temporary files if the data grows over 32mb.
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-10-25 22:24:25 +02:00  
				
					
						
							
							
								 
						
							
								fc7d3f7315 
								
							 
						 
						
							
							
								
								Another round of `db.DefaultContext` refactor ( #27103 ) ( #27262 )  
							
							... 
							
							
							
							Backport #27103  by @JakobDev
Part of #27065 
Co-authored-by: JakobDev <jakobdev@gmx.de>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-09-25 19:24:35 +02:00  
				
					
						
							
							
								 
						
							
								c548dde205 
								
							 
						 
						
							
							
								
								More refactoring of `db.DefaultContext` ( #27083 )  
							
							... 
							
							
							
							Next step of #27065  
							
						 
						
							2023-09-15 06:13:19 +00:00  
				
					
						
							
							
								 
						
							
								2d3924d0e7 
								
							 
						 
						
							
							
								
								Prevent newline errors with Debian packages ( #26332 )  
							
							... 
							
							
							
							Fixes  #26313  
						
							2023-08-05 10:59:52 +02:00  
				
					
						
							
							
								 
						
							
								05209f0d1d 
								
							 
						 
						
							
							
								
								Add RPM registry ( #23380 )  
							
							... 
							
							
							
							Fixes  #20751 
This PR adds a RPM package registry. You can follow [this
tutorial](https://opensource.com/article/18/9/how-build-rpm-packages ) to
build a *.rpm package for testing.
This functionality is similar to the Debian registry (#22854 ) and
therefore shares some methods. I marked this PR as blocked because it
should be merged after #22854 .
 
						
							2023-05-05 20:33:37 +00:00  
				
					
						
							
							
								 
						
							
								bf999e4069 
								
							 
						 
						
							
							
								
								Add Debian package registry ( #24426 )  
							
							... 
							
							
							
							Co-authored-by: @awkwardbunny
This PR adds a Debian package registry.
You can follow [this
tutorial](https://www.baeldung.com/linux/create-debian-package ) to build
a *.deb package for testing.
Source packages are not supported at the moment and I did not find
documentation of the architecture "all" and how these packages should be
treated.

Part of #20751 .
Revised copy of #22854 .
---------
Co-authored-by: Brian Hong <brian@hongs.me>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Giteabot <teabot@gitea.io> 
							
						 
						
							2023-05-02 12:31:35 -04:00  
				
					
						
							
							
								 
						
							
								c0ddec8a2a 
								
							 
						 
						
							
							
								
								Revert "Add Debian package registry" ( #24412 )  
							
							... 
							
							
							
							Reverts go-gitea/gitea#22854  
							
						 
						
							2023-04-28 18:06:41 -04:00  
				
					
						
							
							
								 
						
							
								bf77e2163b 
								
							 
						 
						
							
							
								
								Add Debian package registry ( #22854 )  
							
							... 
							
							
							
							Co-authored-by: @awkwardbunny
This PR adds a Debian package registry. You can follow [this
tutorial](https://www.baeldung.com/linux/create-debian-package ) to build
a *.deb package for testing. Source packages are not supported at the
moment and I did not find documentation of the architecture "all" and
how these packages should be treated.
---------
Co-authored-by: Brian Hong <brian@hongs.me>
Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							2023-04-28 17:51:36 -04:00