TheFox0x7 
							
						 
					 
					
						
						
							
						
						ee3c82f874 
					 
					
						
						
							
							Enable addtional linters ( #34085 )  
						
						... 
						
						
						
						enable mirror, usestdlibbars and perfsprint 
part of: https://github.com/go-gitea/gitea/issues/34083 
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2025-04-01 10:14:01 +00:00 
						 
				 
			
				
					
						
							
							
								Wesley van Tilburg 
							
						 
					 
					
						
						
							
						
						c79adf00b8 
					 
					
						
						
							
							Add basic auth support to rss/atom feeds ( #33371 )  
						
						... 
						
						
						
						Allows RSS readers to access private feeds using their basic auth
capabilities. Not all clients feature the ability to add cookies or
headers.
fixes  #32458  
Tested with miniflux
no credentials:

basic auth entered:


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com > 
						
						
					 
					
						2025-01-27 02:07:39 +00:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						2c1ff8701a 
					 
					
						
						
							
							Refactor context flash msg and global variables ( #33375 )  
						
						... 
						
						
						
						1. add `GetSiteCookieFlashMessage` to help to parse flash message
2. clarify `handleRepoHomeFeed` logic
3. remove unnecessary global variables, use `sync.OnceValue` instead
4. add some tests for `IsUsableUsername` and `IsUsableRepoName` 
						
						
					 
					
						2025-01-25 14:36:47 +00:00 
						 
				 
			
				
					
						
							
							
								TheFox0x7 
							
						 
					 
					
						
						
							
						
						2a02734f93 
					 
					
						
						
							
							Refactor older tests to use testify ( #33140 )  
						
						... 
						
						
						
						Refactor checks to use assert/require
Use require.Eventually for waiting in elastic and meilisearch tests
Use require to exit early instead of assert 
						
						
					 
					
						2025-01-09 09:21:47 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						5c9fbcca00 
					 
					
						
						
							
							Fix attachment download bug ( #27486 )  
						
						
						
						
					 
					
						2023-10-10 15:33:56 +00:00 
						 
				 
			
				
					
						
							
							
								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 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
						
						54e9ee37a7 
					 
					
						
						
							
							format with gofumpt ( #18184 )  
						
						... 
						
						
						
						* gofumpt -w -l .
* gofumpt -w -l -extra .
* Add linter
* manual fix
* change make fmt 
						
						
					 
					
						2022-01-20 18:46:10 +01:00 
						 
				 
			
				
					
						
							
							
								zeripath 
							
						 
					 
					
						
						
							
						
						a75b2f2842 
					 
					
						
						
							
							Allow BASIC authentication access to /:owner/:repo/releases/download/* ( #16916 )  
						
						... 
						
						
						
						Duplicate #15987  to allow access to releases download through BASIC authentication.
Fix  #16914 
Signed-off-by: Andrew Thornton <art27@cantab.net > 
						
						
					 
					
						2021-09-02 16:48:48 +01:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						fb3ffeb18d 
					 
					
						
						
							
							Add sso.Group, context.Auth, context.APIAuth to allow auth special routes ( #16086 )  
						
						... 
						
						
						
						* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes
* Remove unnecessary check
* Rename sso -> auth
* remove unused method of Auth interface 
						
						
					 
					
						2021-06-09 19:53:16 +02:00