Gusted 
								
							 
						 
						
							
							
								
							
							
	2457f5ff22  
						 
						
							
							
								
								
								chore: branding import path ( #7337 )  
							
							... 
							
							
							
							
							- Massive replacement of changing `code.gitea.io/gitea` to `forgejo.org`.
- Resolves  forgejo/discussions#258 
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7337 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Beowulf <beowulf@beocode.eu>
Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz> 
							
						 
						
							2025-03-27 19:40:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gusted 
								
							 
						 
						
							
							
								
							
							
	
	
	2d9afd0c21 
 
						 
						
							
							
								
								
								[CHORE] Remove Microsoft SQL Server Support  
							
							... 
							
							
							
							
							- Per https://codeberg.org/forgejo/discussions/issues/122  
							
						 
						
							2024-04-05 23:37:36 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									delvh 
								
							 
						 
						
							
							
								
							
							
	
	
	e10ba5e5e0 
 
						 
						
							
							
								
								
								Rename Sync2 -> Sync ( #26479 )  
							
							... 
							
							
							
							
							The xorm `Sync2` has already been deprecated in favor of `Sync`,
so let's do the same inside the Gitea codebase.
Command used to replace everything:
```sh
for i in $(ag Sync2 --files-with-matches); do vim $i -c ':%sno/Sync2/Sync/g' -c ':wq'; done
``` 
							
						 
						
							2023-08-13 21:17:21 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KN4CK3R 
								
							 
						 
						
							
							
								
							
							
	
	
	2173f14708 
 
						 
						
							
							
								
								
								Add user webhooks ( #21563 )  
							
							... 
							
							
							
							
							Currently we can add webhooks for organizations but not for users. This
PR adds the latter. You can access it from the current users settings.
 
							
						 
						
							2023-03-10 08:28:32 -06:00