oliverpool 
								
							 
						 
						
							
							
								
							
							
	be6434662a  
						 
						
							
							
								
								
								[REFACTOR] webhook/new remove redundant if  
							
							
							
							
						 
						
							2024-03-28 11:13:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	9558b18d22  
						 
						
							
							
								
								
								[REFACTOR] webhook move templates  
							
							
							
							
						 
						
							2024-03-28 11:13:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	3ea7437fa6 
 
						 
						
							
							
								
								
								Fix incorrect tailwind migration ( #30007 )  
							
							... 
							
							
							
							
							Fixes https://github.com/go-gitea/gitea/issues/30005 . Regression from
https://github.com/go-gitea/gitea/pull/29945 .
There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.
```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```
(cherry picked from commit 04f9ad056882fc3f21b247b16f84437adf0f36d8)
Conflicts:
	templates/repo/diff/conversation.tmpl
	templates/repo/header.tmpl
	templates/repo/issue/filter_list.tmpl
	templates/repo/issue/view_content/conversation.tmpl
	templates/repo/wiki/view.tmpl
	web_src/js/components/DashboardRepoList.vue
	re-ran the command after discarding the Gitea changes to
	ensure all Forgejo files are also covered 
							
						 
						
							2024-03-26 19:04:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	2befd9a3cf 
 
						 
						
							
							
								
								
								Replace 10 more gt- classes with tw- ( #29945 )  
							
							... 
							
							
							
							
							Likely the biggest change of the tailwind refactors. Only thing of note
is that `tw-flex-1` resolves to `flex: 1 1 0%` while our `gt-f1` was
`flex: 1 1 0`, I don't think it will make any difference. Commands I've
ran:
```sh
perl -p -i -e 's#gt-vm#tw-align-middle#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-fw#tw-flex-wrap#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-f1#tw-flex-1#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-fc#tw-flex-col#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-sb#tw-justify-between#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-je#tw-justify-end#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-jc#tw-justify-center#g' web_src/js/**/* templates/**/* models/**/*
perl -p -i -e 's#gt-ac#tw-content-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
perl -p -i -e 's#gt-df#tw-flex#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
perl -p -i -e 's#gt-dib#tw-inline-block#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit f88ad5424f381bf2a45fd863b551c5a72891bb68)
Conflicts:
	templates/repo/diff/conversation.tmpl
	templates/repo/header.tmpl
	templates/repo/issue/filter_actions.tmpl
	templates/repo/issue/filter_list.tmpl
	templates/repo/issue/view_content/conversation.tmpl
	templates/repo/release/list.tmpl
	templates/repo/wiki/view.tmpl
	web_src/js/components/DashboardRepoList.vue
	discard the proposed changes and prefer Forgejo. A followup
	commit will apply the same commands. 
							
						 
						
							2024-03-26 19:04:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim-Nicas Oelschläger 
								
							 
						 
						
							
							
								
							
							
	
	
	7263b3effe 
 
						 
						
							
							
								
								
								Change webhook-type in create-view ( #29114 )  
							
							... 
							
							
							
							
							It's now possible to change webhook-type in create-view.
before:

after:

---------
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 374e886f5113a996e1e927a60d1775e77262c364)
Conflicts:
	templates/repo/settings/webhook/base_list.tmpl
	templates/shared/webhook/icon.tmpl 
							
						 
						
							2024-02-17 23:24:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	
	
	e20cd83bc5 
 
						 
						
							
							
								
								
								[BRANDING] add the forgejo webhook type & update webhook docs URLs  
							
							... 
							
							
							
							
							templates/swagger/v1_json.tmpl updated with `make generate-swagger`
(cherry picked from commit 88899c492e7171bd96171a742446c1d7c189d7b2cbdea868e46cd150483b47246da8d3f2aa0e6b765a4fc69a1648e444ca09888e5378115121f493c99394e55fdf3a2ce51768719ead3a6583e6f82e2a494a429b214d775db6b4b68f777dc25b934023fa3b1ed8b16c6bc4a46c9f8064bb24a3https://codeberg.org/forgejo/forgejo/pulls/1181 
(cherry picked from commit 55f5588a91a428bc06b3d2186eceb9b4e126e9afe4c7a92c2da7165c8146https://codeberg.org/forgejo/forgejo/pulls/1420 
[BRANDING] add the forgejo webhook type & update webhook docs URLs (squash) gitea logo for gitea webhooks
Refs: https://codeberg.org/forgejo/forgejo/issues/1367 
(cherry picked from commit 2d8c1b93739135a5e1db270f4020b033e5e2f0d87af8bcf479https://codeberg.org/forgejo/forgejo/pulls/1548 
(cherry picked from commit ce2a434dcfc2fa42b4fd3858c8d4dbebb0ae492093d354c418d5b08a2a4be5e5caffaa974d405700e654fbccb185515977fbe192647bc095fb1b7242ea7bd8022fbf8465ccd0e1baa0a30001b4f4c514da330b1e517b26c27c200c781e6f6d0f663a84143297fd4f152f4ef403cb 
							
						 
						
							2024-02-05 16:02:14 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kerwin Bryant 
								
							 
						 
						
							
							
								
							
							
	
	
	9b0743ae33 
 
						 
						
							
							
								
								
								Extract common code to new template ( #26933 )  
							
							... 
							
							
							
							
							Same as #26903  
							
						 
						
							2023-09-06 10:11:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kerwin Bryant 
								
							 
						 
						
							
							
								
							
							
	
	
	65588b732c 
 
						 
						
							
							
								
								
								Extract common code to new template ( #26903 )  
							
							... 
							
							
							
							
							I noticed that the code of several new webhook pages is highly
repetitive, so I pulled out the common parts to a new template, unified
reference, unified maintenance
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me> 
							
						 
						
							2023-09-05 12:00:28 +00:00