6543 
								
							 
						 
						
							
							
								
							
							
	
	
	ab5f0b7558 
 
						 
						
							
							
								
								
								Determine fuzziness of bleve indexer by keyword length ( #29706 )  
							
							... 
							
							
							
							
							also bleve did match on fuzzy search and the other way around. this also fix that bug.
(cherry picked from commit b9c57fb78e8e0d80d786d8e1da433b6c7ebf2f1c)
Conflicts:
	tests/integration/repo_search_test.go
	simple conflict resolution in the tests 
							
						 
						
							2024-03-26 19:04:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	196c8772a8 
 
						 
						
							
							
								
								
								Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} ( #29995 )  
							
							... 
							
							
							
							
							(cherry picked from commit f8ab9dafb7a173a35e9308f8f784735b0f822439)
Conflicts:
	routers/web/repo/fork.go
	trivial context conflict, the file does not exist in Forgejo 
							
						 
						
							2024-03-26 19:04:27 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	d4ea1c2559 
 
						 
						
							
							
								
								
								Fix some pending problems ( #29985 )  
							
							... 
							
							
							
							
							These changes are quite independent and trivial, so I don't want to open
too many PRs.
* https://github.com/go-gitea/gitea/pull/29882#discussion_r1529607091 
    * the `f.Close` should be called properly
* the error message could be more meaningful
(https://github.com/go-gitea/gitea/pull/29882#pullrequestreview-1942557935 )
*
https://github.com/go-gitea/gitea/pull/29859#pullrequestreview-1942324716 
    * the new translation strings don't take arguments
* https://github.com/go-gitea/gitea/pull/28710#discussion_r1443778807 
    * stale for long time
*  #28140 
    * a form was forgotten to be changed to work with backend code
(cherry picked from commit 226231ea27d4f2b0f09fa4efb39501507613b284)
Conflicts:
	templates/repo/issue/view_content/pull.tmpl
	discarded because unexplained
	templates/status/404.tmpl
	implemented differently in Forgejo 
							
						 
						
							2024-03-26 19:04:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	e5920b4a62 
 
						 
						
							
							
								
								
								Refactor StringsToInt64s ( #29967 )  
							
							... 
							
							
							
							
							And close  #27176 
(cherry picked from commit cdb4d1a8db096d60dba04728924dab85def45b19) 
							
						 
						
							2024-03-26 19:04:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	d92c2048b3 
 
						 
						
							
							
								
								
								Performance improvements for pull request list page ( #29900 )  
							
							... 
							
							
							
							
							This PR will avoid load pullrequest.Issue twice in pull request list
page. It will reduce x times database queries for those WIP pull
requests.
Partially fix  #29585 
---------
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 62f8174aa2fae1481c7e17a6afcb731a5b178cd0)
Conflicts:
	models/activities/notification_list.go
	moved to models/activities/notification.go 
							
						 
						
							2024-03-26 19:04:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	0710de9d0d 
 
						 
						
							
							
								
								
								Fix loadOneBranch panic ( #29938 )  
							
							... 
							
							
							
							
							Try to fix  #29936 
Far from ideal, but still better than panic.
(cherry picked from commit 21151474e36eecc5b808963b924cd27ec34e0608) 
							
						 
						
							2024-03-26 19:04:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Song 
								
							 
						 
						
							
							
								
							
							
	
	
	06db43f858 
 
						 
						
							
							
								
								
								Show Actions post step when it's running ( #29926 )  
							
							... 
							
							
							
							
							The post step was always waiting, even if all steps were done. Then,
once the task was done, the post step became success immediately.
Before:
<img width="915" alt="xnip_240320_120228"
src="https://github.com/go-gitea/gitea/assets/9418365/00347430-f998-4c43-917a-bf6dd6d0e333 ">
After:
<img width="905" alt="xnip_240320_120443"
src="https://github.com/go-gitea/gitea/assets/9418365/a419b111-17c2-4029-a022-c761cc419091 ">
(cherry picked from commit 35cfd98e121005f90f6d0d55d9a69e37d7990010) 
							
						 
						
							2024-03-26 19:04:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									coldWater 
								
							 
						 
						
							
							
								
							
							
	
	
	664052fb0b 
 
						 
						
							
							
								
								
								Fix missing error check of bufio.Scanner ( #29882 )  
							
							... 
							
							
							
							
							maybe more
(cherry picked from commit 0e183d81fc5283f9d2047472de580e4f04a046c1) 
							
						 
						
							2024-03-26 19:04:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nanguan Lin 
								
							 
						 
						
							
							
								
							
							
	
	
	40c9fa43cd 
 
						 
						
							
							
								
								
								Remove unused error in graceful manager ( #29871 )  
							
							... 
							
							
							
							
							As title.
(cherry picked from commit 1f0d31ce8fdfc8c32f84e4e0801c2d04b727bbd8) 
							
						 
						
							2024-03-26 19:04:25 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	40c357bbc5  
						 
						
							
							
								
								
								Rename CommitGPGSignature to ObjectSignature  
							
							... 
							
							
							
							
							`CommitGPGSignature` was originally made to store information about a
commit's GPG signature. Nowadays, it is used to store information about
SSH signatures too, and not just commit signatures, but tag signatures
too.
As such, rename it to `ObjectSignature`, because that describes what it
does a whole lot better.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-26 08:09:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	26ed995290  
						 
						
							
							
								
								
								modules/git: Recognize SSH signed tags too  
							
							... 
							
							
							
							
							Just like commits, tags can be signed with either an OpenPGP, or with an
SSH key. While the latter is supported already, SSH-signed tags have not
been. This patch teaches the git module to recognize and handle
SSH-signed tags too.
This will stop the signatures appearing in release notes, but are
currently unused otherwise.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-26 08:09:36 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	5a18b74632  
						 
						
							
							
								
								
								Merge pull request '[TESTS] fail when log.Error is called' ( #2657 ) from oliverpool/forgejo:fail_test_on_log_error into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2657  
							
						 
						
							2024-03-24 07:28:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	639ac7a131  
						 
						
							
							
								
								
								workergroup: gracefully exit on close(popItemErr)  
							
							
							
							
						 
						
							2024-03-24 07:12:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	ca209a04b1  
						 
						
							
							
								
								
								log.Error on missing translation  
							
							
							
							
						 
						
							2024-03-24 07:11:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	e43c6cd9df  
						 
						
							
							
								
								
								fail test when log.Error is called  
							
							... 
							
							
							
							
							except for some specific messages (to make the test pass for now) 
							
						 
						
							2024-03-24 07:11:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	0bfd4ca532  
						 
						
							
							
								
								
								Merge pull request 'Allow users to hide all "Add more units..." hints' ( #2533 ) from algernon/forgejo:less-is-more into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2533 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> 
							
						 
						
							2024-03-24 05:42:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	af0bb6e68a  
						 
						
							
							
								
								
								Merge pull request '[port] gitea#29833: Refactor markdown attention render' ( #2747 ) from algernon/forgejo:gitea/port/29833/refactor into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2747  
							
						 
						
							2024-03-23 19:44:45 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	d571a2c202 
 
						 
						
							
							
								
								
								Remove some more dead code from the markup sanitizer  
							
							... 
							
							
							
							
							This removes some more dead code from the markup sanitizer:
- Allowing unlabelled labels is no longer neccessary as of
  41e8b834af 
							
						 
						
							2024-03-23 17:16:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	b5775f6d6e  
						 
						
							
							
								
								
								Merge pull request 'modules/markup/markdown/ast: Drop IsColorPreview' ( #2746 ) from algernon/forgejo:gitea/cherry-pick/29833/dead-code-removal into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2746 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> 
							
						 
						
							2024-03-23 15:25:08 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	155d79473d  
						 
						
							
							
								
								
								Merge pull request 'Add newly added languages' ( #2724 ) from 0ko/forgejo:i18n-2024-03 into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2724 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> 
							
						 
						
							2024-03-23 15:00:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	58d4af8fdb 
 
						 
						
							
							
								
								
								Refactor the GitHub Legacy callout renderer too  
							
							... 
							
							
							
							
							Following up on the previous commit, change the GitHub Legacy callout
renderer to render the same as the refactored modern renderer.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-23 15:38:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	ec2201a3da 
 
						 
						
							
							
								
								
								Refactor markdown attention render ( #29833 )  
							
							... 
							
							
							
							
							* Remove some deadcode
* Use 2-word name for CSS class names
* Remove "gt-*" rules for sanitizer
The UI doesn't change much.
(cherry picked from commit 66902d89e567ab1ae6dfb828636999c61ff0149e) 
							
						 
						
							2024-03-23 15:38:43 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	8af8682f7d 
 
						 
						
							
							
								
								
								modules/markup/markdown/ast: Drop IsColorPreview  
							
							... 
							
							
							
							
							The function isn't used anywhere, it's dead code. Remove it.
Partially cherry picked from commit 46c3f3b9e81e25c3ed08ba6c5bfeb8802b3ba1fd.
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-23 14:47:15 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	a631e5c249  
						 
						
							
							
								
								
								Merge pull request 'Don't use <br /> in alert block ( #29650 )' ( #2741 ) from algernon/forgejo:gitea/port/29650-dont-use-br-in-alert-block into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2741 
Reviewed-by: Gusted <gusted@noreply.codeberg.org> 
							
						 
						
							2024-03-23 13:46:40 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yarden Shoham 
								
							 
						 
						
							
							
								
							
							
	
	
	20446ac6b3 
 
						 
						
							
							
								
								
								Don't use <br /> in alert block ( #29650 )  
							
							... 
							
							
							
							
							- Follows https://github.com/go-gitea/gitea/pull/29121 
When I implemented alert blocks I was always testing the markdown in
issue comments. I used `<br />` for line breaks and it looked good. I
have since learned that the markdown on README files doesn't allow these
tags. So a comment with
```md
> [!NOTE]
> If you're interested in using our APIs, we have experimental support with [documentation](https://try.gitea.io/api/swagger ).
```
looked like this in a comment

but looked like this in a README

So I changed how we render the alert block by having the alert itself
have a dedicated paragraph, so line breaks happen naturally between
paragraphs.




---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io> 
							
						 
						
							2024-03-23 12:18:40 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	44221a3cd7 
 
						 
						
							
							
								
								
								Customizable "Open with" applications for repository clone ( #29320 )  
							
							... 
							
							
							
							
							Users could customize the "clone" menu with their own application URLs on the admin panel.
Replace #22378 
Close  #21121 
Close  #22149  
							
						 
						
							2024-03-23 11:58:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	3123725ff3 
 
						 
						
							
							
								
								
								Revert "[GITEA] Configurable clone methods"  
							
							... 
							
							
							
							
							This reverts commit 1d8bca07f3 
							
						 
						
							2024-03-23 11:58:54 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									0ko 
								
							 
						 
						
							
							
								
							
							
	404101931a  
						 
						
							
							
								
								
								[I18N] Language selector: bg, fil, eo, sl  
							
							... 
							
							
							
							
							Resolves https://codeberg.org/forgejo/forgejo/issues/2422  
							
						 
						
							2024-03-22 15:59:56 +05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	5c248adcf1  
						 
						
							
							
								
								
								[CI] workerqueue attempt to fix flacky test  
							
							
							
							
						 
						
							2024-03-22 08:52:16 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	36147f580c 
 
						 
						
							
							
								
								
								Allow users to hide all "Add more units..." hints  
							
							... 
							
							
							
							
							Repositories displaying an "Add more..." tab on the header is a neat way
to let people discover they can enable more units. However, displaying
it all the time for repository owners, even when they deliberately do
not want to enable more units gets noisy very fast.
As such, this patch introduces a new setting which lets people disable
this hint under the appearance settings.
Fixes  #2378 .
Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-21 08:15:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									oliverpool 
								
							 
						 
						
							
							
								
							
							
	9b3bfd0585  
						 
						
							
							
								
								
								[CI] attempt to fix flacky test  
							
							
							
							
						 
						
							2024-03-20 11:06:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
								
							
							
	
	
	9ea9b850da 
 
						 
						
							
							
								
								
								Meilisearch double quote on "match" query ( #29740 )  
							
							... 
							
							
							
							
							make `nonFuzzyWorkaround` unessesary
cc @Kerollmops
(cherry picked from commit c6e5ec51bd5d2d3ede30b7506e7cc47f18a49ca8) 
							
						 
						
							2024-03-20 08:46:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yarden Shoham 
								
							 
						 
						
							
							
								
							
							
	
	
	24305e4d09 
 
						 
						
							
							
								
								
								Remove the time-since class ( #29826 )  
							
							... 
							
							
							
							
							It serves no purpose.
---------
Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 3f1e4896b6d71dc061e23fa2dcac4c1b7d412540) 
							
						 
						
							2024-03-20 08:46:30 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									coldWater 
								
							 
						 
						
							
							
								
							
							
	
	
	94c70c7753 
 
						 
						
							
							
								
								
								Refactor graceful manager, fix misused WaitGroup ( #29738 )  
							
							... 
							
							
							
							
							Follow #29629 
(cherry picked from commit d08f4360c96e130e0454b76ecef9405f2bd312a1) 
							
						 
						
							2024-03-20 08:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	5a16c9d9c0 
 
						 
						
							
							
								
								
								Add <overflow-menu>, rename webcomponents ( #29400 )  
							
							... 
							
							
							
							
							1. Add `<overflow-menu>` web component
2. Rename `<gitea-origin-url>` to `<origin-url>` and make filenames
match.
<img width="439" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/2fbe4ca4-110b-4ad2-8e17-c1e116ccbd74 ">
<img width="444" alt="Screenshot 2024-03-02 at 21 36 52"
src="https://github.com/go-gitea/gitea/assets/115237/aa8f786e-dc8c-4030-b12d-7cfb74bdfd6e ">
<img width="537" alt="Screenshot 2024-03-03 at 03 05 06"
src="https://github.com/go-gitea/gitea/assets/115237/fddd50aa-adf1-4b4b-bd7f-caf30c7b2245 ">


TODO:
- [x] Check if removal of `requestAnimationFrame` is possible to avoid
flash of content. Likely needs a `MutationObserver`.
- [x] Hide tippy when button is removed from DOM.
- [x] ~~Implement right-aligned items
(https://github.com/go-gitea/gitea/pull/28976 )~~. Not going to do it.
- [x] Clean up CSS so base element has no background and add background
via tailwind instead.
- [x] Use it for org and user page.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 256a1eeb9a67b18c62a10f5909b584b7b220848a)
Conflicts:
	options/locale/locale_en-US.ini
	templates/package/content/cargo.tmpl
	templates/package/content/cran.tmpl
	templates/package/content/debian.tmpl
	templates/package/content/maven.tmpl 
							
						 
						
							2024-03-20 08:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jason Song 
								
							 
						 
						
							
							
								
							
							
	
	
	9d08d00dbf 
 
						 
						
							
							
								
								
								Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env ( #29788 )  
							
							... 
							
							
							
							
							It is convenient to skip by setting environment, since it's OK
to use root user in job containers.
It's not a bug, but I want to backport it to v1.21 since it doesn't
break anything.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 487ac9bf6c239ce897f1a2f6c4321d6f1769a22f) 
							
						 
						
							2024-03-20 08:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									coldWater 
								
							 
						 
						
							
							
								
							
							
	
	
	d413a8fcac 
 
						 
						
							
							
								
								
								Refactor markup/csv: don't read all to memory ( #29760 )  
							
							... 
							
							
							
							
							(cherry picked from commit e79a807a8461a73bd66146d816f635b66e198c89) 
							
						 
						
							2024-03-20 08:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									wxiaoguang 
								
							 
						 
						
							
							
								
							
							
	
	
	5bb08e2bd7 
 
						 
						
							
							
								
								
								Improve QueryEscape helper function ( #29768 )  
							
							... 
							
							
							
							
							Make it return "template.URL" to follow Golang template's context
auto-escaping.
(cherry picked from commit 3e94ac5c7c6751919453fdb66ba3472e2793759e) 
							
						 
						
							2024-03-20 08:46:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Gergely Nagy 
								
							 
						 
						
							
							
								
							
							
	
	
	3bd42e5879 
 
						 
						
							
							
								
								
								Use relative links for commits, mentions, and issues in markdown ( #29427 ) (followup)  
							
							... 
							
							
							
							
							Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									KN4CK3R 
								
							 
						 
						
							
							
								
							
							
	
	
	024bfb7f34 
 
						 
						
							
							
								
								
								Use relative links for commits, mentions, and issues in markdown ( #29427 )  
							
							... 
							
							
							
							
							Fixes  #29404 
Use relative links for
- commits
- mentions
- issues
---------
Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 85c59d6c21e10ef9d3ccf11713548f50e47e920f) 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
								
							
							
	
	
	d9103449b3 
 
						 
						
							
							
								
								
								Refactor to use optional.Option for issue index search option ( #29739 )  
							
							... 
							
							
							
							
							Signed-off-by: 6543 <6543@obermui.de>
(cherry picked from commit 7fd0a5b276aadcf88dcc012fcd364fe160a58810) 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	f98211f13a 
 
						 
						
							
							
								
								
								Fix date rendering by adding <gitea-absolute-date> ( #29725 )  
							
							... 
							
							
							
							
							Alternative to: https://github.com/go-gitea/gitea/pull/29698 
Fixes: https://github.com/go-gitea/gitea/issues/29034 
<img width="278" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/12ecd967-2723-410d-8a28-a1b0f41b7bba ">
It also fixes a secondary issue that we were showing timestamp tooltips
over date, which makes no sense, so these are now gone as well:
<img width="284" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/a70432f3-97b6-41e6-b202-b53b76924a66 ">
(cherry picked from commit 857243bed7f9dccdc597c2941df41e821781cb0f) 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	d996c5d517 
 
						 
						
							
							
								
								
								Some performance optimization on dashboard and issues page ( #29010 )  
							
							... 
							
							
							
							
							This PR do some loading speed optimization for feeds user interface
pages.
- Load action users batchly but not one by one.
- Load action repositories batchly but not one by one.
- Load action's Repo Owners batchly but not one by one.
- Load action's possible issues batchly but not one by one.
- Load action's possible comments batchly but not one by one.
(cherry picked from commit aed3b53abdd02a3ffbf9e8eb90272ff567333073) 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	c9d9255244 
 
						 
						
							
							
								
								
								Lazy load object format with command line and don't do it in OpenRepository ( #29712 )  
							
							... 
							
							
							
							
							Most time, when invoking `git.OpenRepository`, `objectFormat` will not
be used, so it's a waste to invoke commandline to get the object format.
This PR make it a lazy operation, only invoke that when necessary.
(cherry picked from commit e84e5db6de0306d514b1f1a9657931fb7197a188) 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									pengqiseven 
								
							 
						 
						
							
							
								
							
							
	
	
	e825d007b1 
 
						 
						
							
							
								
								
								remove repetitive words ( #29695 )  
							
							... 
							
							
							
							
							Signed-off-by: pengqiseven <912170095@qq.com>
(cherry picked from commit 7f856d5d742dcb6febdb8a3f22cd9a8fecc69a4d) 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									yp05327 
								
							 
						 
						
							
							
								
							
							
	
	
	b6e480fcbb 
 
						 
						
							
							
								
								
								Fix inconsistent rendering of block mathematical expressions ( #29677 )  
							
							... 
							
							
							
							
							Fix  #28735 
GitHub render `\```math\``` ` as a block now.
Add `display` class will render it as a block.
After:


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 8fc1a8f0eb642c574610a346e858d42c433ebe01) 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lunny Xiao 
								
							 
						 
						
							
							
								
							
							
	
	
	69ebc2f7d8 
 
						 
						
							
							
								
								
								Use repo object format name instead of detecting from git repository ( #29702 )  
							
							... 
							
							
							
							
							It's unnecessary to detect the repository object format from git
repository. Just use the repository's object format name.
(cherry picked from commit 3c6fc25a77c37d50686caa495d27a31dcef7f75f)
Conflicts:
	services/pull/pull.go 
							
						 
						
							2024-03-20 08:46:28 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									6543 
								
							 
						 
						
							
							
								
							
							
	d5319feb85  
						 
						
							
							
								
								
								Refactor code_indexer to use an SearchOptions struct for PerformSearch ( #29724 )  
							
							... 
							
							
							
							
							similar to how it's already done for the issue_indexer
---
*Sponsored by Kithara Software GmbH*
Conflicts:
	routers/web/repo/search.go 
							
						 
						
							2024-03-18 12:25:05 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Earl Warren 
								
							 
						 
						
							
							
								
							
							
	20e3e671c6  
						 
						
							
							
								
								
								Merge pull request 'add bucket lookup type' ( #2482 ) from jilen/forgejo:minio_bucket_lookup into forgejo  
							
							... 
							
							
							
							
							Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2482 
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> 
							
						 
						
							2024-03-14 09:50:12 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									silverwind 
								
							 
						 
						
							
							
								
							
							
	
	
	04b79bb48b 
 
						 
						
							
							
								
								
								Update allowed attachment types ( #29688 )  
							
							... 
							
							
							
							
							Update to match GitHub's latest.
Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 6ea1c67eadaf65079958cc4ad3b014966e47dd1a) 
							
						 
						
							2024-03-11 23:37:00 +07:00